Hi,
could somebody please tell me how I can display an at a glance view of the shoppers cart contents on all pages. I would like to add a module position on the side of my website so the user can always see what they have purchased without having to navigate the cart each time.
Thanks in Advance!
The VM cart module?
Assign the mod_virtuemart_cart to a position that is always visible and set it to show the product details.
Many thanks Hutson! Didn't know it was as simple as that!
8)
Hi Hutson,
I have managed to show the cart but I cannot figure out how to:
1. show a delete icon so that items can be removed. Will this be a setting or new php code?
2. I would like to sort products in featured products based on the discount percentage. I notice that a percentage of discount is not held anywhere, would this mean that I will need to create a custom field and then sort by this?
That would need to be custom php code
or 3rd party cart module with delete code
but custom code for sorting products ;)