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
  #111  
Old 02-10-2014, 06:11 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 anandat
Hi karina,
I have found cool pop-up alert notification for OUT OF STOCK stock product. You can find demo at http://shopping.indiatimes.com/mobiles/xolo/xolo-q3000-white-/41839/p_B2362026

Just scroll down the page & it will show pop-up alert to subscribe for product availibity. Further more you can add feature in popup like "subscribe & get 10% discount" when this product available again.

I guess it will be great sale booster as customers will prompt to subscribe if some discount is available for product. You can further custmze the module like first 10 subscribers will get 20% discount & you can display stats like "Only 3 more customers will get this offer" if 7 people have already subscribed for the product notification.

I don't know you can add this feature in your module or not. I am just sharing the idea


Thanks for sharing good example! In my opinion such behaviour can be reached by customizing Popup Anywhere to work with Product Notifications module. Product Notifications module has the feature that allows customers to subscribe to out of stock products and get email notifications as soon as they are back in stock. Unfortunately discounts that you describe are not available in the module. But it can be customized of course. And more likely such discounts must be the part of Product Notifications module.
So I think it's better to customize both modules instead of making duplicate functionality in the Popup Anywhere. Anyway it's nice idea, thank you!
__________________
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:
anandat (02-10-2014)
  #112  
Old 03-20-2014, 08:56 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: Pop-up Anywhere module released

Hi
I've been trying to install this module but have hit a problem.
I am getting a warning
Please wait ...
popup_anywhere.sql [FAILED] BLOB/TEXT column 'content' can't have a default value

I am running this as a local test.
MySQL server 5.1
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote
  #113  
Old 03-27-2014, 05:22 AM
 
suehamil suehamil is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 96
 

Default Re: Pop-up Anywhere module released

Quote:
Originally Posted by suehamil
Hi
I've been trying to install this module but have hit a problem.
I am getting a warning
Please wait ...
popup_anywhere.sql [FAILED] BLOB/TEXT column 'content' can't have a default value

I am running this as a local test.
MySQL server 5.1

In case anyone else runs into the same issue I fixed it by following these instruction:

http://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql

How to disable strict mode in MySQL 5 (Windows):
Edit /my.ini and look for line
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION"
Replace it with
sql_mode='MYSQL40'
Restart the MySQL service (assuming that it is mysql5)
net stop mysql5
net start mysql5
If you have root/admin access you might be able to execute
mysql_query("SET @@global.sql_mode='MYSQL40'");


It seems this is a 'bug' with using MySQL on windows.


Sue
__________________
X-Cart DB Version: 4.7 GOLD
3rd Party Addons:
XMenus Responsive
XBanners2
Skin: Fashion Walk
Reply With Quote

The following user thanks suehamil for this useful post:
totaltec (09-08-2014)
  #114  
Old 04-04-2014, 03:06 PM
  christindall's Avatar 
christindall christindall is offline
 

eXpert
  
Join Date: Dec 2007
Location: Everett, WA
Posts: 264
 

Default Re: Pop-up Anywhere module released

