Tuesday, November 15, 2011

Redirect your continue button to any your link in virtuemart

This code has added to your theme.js file

1. adding this code first after "function handleGoToCart() { document.location = live_site + '/index.php?option=com_virtuemart&page=shop.cart&product_id=' + formCartAdd.product_id.value + '&Itemid=' +formCartAdd.Itemid.value; }"

code: function handleGoToBrowse() { document.location = live_site + '/index.php?option=com_virtuemart&page=shop.browse&category_id=' + formCartAdd.category_id.value ; }

2. Adding this code after button2: cart_title,
code: onButton1: handleGoToBrowse,

No comments: