THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Il est peut-être un peu buggé ce module ? Essaie de contacter l'auteur.


OpenStudio Toulouse

Offline


Ok je fais ça, merci !

Offline


Effectivement, ça marche !
Il faut modifier les fichiers de template issu de la version 2.0.4

----
Dans cart.php:
Remplacer :
<a href="{url path="/cart/delete/$ITEM_ID"}"
Par :
<a href="{token_url path="/cart/delete/$ITEM_ID"}"
Et remplacer :
<form action="{url path="/cart/update"}"
Par :
<form action="{token_url path="/cart/update"}"

----
Dans include-cart.php:
Remplacer :
<a href="{url path="/cart/delete/{$ITEM_ID}"}"
Par :
<a href="{token_url path="/cart/delete/{$ITEM_ID}"}"