-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.7.1
-- PHP version -- : 5.6.30
-- Browser(s) name and version -- : ALL
-- Error-message(debug-mod must be tuned on) -- : Missing numbers in address
I tried to figure it out but can't get it to work.
Appearantly since the last update the streetnumber and extension field where removed from the configuration settings.
HIKASHOP > CONFIGURATION > CHECKOUT > SHIPPING & PAYMENT > Address format
{address_company}
{address_title} {address_firstname} {address_lastname}
{address_street} {address_nr} {address_ext}
{address_post_code} {address_city} {address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
Also in the templatefile (address_template) I have this code. But appearantly in the settings it was removed and reset to standard. That should not be possible, but hey it works again now. So it seems all goes well. I get the numbers on everything (order, invoice, etc).
But they are missing in the confirmation mail to client when I
cancel a order. Also I don't see them in the backend (see image). When I click the client for the info it is present. So How make these numbers be visible in Hikashop.
I already fixed it in
Select default address, but can't find where to fix it in main area.