VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: DeepaVaith on February 19, 2012, 17:48:16 PM

Title: Add to cart redirection
Post by: DeepaVaith on February 19, 2012, 17:48:16 PM
I am using VM 2.0.1f on Joomla 1.5.  As I do not want the popup when the add to cart button is clicked, I've
changed the sendtocart function in vmprices.js - instead of task=addJS, I've made it task=add.
The products are being added to my cart, but the page is not getting redirected to display the
shopping cart, it continues to be on the item that I added.  Please could you help me solve this problem?

Thanks,
Deepa
Title: Re: Add to cart redirection
Post by: maxispin on March 08, 2012, 07:33:29 AM
index.php?option=com_virtuemart&view=cart

should be executed
Title: Re: Add to cart redirection
Post by: DeepaVaith on March 09, 2012, 10:55:06 AM
it does not execute that if I do not put in an alert after adding the item.....
What am i doing wrong?