View Single Post
  #5  
Old 05-10-2021, 01:41 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,052
 

Default Re: How to link out-of-stock or low-stock items to admin end?

Don't know if this helps, but in 5.3, that same file looked like this:


Code:
{## # Low limit warning email body (to admin) #} <p> {{ t('SKU') }}: {{ this.product.sku|raw }}<br /> {{ t('Product name') }}: {{ this.product.name|raw }}<br /> <br /> {{ t('In stock') }}: {{ t('X items', {'count': this.product.amount}) }} </p> <p> {{ t('Click the link to increase product amount') }}: <a href="{{ this.product.adminURL }}">{{ this.product.adminURL }}</a> </p>
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote