News:

Looking for documentation? Take a look on our wiki

Main Menu

Show the checkoutlink inside the productdetails page?

Started by be, November 02, 2012, 17:00:49 PM

Previous topic - Next topic

be

Hi,
how can I insered the checkout link
<?php echo $this->checkout_link_html;?>
inside the productdetails page?
I need another var for $this. I´m not a little bad in PHP  :-\.

BR

PRO



<?php $checkouturl = JRoute::_('index.php?option=com_virtuemart&view=cart');?>
<a href="<?php echo $checkouturl ?>">Checkout</a>

be

Hi,
thank you for your reply.
But I don´t mean the "addcart button".
I want that the customer is redirecting directly to the checkout, there where the link ist named "Check Out Now".

I have products in my shop who customers are order only one pice and I want to make the orderprocess easier.

BR

PRO

Quote from: büro exit on November 03, 2012, 18:27:00 PM
Hi,
thank you for your reply.
But I don´t mean the "addcart button".
I want that the customer is redirecting directly to the checkout, there where the link ist named "Check Out Now".

I have products in my shop who customers are order only one pice and I want to make the orderprocess easier.

BR


in configuration, turn off "add to cart modal"