Hikashop Checkout Address Customization

  • Posts: 3
  • Thank you received: 0
7 years 4 months ago #273080

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

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
7 years 4 months ago #273085

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

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
7 years 4 months ago #273490

Hi Nicolas,

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.058 seconds
Powered by Kunena Forum