Hi,
I am trying to instal the Simple commerce module.
Everything is working, and you can order items, but after pressing “Go back to webshop” you are not redirecting back.
The reason is this:
I have this code in my template:
{exp:simple_commerce:purchase entry_id="{entry_id}" success="/site/thank_you" cancel="/site/thank_you" currency="EUR" }But it is redirecting to:
http://www.domain.nl/index.php/site/thank_you?merchant_return_link=Terug+naar+webwinkel
Not:
http://www.domain.nl/index.php/site/thank_you
Now the ? sign is giving a error, and redirect to the EE error page.
Does anybody know how to solve this?
Regards.
Flip