THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

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

Offline


selon l'hébergement choisi il se peut que thelia vous redirige mal quand vous faites appel à l'un de ces deux modes de paiment

pour cela une solution simple
Remplacez respectivement les lignes :

dans /client/plugins/virement/Class.virement..php

header("Location: http://" . $_SERVER['HTTP_HOST'] . "/virement.php");

par :

header("Location: " . $urlsite->valeur . "/virement.php");

dans /client/plugins/cheque/Class.cheque..php

header("Location: http://" . $_SERVER['HTTP_HOST'] . "/cheque.php");

par :

header("Location: " . $urlsite->valeur . "/cheque.php");

Save the Documentation of thelia, Save the World !

We're not heroes...