View Single Post
  #82  
Old 08-06-2013, 01:34 AM
  karina's Avatar 
karina karina is offline
 

X-Cart team
  
Join Date: Jul 2009
Posts: 123
 

Default Re: Pop-up Anywhere module released

Quote:
Originally Posted by candc
Has anyone managed to get a pop up to show on the checkout page itself?

I have it on register, login, view cart, contact us etc but not in checkout.

We do have Altered Cart OPC, but have also tried with fastlane and xcart OPC.

This is what we have used for the pop to show on.

cart.php;login.php;register.php;help.php

Thanks for any pointers

I've failed to reproduce the issue on my default installation (X-Cart Gold v4.4.4, 2-columns skin). Could you please specify which skin do you use?
If your store uses 3rd-party skin it can be required to add the following code to the template:
Code:
{if $active_modules.Popup_Anywhere} {include file="modules/Popup_Anywhere/popups.tpl"} {/if}
(by default this code is added to the 'customer/content.tpl' file for all skins: 'skin/books_and_magazines/customer/content.tpl', etc).

Is the issue reproduced with the default X-Cart skins (like 2-columns)?
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote