VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: basset on January 04, 2014, 15:27:01 PM

Title: Layouts! Important please
Post by: basset on January 04, 2014, 15:27:01 PM
I want to move down the checkout icon. And i want to small down the shipment message letters.

VM 2.0.26a

Regards

[attachment cleanup by admin]
Title: Re: Layouts! Important please
Post by: jenkinhill on January 04, 2014, 16:18:12 PM
1. Edit /components/com_virtuemart/views/cart/tmpl/default.php to place the checkout button where you want it and use the edited file as a template override.
See http://docs.virtuemart.net/tutorials/33-templating-layouts.html and http://www.ostraining.com/blog/joomla/overrides

2. Looks like the messages are using some css from your Joomla template. Use Firebug to examint this & add the revised style at the end of your Joomla template css or make your own custom.css file, depending on the template.  http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Layouts! Important please
Post by: basset on January 04, 2014, 18:09:02 PM
Works! Thanks you!!