Hello there,
I'm trying to figure out how and where I can customize the address part on Checkout page. I looked them up on Google Chrome Inspect and found "hikashop_checkout_billing_address_info," I tried to search for it on my dev and couldn't find. Do you know where I can find it so I can customize it for frontend on Checkout Page.
I think I found this file: address_template.php. It might related to this but I still cannot customize what my designer want.
address_template.php
—————————————————————————————————————
<?php
/**
* @package HikaShop for Joomla!
* @version 3.0.1
* @author hikashop.com
* @copyright (C) 2010-2017 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3
www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>{address_company}
{address_title} {address_firstname} {address_lastname}
{address_street}
{address_post_code} {address_city} {address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
—————————————————————————————————————
Is there somewhere I can customize better for frontend on checkout page? Like remove the “<br>”?
Sincerely,
Paul