Order Notification in email can not fit 4 digits

  • Posts: 567
  • Thank you received: 11
  • Hikashop Business
8 years 7 months ago #236105

-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.4.45

Found some error in the email template of order amount

when it hit 4 digits such as $ 4807.09, it will break into 2 line and cause mis alignment

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
8 years 7 months ago #236165

Hi,

You can try to change the line:
<td style="text-align:right">{LINEVAR:VALUE}</td>
to:
<td style="text-align:right;white-space:nowrap">{LINEVAR:VALUE}</td>
in the HTML version of the emails to avoid that when you edit the emails via the menu System>Emails.

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

Time to create page: 0.035 seconds
Powered by Kunena Forum