Go to Checkout

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Sun May 29, 2011 4:11 pm
On the Go to checkout button url on yourstore template is not the same as the Cart button that floats down after clicking the cart image. The Cart button is the correct url. How do I change the url to the Go to Checkout button on the home page to be the same as the Cart buton on the float down cart?

Do not download the yourstore template or use it unless you don't want your customers to be redirected to a ssl server when checking out. At least wait untill this issue is resolved with the cart.

Been over a week now and still no response.
User avatar
Fresh Boarder

GK User
Mon Jun 13, 2011 6:01 pm
change in file templates/gk_yourshop/layouts/blocks/top.php URL in this line:

<a href="index.php?page=checkout.index&option=com_virtuemart&Itemid=178&redirected=1&Itemid=9999" class="button"><?php echo JText::_('GK_GO_TO_CHECKOUT'); ?></a>

- in general you have to change Itemid=9999 to Itemid=XXX where XXX is Itemid connected with the VirtueMart - XXX should be the same as in the url from "Cart" link.

Mine now reads:
<a href="index.php?page=shop.cart[color=#ffffff]&option=com_virtuemart&Itemid=180[/color]" class="button"><?php echo JText::_('GK_GO_TO_CHECKOUT'); ?></a>

This has fixed the issue with the Go to Checkout button

Hope this helps everyone who has downloaded the Yourshop Template. Must have this fix or if a customer checks out by clicking the Go to Checkout button it will not redirect you to a SSL server.
User avatar
Fresh Boarder


cron