X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   BCSE abandoned cart not working properly after moving to https (https://forum.x-cart.com/showthread.php?t=75058)

anandat 03-04-2017 07:50 AM

BCSE abandoned cart not working properly after moving to https
 
I have just moved my site over https & when I sent BCSE abandoned cart reminder link to customer & when customer click the following type link

http://www.mysite.com/bcse_abandon_cart_restore.php?cartid=0e94099ab76d9 ca12cf2a0af092caf6b

it redirect him to homepage of my site without showing any cart info

But cart recovery link from dev store works perfectly !

http://www.mysite.com/devstore/bcse_abandon_cart_restore.php?cartid=0e94099ab76d9 ca12cf2a0af092caf6b

so why it's not working on main site & working fine from dev store on same server ?? I guess some rewrite code to be insert in htacsess.

For https redirection of store I am using following code at the moment.

RewriteCond %{SERVER_PORT} !^443
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]

qualiteam 03-09-2017 06:25 AM

Re: BCSE abandoned cart not working properly after moving to https
 
Why is the cartid parameter the same for the both links?
Are you sure that the link was sent to the customer from the live installation and not from the dev one?

anandat 03-09-2017 06:46 AM

Re: BCSE abandoned cart not working properly after moving to https
 
Quote:

Originally Posted by qualiteam
Why is the cartid parameter the same for the both links?
Are you sure that the link was sent to the customer from the live installation and not from the dev one?

Hi Alex,
Thanks for reply.
cartid parameters are just an example.

But BCSE abandoned cart module is working fine now.
I guess it was just an incidental issue as for some reason cartid parameter were expired or no longer exists hence it was redirecting customer to home page.


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

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