News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

mod_virtuemart_cart displays $data->cart_show as relative to category.

Started by welrachid, April 27, 2015, 13:51:22 PM

Previous topic - Next topic

welrachid

Hi
i'm having a issue where <?php  echo $data->cart_show; ?> displays link like this:
http://example.com/index.php/products/productname/cart   (1)

what i expect is:

http://example.com/index.php/cart/cart    (2)

because when i use a sidebar to show other products i tell joomla to display it on all pages within category products. This makes the cart show up with a sidebar, which doesnt make sense because the checkout process should be WITHOUT that sidebar.
Hope it makes sense

Using J!3.3.6 VM3.0.6.4

Is this an bug or do you expect me to make a hidden menu to get a url that is not under products??

Thanks
Best regards,
Wel