Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Remember Anonymous Carts

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1  
Old 08-08-2012, 07:58 PM
 
dave01978 dave01978 is offline
 

Advanced Member
  
Join Date: Nov 2006
Posts: 95
 

Default Remember Anonymous Carts

Does anyone know if this file exsists in 4.5.2?

I cant seem to find it

Open minicart.php

Find: x_session_register ('cart');

After add: // WCM - Anon Cart - START
if ($active_modules['WCM_Remember_Anon_Carts'])
{
x_session_register('wcm_cartchecked');
x_session_register('wcm_cartid');
include_once $xcart_dir.'/modules/AnonCart/func_anoncart_minicart.php';
if ($current_area == 'C' AND !wcm_anon_checkcart($cart['products']) AND $wcm_cartchecked != 1)
{
$wcm_cartid = wcm_anon_getcartid();
$wcm_cart = wcm_anon_getcart($wcm_cartid);
if (wcm_anon_checkcart($wcm_cart['products']))
$cart = $wcm_cart;
}
$wcm_cartchecked = 1;
}
// / WCM - Anon Cart
__________________
Xcart Version 4.5.2
CDSEO Pro
Remember Anonymous carts
Social Bookmarks
Cart Abandonment
catagory map
mobile mod
product map
XCMS
Auth.net DPM
Reply With Quote
  #2  
Old 08-13-2012, 05:22 PM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Remember Anonymous Carts

From the changelog:[*] 14 Jun 2012, aim - Improvement (0122686): Refactored the minicart.php file. func_get_minicart_totals function.

It looks like it moved to: include\func\func.minicart.php
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



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 02:45 AM.

   

 
X-Cart forums © 2001-2020