Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With shipping methods set to several countries (experimental), all shipping cost is 0 #112

Open
fanfan7110 opened this issue Feb 17, 2024 · 0 comments

Comments

@fanfan7110
Copy link

Hello everyone, when I set the shipping price module (1.7.3) to "several countries", it generates all shipping prices for me at 0 euros.
In the final file all the countries concerned appear but they are all at 0 euros.
My prestashop is of course configured with carriers and international prices, but the module seems not to take them into account.
No idea why.

for exemple :

<g:id>10-203</g:id>
<g:title>Huile essentielle Anis étoilé</g:title>
<g:description>
Illicium verum - L'anis étoilé est une plante globalement connue pour favoriser la digestion, aider au confort féminin et à être zen. Découvrez l'huile essentielle d'anis étoilé est un produit 100% pur et naturel qui saura répondre à toutes vos attentes en matière d'arome et de qualité. Extraite à la vapeur d'eau.
</g:description>
<g:link>
https://www.vie-en-zen.com/huiles-essentielles/10-203-huile-essentielle-anis-etoile-pure-et-naturelle.html#/14-contenance-5_ml
</g:link>
<g:image_link>
https://www.vie-en-zen.com/1998-large_default/huile-essentielle-anis-etoile-pure-et-naturelle.jpg
</g:image_link>
<g:condition>new</g:condition>
<g:product_type>Santé et beauté > HUILES ESSENTIELLES</g:product_type>
<g:google_product_category>6104</g:google_product_category>
<g:quantity>6</g:quantity>
<g:availability>in stock</g:availability>
<g:price>4.5 EUR</g:price>
<g:gtin>3760306032804</g:gtin>
<g:brand>La Vie en Zen</g:brand>
<g:mpn>aniset</g:mpn>
<g:item_group_id>10</g:item_group_id>
<g:shipping>
<g:country>DE</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>AT</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>DK</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>LI</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>LU</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>NL</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>PT</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>SE</g:country>
<g:service/>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>BE</g:country>
<g:service>En point relais, 4 à 7 jours selon destination</g:service>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>ES</g:country>
<g:service>
Livré 4 à 7 jours à partir du dépot (Indicatif seulement) - Départs du Mardi au Samedi.
</g:service>
<g:price>0 EUR</g:price>
</g:shipping>
<g:shipping>
<g:country>FR</g:country>
<g:service>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant