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