View Single Post
  #518  
Old 10-18-2013, 09:48 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

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

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.
__________________
WooCommerce as of 10/2022
Reply With Quote