View Single Post
  #54  
Old 06-05-2013, 07:42 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
does not seem to have had any effect.
One more thing: check your template file <skin_dir>/common_files/modules/Popup_Anywhere/admin/popup_settings.tpl

At the beginning of the file the following info must be presented:
Code:
{* v3 (xcart_4_6_0), 2013-05-30 17:39:50, popup_settings.tpl, karina vim: set ts=2 sw=2 sts=2 et: *}

Also try to find the following code in this file:
Code:
<tr id="general_period"> <td width="{$first_column_width}">&nbsp;</td> <td nowrap="nowrap" colspan="3" class="popup-settings-title"><label for="period">{$lng.lbl_popup_period}:</label></td> <td>&nbsp;</td> <td colspan="2"> {include file="main/datepicker.tpl" name="start_date" date=$popup_settings.start_date end_year="c+5" start_year="c-1"} &nbsp;-&nbsp;{include file="main/datepicker.tpl" name="end_date" date=$popup_settings.end_date end_year="c+5" start_year="c-1"} </td> </tr>

If your file doesn't contain this code or version differs, that I assume the templates files were not updated. To update files just copy all files from the new module distributive.

If it will not help, please post a new ticket via HelpDesk. We will sort it out for you if we will have the access to your store. Hard to say what else can be the reason of the issue since SQL-patches are applied and module files are updated.
__________________
Karina Lipnyagova

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