View Single Post
  #526  
Old 10-26-2013, 09:55 AM
 
jmccunep jmccunep is offline
 

Advanced Member
  
Join Date: Nov 2003
Posts: 68
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
Originally Posted by elmirage001
So far it looks like only 1 Ability file, product_details.tpl is affected.

common_files/customer/main/product_details.tpl

The update changes
Code:
value="{$smarty.get.slot}"

To
Code:
value="{$smarty.get.slot|escape:"html"}"

There are 2 places this happens in this file.

Minor note: it appears that the code that has to be changed in this Ability TPL skin file differs slightly in the 2 places mentioned.

First case: {$smarty.get.quantity} becomes {smarty.get.quantity|escape:html}

Second case: {$smarty.get.slot} becomes {smarty.get.slot|escape:html}

Thanks again for the help.
__________________
J McCune Porter | twinoakshammocks.com
X-Cart Gold version 4.7.11, unix server
X-Cart reBOOT Template by X-Cart Mods
Reply With Quote