View Single Post
  #1  
Old 03-04-2017, 07:50 AM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Exclamation 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]
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote