View Single Post
  #652  
Old 09-22-2014, 02:09 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quick v3.0 fix for 'Pay with Amazon' module popup not appearing...

skin/reboot/customer/home.tpl

Replace...

Code:
{load_defer_code type="js"} {include file="customer/service_body_js.tpl"}

With...

Code:
{include file="customer/service_body_js.tpl"} {load_defer_code type="js"}

(just swap the lines around)
__________________
xcartmods.co.uk
Reply With Quote