VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: welrachid on April 27, 2015, 13:51:22 PM

Title: mod_virtuemart_cart displays $data->cart_show as relative to category.
Post by: welrachid on April 27, 2015, 13:51:22 PM
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