View Single Post
  #19  
Old 04-04-2008, 01:26 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: [PATCH] Update to non-legacy Google Analytics code

If the in product titles or parthner or .... is found " - You need to escape it...

Examples:
PHP Code:
"{$partner|default:'Main stock'|replace:'"':'\"'}",

...........

        
"{$product.productcode|replace:'"':'\"'}",
        
"{$product.product|replace:'"':'\"'}",
        
"{$product.category|default:'Unknown category'|replace:'"':'\"'}"
Reply With Quote