Is there an easy way (ie, without manually setting this up for every product) to have this trigger for specific products? Can I integrate this in with extra fields, or a custom coded checkbox, for example? I have a fair amount of product (in the hundreds, which is still only a fraction of my online inventory) that is special order and takes an additional timeframe for it to arrive. People are seriously stupid and don't read - I want this to pop up and alert them then they're viewing the product (and, ideally, whenever they're checking out and have appropriate items in their cart).

Is that possible, somehow?

Thanks!
__________________
Chris Tindall
x-cart 4.7.5 Gold Plus
www.theweedpatchstore.com
AlteredCart: On-Sale, One Page Checkout, Checkout One Payments (although that's not working yet)
BCSE: Back in stock Notify, Checkbox Radio Mod, Upselling Links
SMACK: CDSEO Pro, Product Map
X-Cart: Gold+, Mobile
(still trying to get working: Gahela Support Suite)
Reply With Quote
  #115  
Old 07-02-2014, 02:09 PM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: Pop-up Anywhere module released

We have purchased this module in the sale that X-Cart currently has, but it's been a pain in the ass so far.

The installer doesn't work due to X-Cart POS being installed, so it has to be installed manually (patching all files) & running the database queries.

And once it's been setup, it refers to non-existent (on the X-Cart installation) Jquery versions so I get 404 errors on my page, unexpected CSS token errors and other errors.

I've opened a ticket, but since my ticket about a bug in the Product Notifications mod is also being ignored I'm a bit hard headed about if this will be solved.

I almost forgot, the worst bug is enabling the default Facebook-like popup (just for testing). As a customer, if I close the popup, it disappears. However, every single page that you visit, the popup will reappear. Annoying as hell.
Reply With Quote
  #116  
Old 07-04-2014, 02:03 AM
 
vladimir.gritsenko vladimir.gritsenko is offline
 

X-Cart team
  
Join Date: Aug 2005
Posts: 202
 

Default Re: Pop-up Anywhere module released

Dear herber@wirehub.nl,

I recommend you to contact our support team with the issues because it requires investigation at your server. Although it does not seem to be a problem of Pop-up Anywhere addon (we couldn't reproduce it within the bugtracker ticket on a default X-Cart installation), it still may be our bug. If so, you won't be charged for the fix.
__________________
Sincerely yours,
Vladimir Gritsenko
VP Marketing @ X-Cart
Reply With Quote
  #117  
Old 07-04-2014, 04:51 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: Pop-up Anywhere module released

Quote:
Originally Posted by vladimir.gritsenko
Dear herber@wirehub.nl,

I recommend you to contact our support team with the issues because it requires investigation at your server. Although it does not seem to be a problem of Pop-up Anywhere addon (we couldn't reproduce it within the bugtracker ticket on a default X-Cart installation), it still may be our bug. If so, you won't be charged for the fix.
My bug ticket is already closed.

I suggested fixes for the faulty CSS, but apparently the following code is not wrong:
Code:
min-height: 5px; !important;

But we all know it most definitely is, as this is correct:
Code:
min-height: 5px !important;
(notice the closure with ; after the 5px in the faulty Popup Anywhere CSS.
This happens multiple times.
Reply With Quote
  #118  
Old 08-19-2014, 09:13 AM
  Kara's Avatar 
Kara Kara is offline
 

Advanced Member
  
Join Date: May 2006
Location: O'fallon, Missouri
Posts: 77
 

Default Re: Pop-up Anywhere module released

Hi. Is there any way to change the % decimal? Right now it shows: 10.00%

We would just like it to be 10%

Also - I'm not seeing that the popup module works in my responsive template. Do I need to do something to make that happen?

Thanks!
__________________
x-cart gold 4.6

Kara Design Group, Inc.
http://www.karadesigngroup.com
Professional Creative Services
Reply With Quote
  #119  
Old 08-19-2014, 10:26 PM
 
vladimir.gritsenko vladimir.gritsenko is offline
 

X-Cart team
  
Join Date: Aug 2005
Posts: 202
 

Default Re: Pop-up Anywhere module released

Quote:
Originally Posted by Kara
Hi. Is there any way to change the % decimal? Right now it shows: 10.00%

We would just like it to be 10%

Also - I'm not seeing that the popup module works in my responsive template. Do I need to do something to make that happen?

Thanks!

Hi Kara!

Most likely a tiny template modification is needed but I recommend you to make sure it's true with our technical support. Same with responsive tamplate.

Thank you.
__________________
Sincerely yours,
Vladimir Gritsenko
VP Marketing @ X-Cart
Reply With Quote
  #120  
Old 09-08-2014, 03:13 AM
 
Stizerg Stizerg is offline
 

Senior Member
  
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 195
 

Default Re: Pop-up Anywhere module released

Is it possible to generate the coupon code not just for those who likes facebook page, but also for those who press g+ button? Is it possible to combine Like and g+ buttons in one pop-up?
It looks like I can't find working demo link ...
__________________
X-Cart Gold Plus 4.6.6
A lot of custom mods
Reply With Quote
Reply
   X-Cart forums > News and Announcements


Thread Tools

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 10:46 AM.

   

 
X-Cart forums © 2001-2020