View Single Post
  #10  
Old 03-01-2012, 06:22 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default Re: Show qualified special offers (outside of the cart)

I've found that in modules/Special_Offers/init.php the cart variable seems to be 'registered':

x_session_register('offer_products_priority');
x_session_register('cart');

and so I included tried loading the init.php on home.php and then called cart_offers.tpl to load on content.tpl (even tried removing the if statement) but still no luck. I'm afraid this one seems above my head.

Has anyone out there been able to achieve this?
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote