Pricing
There are different options to manage pricing synchronization according to the fields sent:
Retail price: if we provide this field, it will automatically save it into PrestaShop without any other calculation.
Retail price with tax: When sending values through this field, the process will take from PrestaShop the current rule, the price will cut down the tax (as long as it exists) and will be kept in the database as retail price. If there is no rule added for calculating the price, the one assigned will be the same assigned for the retail price.
Tax rule: this field allows to indication of the ID or full name of the rule established at PrestaShop for the tax to use. It can be used in two ways:
- Choosing the id “id_tax_rules_group from PrestaShop. By default, if the plugin receives a numeric value look for the proper table. In case, it doesn’t find it, will be set the value assigned as default at the e-commerce. This is the best option to get the best integrity of the information.
- Choosing directly the % of the tax to apply. In order to have the plugin working this way it is needed to add the suffix “%” at Sales Layer field for exporting. Either manually or with a formula at the field when exporting (CONCAT({THIS}, "%")). We allow this option, but it is important to note that the assignment will be done with the first register that finds the indicated percentage number.
wholesale_price: wholesale price for PrestaShop; if the data doesn’t exist, it will be autocompleted with the retail price.
unit_price_ratio: the relationship between product unit and price.
unity: text which shows the unity for the price at unit_price_ratio. (Example: Kg, Ud,...).
additional_shipping_cost: added price for the shipping.