Jump to content

Τιμές XML


grafistas7

Recommended Posts

Καλημέρα στην παρέα
Εχω το εξής "πρόβλημα".. (presta 1.6.1)
Θέλω για τις τελικές τιμές στα προιόντα μου, μετα την εκπτωση, όταν έχω μια τιμή π.χ. 80,30€ - 80,50€ - 80,70€ , να "στρογγυλεύεται" στον μικρότερο ακέραιο..
Οπότε επιλέγω στις ρυθμίσεις "στρογγυλοποίηση προς τα κάτω κοντινή τιμή"... όπως φαίνεται και στην φωτό.

Untitled-1.thumb.jpg.4dff2a72c3f4f906ca656ba71ff2c82b.jpg
Στο κατάστημα οκ, φαίνεται ότι δουλεύει.. στο παραγόμενο αρχείο xml για τις μηχανές αναζήτησης όμως όχι... συγκεκριμένα τα κάνει :
80,30€ = 80€
80,50€ = 81€
80,70€ = 81€
Ξέρει κάποιος, τι μπορώ να κάνω?
Ευχαριστώ

Edited by grafistas7
Wrong phrase (see edit history)
Link to comment
Share on other sites

3 hours ago, grafistas7 said:

Καλησπέρα
Το Skroutz Automatic Data Ingestion v16.0.9
ευχαριστω

Ή θα κάνεις μόνιμη στρογγυλοποίηση των τιμών με κάποιο Module ή SQL query στην βάση δεδομένων ή θα πρέπει να μιλήσεις με τον κατασκευαστή του Module.

Link to comment
Share on other sites

Δες στο 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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...