![]() |
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] |
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? |
Re: BCSE abandoned cart not working properly after moving to https
Quote:
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.