No address_middle_name on the invoice

  • Posts: 17
  • Thank you received: 1
10 years 7 months ago #150201

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

On the invoice there is no address_middle_name while there is at the email, at the orders there is and also at account information.






My address_template is this:

<?php
/**
* @package HikaShop for Joomla!
* @version 2.3.0
* @author hikashop.com
* @copyright (C) 2010-2014 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_middle_name} {address_lastname}
{address_street}
{address_post_code} {address_city} {address_state}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>


What is wrong?

Attachments:
Last edit: 10 years 7 months ago by mfrancke.

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

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
10 years 7 months ago #150220

Hi,

Please make sure that you add the tag in both the frontend AND the backend address_template view files. Apparently, you only did it for the frontend one.

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

  • Posts: 17
  • Thank you received: 1
10 years 7 months ago #150310

That was it, thx.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum