You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beatnbite edited this page May 7, 2012
·
1 revision
How to alter fields in address forms
To alter the fields you are to "decorate" getBillingRequiredFields() and getShippingRequiredFields() methods of \XLite\Model\Address class from your module.
How to replace the invoice logo in the stand-alone version?
You are to create a LiteCommerce module with "substitutional" skin that replaces the skins/default/en/order/invoice/parts/head.logo.tpl file with your one.
How to alter the position of the currency symbol?
You are to "decorate" formatPrice() method of \XLite\View\AView class. Here is an example: