Hello everyone,
I was wondering if someone might be able to help me with this one.
We are almost ready to launch a new VM site but there are a couple of minor adjustments that we'd like to make before we do.
One of them is the 'Latest Products' module which is shown on the home page of the new site (see attached).
As you'll see, where an item has 'Custom Fields', a drop-down box is shown allowing people to customise the product. Instead of the drop-down box, we would like a 'More Information' button to appear, linking to the product information page.
Products without 'Custom Fields' have an 'Add to Basket' button and we'd like to keep this how it is.
Is this possible?
Many thanks
James
it is -- u need to over ride the sublayout products.php but clone it and rename and call it just for that module
Excellent!
Now, how can I do all of that? :0)
http://docs.virtuemart.net/tutorials/templating-layouts/199-sublayouts.html
A complication is that you appear to be using a commercial template so are likely to already have sublayout overrides. - in templates/[YourJoomlaTemplate]/html/com_virtuemart/sublayouts/
If you just wanted to remove the custom field selector then you could do that with css - the image and title will already link to the product details pages (assuming your template follows VM3 convention).
Great stuff, thank you guys.
We've managed to make the changed based on your advice. Thanks again!