Yes, we have functionality allowing to import Gift Wrap from Prestashop to Odoo as a separate line in sales orders. Below is video showing demo on how it is working
This issue is related to how PrestaShop’s multi-store mode interacts with its API. In a multi-store setup, even if you use the same base URL for all shops and differentiate them by specifying the id_shops parameter (for example, id_shop=1 for...
By default, the PrestaShop connector imports only active products. If you want to import inactive ones as well, you need to select the appropriate setting.To do this, navigate to e-Commerce Integration Settings → General tab and find the import_products_filter field:Here...
This error indicates that the PrestaShop API is returning invalid XML data. While our PrestaShop connector expects well-formed XML, certain factors within your PrestaShop environment can disrupt this:Third-party modulesCustom code modificationsWeb server misconfiguration Important: This issue originates from your PrestaShop...
This error usually happens when you have multiple stores set up on the same PrestaShop instance and are using PrestaShop’s multi-store feature.Why the error occurs:In a multi-store setup, each store manages its own stock levels.The PrestaShop API returns stock information...