-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : Google Chrome 45.0.2454.101 m
Hi there! I'm getting crazy having three days trying to figure the following:
In the checkout process, adding a new billing address, in the fields, I need to force some fields to lowercase, uppercase and capitalize.
just I need to add
style="text-transform:capitalize|lowercase|uppercase;"
to each field.
for example:
<tr class="hikashop_billing_address_address_lastname" id="hikashop_billing_address_address_lastname" style"text-transform:capitalize;">
What exact line should I edit in the display editor or php file to do that?