- Posts: 3
- Thank you received: 0
Hikashop Checkout Address Customization
9 years 2 months ago #273080
by pju93
Hikashop Checkout Address Customization was created by pju93
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
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
Please Log in or Create an account to join the conversation.
9 years 2 months ago #273085
by nicolas
Replied by nicolas on topic Hikashop Checkout Address Customization
Hi,
Just turn on the "display view files" setting of the HikaShop configuration and you'll directly see what view file needs to be edited:
www.hikashop.com/support/documentation/1...-display.html#layout
Just turn on the "display view files" setting of the HikaShop configuration and you'll directly see what view file needs to be edited:
www.hikashop.com/support/documentation/1...-display.html#layout
Please Log in or Create an account to join the conversation.
9 years 2 months ago #273490
by pju93
Replied by pju93 on topic Hikashop Checkout Address Customization
Hi Nicolas,
Thank you for your reply. I find the files where I can customize.
Thank you,
Paul
Thank you for your reply. I find the files where I can customize.
Thank you,
Paul
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds