Monday, July 23, 2012

Customizing Customer Information

I found so many people want to change the Customer Information on Virtuemart order detail appearance.

This is the standard appearance for customer information from Virtuemart 1.1.3

If you see the label information for 'bill to' and 'ship to' information, both of them were right aligned. So, this is the step to change the label to left aligned.

Open 'account.order_details.tpl.php' from directory:
domain public folder/components/com_virtuemart/themes/default/templates/pages/

Go to line 103 (if you didn't make any modification for this file before), change the align="right" to align="left"This will make the 'Bill to' label changed to left aligned.Do the same step on line 139 to make Ship to label changed to left aligned.

No comments: