Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi,

I am in trouble in clear cart items. I have Integrated payment gateway and it is successfully done.

I set link 'back to home page' in 'payment success' page. It will redirect to home page. But cart items still displaying.

Can you please help us to resolve the issue?

How can I clear the cart items?
Hi,
How can I clear the cart items?

Please make sure the 'empty_cart' parameter of cms:pp_payment_gateway is set to '1' - that will empty the cart automatically while redirecting the visitor to PayPal
<cms:pp_payment_gateway empty_cart='1'/>

Hope it helps.
Where I can place this code?
Where I can place this code?

If you have used our tutorial as a base for your site, you'll find the cms:pp_payment_gateway tag being used in checkout.php.
4 posts Page 1 of 1