X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   Pop-up Anywhere module released (https://forum.x-cart.com/showthread.php?t=66512)

karina 12-10-2013 01:58 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by dejital
I'm having issues with the install of this plugin. I literally just spent the $90 to get it and then I installed it and nothing worked (even after following the instructions word for word) the module does nothing on the front end of my site. At first the link that is supposed to be under the content dropdown wasn't there, there wasn't even a way to manage the new module. After some help from support I managed to manually put it in, one of the patches from the script didn't apply itself.

Now, even though I can manage the plugin on the admin end, my cart does not popup anything at all, no matter how I play with it. When I reached out to support they literally told me I have to pay to get it fixed by them.
I'm on version 4.4.5
I'm not a happy customer.


Hi Deji,

Your shop uses custom skin and this skin files were not patched during module installation (because default skin files are patched only). I believe this is the reason of all issues.

To apply changes to admin area please make sure that patches from 'popup_anywhere.patches/skin/common_files/single/' directory are applied to your custom skin files.

To apply changes to customer area please have a look at these instructions:
http://help.x-cart.com/index.php?title=X-Cart:Pop-up_Anywhere#How_to_patch_a_3rd_party_skin_after_th e_in...nywhere_module

Please apply all required patches and if it doesn't help please let me know.

amsruned 12-10-2013 07:38 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by dejital
I'm having issues with the install of this plugin. I literally just spent the $90 to get it and then I installed it and nothing worked (even after following the instructions word for word) the module does nothing on the front end of my site. At first the link that is supposed to be under the content dropdown wasn't there, there wasn't even a way to manage the new module. After some help from support I managed to manually put it in, one of the patches from the script didn't apply itself.

Now, even though I can manage the plugin on the admin end, my cart does not popup anything at all, no matter how I play with it. When I reached out to support they literally told me I have to pay to get it fixed by them.
I'm on version 4.4.5
I'm not a happy customer.



I found I had the same problem.. What I did was I had used the uninstall sql patch and in phpadmin applied it.. Then I reapplied the 2 sql patches again in phpadmin.

Rechecked all the files that needed to be modified. Made sure to clear all my caches and it worked again.

dejital 12-10-2013 08:19 AM

Re: Pop-up Anywhere module released
 
After a few hours of going through the module trying to pinpoint the problem, I decided to look at my error log in the /xcartstore/var/log/ directory and found the FIX!

After seeing this line in there:

[09-Dec-2013 18:59:10] Warning: copy(/home/rootsite/public_html/xcartstore/include/common.php) [<a href='function.copy'>function.copy</a>]: failed to open stream: Permission denied in /home/rootsite/public_html/xcartstore/modules/Popup_Anywhere/install.php on line 548

It lead me to believe that since the install could not update the common.php file the module was not installed... mind you there were no visible errors during the install that told me this is what happened.
So I went to that file change the permissions to 777 reinstalled the module and boom it all worked.... I then changed the permissions back on the common.php file.
I hope this helps anyone else that comes across the issue.

icaros 01-06-2014 03:29 AM

Re: Pop-up Anywhere module released
 
1 Attachment(s)
Quote:

Originally Posted by karina
Kevin, I've just liked your page on your site and the new coupon 'bhSR**8S' with $2.00 discount was successfully generated (you can delete this coupon in admin area).

Facebook team have updated the status of this bug yesterday:
https://developers.facebook.com/bugs/508219649233845
"This should now be resolved. Thanks for your patience.
Status changed to Fixed"

When your customers inform you about not generating coupon last time? The status of the bug on Facebook was changed yesterday at 11.35 PM, may be your customers liked your page before this time?


karina, I have two issues with this mod. Please see attached screenshot.

1. The coupon code cannot be generated. I can't see any generated coupon code in coupons admin area. Customers complains not receiving coupon codes. Was it displayed on the screen after LIKE? or email customer who liked my Facebook page? How does it send email if customer is not registered?

2. The % off I specified is 10%, however it is displayed as 10.00%. I tried to delete the decimal but won't work.

Can you please take a look of my site? www.stickerr.com.au

Thanks!

karina 01-08-2014 04:28 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by icaros
1. The coupon code cannot be generated. I can't see any generated coupon code in coupons admin area. Customers complains not receiving coupon codes. Was it displayed on the screen after LIKE? or email customer who liked my Facebook page? How does it send email if customer is not registered?


Please make sure that you've specified 'Coupon will be valid within N hours' value on the popup settings page (you can find it at the bottom of settings page). This value must be at least 1 (hour) to generate coupon value.

Coupon code will be shown right in the popup after clicking 'Like' button. It looks like this:
https://docs.google.com/a/x-cart.com/file/d/0B1-bAfTCwkVXNlBjdTh0N3MwUUU

The coupon will be generated for all customers who clicks 'Like', even if they are not registered customers.

Quote:

Originally Posted by icaros
2. The % off I specified is 10%, however it is displayed as 10.00%. I tried to delete the decimal but won't work.


I've reproduced this issue, thank you for informing me. It will be fixed in the next update.

icaros 01-08-2014 04:36 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by karina
Please make sure that you've specified 'Coupon will be valid within N hours' value on the popup settings page (you can find it at the bottom of settings page). This value must be at least 1 (hour) to generate coupon value.

Coupon code will be shown right in the popup after clicking 'Like' button. It looks like this:
https://docs.google.com/a/x-cart.com/file/d/0B1-bAfTCwkVXNlBjdTh0N3MwUUU

The coupon will be generated for all customers who clicks 'Like', even if they are not registered customers.



I've reproduced this issue, thank you for informing me. It will be fixed in the next update.


Thanks for your reply. I've managed to fix both issue 10 seconds before you replied this thread...

I've changed all the price_format to number_format to fix the 10.00% issue, and it works perfect!

The wording of 'Coupon will be valid within N hours' is really confusing... it really should state as 'Coupon will be expire in N hours (Value should be >= 1)'.... It took me hours to figure this out...

Anyway, problem solved. Overall, it's a great add-on. Thank you!

karina 01-08-2014 04:48 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by icaros
Thanks for your reply. I've managed to fix both issue 10 seconds before you replied this thread...

I've changed all the price_format to number_format to fix the 10.00% issue, and it works perfect!

Anyway, problem solved. Overall, it's a great add-on. Thank you!


Glad to hear that all issues are gone!

Quote:

Originally Posted by icaros
The wording of 'Coupon will be valid within N hours' is really confusing... it really should state as 'Coupon will be expire in N hours (Value should be >= 1)'.... It took me hours to figure this out...


Got it, thank you for suggestion.

Jeffrey Vezina 01-12-2014 04:14 PM

Re: Pop-up Anywhere module released
 
What is the chances of it working on version 4.3.2?

Are any incompatibilities easily overcome by good programmers?

karina 01-14-2014 05:37 AM

Re: Pop-up Anywhere module released
 
Quote:

Originally Posted by Jeffrey Vezina
What is the chances of it working on version 4.3.2?

Are any incompatibilities easily overcome by good programmers?


It's not possible automatically apply module's patch to X-Cart 4.3.x because structure of directories is changed a lot in X-Cart 4.4.x. But our specialists can manually customize the module to this version. If you're interested in it, please contact us via your HelpDesk to requst customization.

Actually there are not many default files that should be changed for the module. But it can be required to adapt module files too.

anandat 02-04-2014 08:24 PM

Re: Pop-up Anywhere module released
 
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 :)


All times are GMT -8. The time now is 11:40 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.