Hi everybody.
I'm in the very last step for having my fisrt shop online developed with Couch Shopping Cart, but I have two troubles that I can't understand.
I've tried an alternative to the PayPal way for purchasing in th shop. By filling a form and giving the bank code for incomes.
In the checkout template the client have to fill the form, and if the form is right with <cms:if k_success />, I use the <cms:send_mail /> for sending me a confirmation mail with the purchasing info , and <cms:redirect /> that takes the client to a thanks page.
With the send_mail tag, I don't know what's the problem because a few days ago it worked perfect. But today all the k_success staff works fine but the send_mail tag.
And with the <cms:redirect /> the problem it's that the shopping cart doesn't go empty. And I use the cms:no_cache tag in the very top of the checkout template, just after <?php require_once 'editar/cms.php'; ?>. And in the thanks template I put it too.
But it only work sometimes and have a very unpredictable behaviour.
I know that it's difficult to know which is exactly the problem. But if someone can have an idea about that questions, I can give more info.
Thanks everybody.
I'm in the very last step for having my fisrt shop online developed with Couch Shopping Cart, but I have two troubles that I can't understand.
I've tried an alternative to the PayPal way for purchasing in th shop. By filling a form and giving the bank code for incomes.
In the checkout template the client have to fill the form, and if the form is right with <cms:if k_success />, I use the <cms:send_mail /> for sending me a confirmation mail with the purchasing info , and <cms:redirect /> that takes the client to a thanks page.
With the send_mail tag, I don't know what's the problem because a few days ago it worked perfect. But today all the k_success staff works fine but the send_mail tag.
And with the <cms:redirect /> the problem it's that the shopping cart doesn't go empty. And I use the cms:no_cache tag in the very top of the checkout template, just after <?php require_once 'editar/cms.php'; ?>. And in the thanks template I put it too.
But it only work sometimes and have a very unpredictable behaviour.
I know that it's difficult to know which is exactly the problem. But if someone can have an idea about that questions, I can give more info.
Thanks everybody.