grafistas7 Posted October 1, 2020 Share Posted October 1, 2020 (edited) Καλημέρα στην παρέα Εχω το εξής "πρόβλημα".. (presta 1.6.1) Θέλω για τις τελικές τιμές στα προιόντα μου, μετα την εκπτωση, όταν έχω μια τιμή π.χ. 80,30€ - 80,50€ - 80,70€ , να "στρογγυλεύεται" στον μικρότερο ακέραιο.. Οπότε επιλέγω στις ρυθμίσεις "στρογγυλοποίηση προς τα κάτω κοντινή τιμή"... όπως φαίνεται και στην φωτό. Στο κατάστημα οκ, φαίνεται ότι δουλεύει.. στο παραγόμενο αρχείο xml για τις μηχανές αναζήτησης όμως όχι... συγκεκριμένα τα κάνει : 80,30€ = 80€ 80,50€ = 81€ 80,70€ = 81€ Ξέρει κάποιος, τι μπορώ να κάνω? Ευχαριστώ Edited October 1, 2020 by grafistas7 Wrong phrase (see edit history) Link to comment Share on other sites More sharing options...
sanctusmob Posted October 1, 2020 Share Posted October 1, 2020 Σε πιο xml? Link to comment Share on other sites More sharing options...
grafistas7 Posted October 1, 2020 Author Share Posted October 1, 2020 13 minutes ago, sanctusmob said: Σε πιο xml? Συγνώμη για την λάθος διατύπωση.. το διόρθωσα Link to comment Share on other sites More sharing options...
sanctusmob Posted October 1, 2020 Share Posted October 1, 2020 Δεν το έκανες καλύτερο... Θα πρέπει να δεις το module που παράγει το xml με ποια συνάρτηση παίρνει την τιμή από το προϊόν. Link to comment Share on other sites More sharing options...
Prestag0od Posted October 1, 2020 Share Posted October 1, 2020 Ποιο Module χρησιμοποιείς για να φτιάξεις το XML? Link to comment Share on other sites More sharing options...
grafistas7 Posted October 1, 2020 Author Share Posted October 1, 2020 57 minutes ago, Prestan0ob said: Ποιο Module χρησιμοποιείς για να φτιάξεις το XML? Καλησπέρα Το Skroutz Automatic Data Ingestion v16.0.9 ευχαριστω Link to comment Share on other sites More sharing options...
Prestag0od Posted October 1, 2020 Share Posted October 1, 2020 3 hours ago, grafistas7 said: Καλησπέρα Το Skroutz Automatic Data Ingestion v16.0.9 ευχαριστω Ή θα κάνεις μόνιμη στρογγυλοποίηση των τιμών με κάποιο Module ή SQL query στην βάση δεδομένων ή θα πρέπει να μιλήσεις με τον κατασκευαστή του Module. Link to comment Share on other sites More sharing options...
sanctusmob Posted October 1, 2020 Share Posted October 1, 2020 Δες στο module πως παίρνει την τιμή. Θα πρέπει με την function που έχει στην class product getPriceStatic ex. $product->price = Product::getPriceStatic($id_product, true, null, 2); public static function getPriceStatic($id_product, $usetax = true, $id_product_attribute = NULL, $decimals = 6, $divisor = NULL, $only_reduc = false, $usereduc = true, $quantity = 1, $forceAssociatedTax = false, $id_customer = NULL, $id_cart = NULL, $id_address_delivery = NULL) Link to comment Share on other sites More sharing options...
grafistas7 Posted October 2, 2020 Author Share Posted October 2, 2020 17 hours ago, sanctusmob said: Δες στο module πως παίρνει την τιμή. Θα πρέπει με την function που έχει στην class product getPriceStatic ex. $product->price = Product::getPriceStatic($id_product, true, null, 2); public static function getPriceStatic($id_product, $usetax = true, $id_product_attribute = NULL, $decimals = 6, $divisor = NULL, $only_reduc = false, $usereduc = true, $quantity = 1, $forceAssociatedTax = false, $id_customer = NULL, $id_cart = NULL, $id_address_delivery = NULL) Ευχαριστω πολυ, θα το δοκιμάσω Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now