Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Pop-up Anywhere module released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #61  
Old 07-07-2013, 08:40 PM
 
wineresources wineresources is offline
 

Newbie
  
Join Date: Sep 2011
Posts: 2
 

Default Re: Pop-up Anywhere module released

Popups don't show images - popup_btn_close.png and minicart_icon.png.
__________________
v4.4
Reply With Quote
  #62  
Old 07-07-2013, 11:47 PM
  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 wineresources
Popups don't show images - popup_btn_close.png and minicart_icon.png.

I've checked all distributives in File Area and these images are included to them.

There are two possible ways to show images:

1. Please try to re-upload images once again. I've attached both images to my message. They need to be copied to the '<xcart_root_dir>/skin/common_files/modules/Popup_Anywhere/images/' directory.

2. If p.1 doesn't help, please try to set permissions (it is assumed that you are in console in <xcart_root> directory):
Code:
chmod 644 skin/common_files/modules/Popup_Anywhere/images/*.png
Attached Images
File Type: png minicart_icon.png (2.5 KB, 90 views)
File Type: png popup_btn_close.png (748 Bytes, 90 views)
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote
  #63  
Old 07-08-2013, 04:52 AM
 
wineresources wineresources is offline
 

Newbie
  
Join Date: Sep 2011
Posts: 2
 

Default Re: Pop-up Anywhere module released

Checked 1 & 2, Unfortunately still not showing up

http://www.ewineonline.com.au/white-wine/

Would appreciate any suggestions or help please.
__________________
v4.4
Reply With Quote
  #64  
Old 07-08-2013, 06:06 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 wineresources
Checked 1 & 2, Unfortunately still not showing up

http://www.ewineonline.com.au/white-wine/

Would appreciate any suggestions or help please.

I've checked your store and I've failed to open any modules images via URL. At the same time js-files are opened correctly and popup is shown, it means module is installed correctly.

As the first suggestion: are there any custom .htaccess redirects in your store related to images?

Also as I can see your store has not default skin, but I'm not sure if it can cause the issue. By the way you can try to copy the content of the '<xcart_dir>/skin/common_files/modules/Popup_Anywhere/images/' directory to new '<xcart_dir>/skin/ability/modules/Popup_Anywhere/' one.

If it will not help please submit a new ticket in HelpDesk (and do not forget about FTP/SSH access info posted via special secure form). In this case our support team will be able to investigate this issue on your server.
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote
  #65  
Old 07-08-2013, 08:34 AM
 
cedaly1968 cedaly1968 is offline
 

eXpert
  
Join Date: May 2011
Posts: 225
 

Default Re: Pop-up Anywhere module released

Hi Karina,

I downloaded the recent updates for Pop-Up Anywhere for X-Cart 4.4.3 and I think the pop_settings.tpl file is an older version. You have referenced a snippet of 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>

And that snippet is not in the update for 7/6/13.

I am very excited for this module, I was looking for this over a year ago and like what this can do!

-C. Daly
__________________
4.4.3
Reply With Quote
  #66  
Old 07-09-2013, 12:09 PM
  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 cedaly1968
Hi Karina,

I downloaded the recent updates for Pop-Up Anywhere for X-Cart 4.4.3 and I think the pop_settings.tpl file is an older version. You have referenced a snippet of 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>

And that snippet is not in the update for 7/6/13.

I am very excited for this module, I was looking for this over a year ago and like what this can do!

-C. Daly

Thank you for feedback! I'm glad to hear that you like it.
And thank you very much for pointing me out that issue with 4.4.3 distributive. I've reuploaded it to File Area, now it contains code for dates ranges.
If you have module without date ranges in order to get them please follow instructions from the end od this post:
http://forum.x-cart.com/showpost.php?p=358973&postcount=42
__________________
Karina Lipnyagova

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

The following user thanks karina for this useful post:
cedaly1968 (07-09-2013)
  #67  
Old 07-09-2013, 02:24 PM
 
cedaly1968 cedaly1968 is offline
 

eXpert
  
Join Date: May 2011
Posts: 225
 

Default Re: Pop-up Anywhere module released

I still don't have the module working but conceptually it is a great step forward for engaging customers.
__________________
4.4.3
Reply With Quote
  #68  
Old 07-09-2013, 08:51 PM
  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 cedaly1968
I still don't have the module working but conceptually it is a great step forward for engaging customers.
Please check your forum PM.
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote
  #69  
Old 07-12-2013, 07:36 AM
 
Holiday Holiday is offline
 

Member
  
Join Date: Oct 2009
Posts: 30
 

Default Re: Pop-up Anywhere module released

I don't know for some reason the pop-ups management is not showing in the content.
I have enabled the module. I have deleted the /var/cache
__________________
x-cart 4.7.4 platinum
handsonwebhosting.com
Reply With Quote
  #70  
Old 07-12-2013, 10:44 PM
  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 Holiday
I don't know for some reason the pop-ups management is not showing in the content.
I have enabled the module. I have deleted the /var/cache
If admin area of your store uses non-default template, then it can be a reason of this issue. Does admin zone of your store use default template or not?
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote
Reply
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:25 PM.

   

 
X-Cart forums © 2001-2020