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

Membership change email show membership before change

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-03-2012, 04:04 PM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

Default Membership change email show membership before change

Hi,

Can anyone else confirm this issue? The email received by a customer when their membership group has been changed doesn't list the membership group they were changed to, but rather the group they were changed from.
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote
  #2  
Old 03-24-2012, 03:31 PM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: Membership change email show membership before change

I have exactly the same issue....
4.4.5
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
Reply With Quote
  #3  
Old 03-25-2012, 05:16 AM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: Membership change email show membership before change

Anybody else experiencing this issue?
I have contacted Qualiteam about it, and, surprise, surprise, they wanted me to purchase Technical Support membership for hundreds of dollars to "investigate" this matter.
So, they are not convinced that this is a bug.

I could really use some help with this thing, as my customers are getting confused as to their member status.
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
Reply With Quote
  #4  
Old 03-25-2012, 10:19 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Membership change email show membership before change

I can confirm on 4.4.5 (not sure about other versions) - This is a bug and you should report it in the bugtracker. I am struggling to post a solution or not as I use my time to investigate XC bugs while QT sits back and says - pay for support to fix XC bugs... I get nothing they get $139, seems fair right... And then reported bugs and fixes don't find their way to new releases.

QT maybe before saying - this is not a bug - you should first investigate on your copy of XC and confirm it and not just immediatelly go to "pay fee" option.

In /include/func/func.user.php find

PHP Code:
if (isset($result[$md5_args])) {
        return 
$result[$md5_args];
    } 

and comment it out

PHP Code:
/*
    if (isset($result[$md5_args])) {
        return $result[$md5_args];
    }
*/ 

This will force function to execute every time instead of returning user info if it already exists in that array. This should work just fine until QT wakes up and provides a patch
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 4 users thank cflsystems for this useful post:
Duramax 6.6L (04-22-2012), gb2world (03-25-2012), imexhouse (03-25-2012), PhilJ (03-25-2012)
  #5  
Old 03-25-2012, 03:02 PM
  imexhouse's Avatar 
imexhouse imexhouse is offline
 

eXpert
  
Join Date: May 2006
Location: Canada
Posts: 377
 

Default Re: Membership change email show membership before change

I'm very grateful to you for your contribution. It's a shame that somebody who's not associated with Qualiteam has to pitch in to iron out all the wrinkles in the code, and not getting financially rewarded for it.
But, if it means anything to you, I'm your fan for life
__________________
Jack@AquasanaCA
X-CART GOLD 4.0.19 Live
DSEFU, AOM, ezCheckout, ezUpsell, ezRecommends, RememberMe, RememberAnonCarts
AquasanaCanada.com - Aquasana╝ - #1 Rated Water Filters in America!
X-CART GOLD 4.4.5 Live
CDSEO Pro v. 1.8.4
AquasanaMontreal.com
Aquasana╝ & Rhino Water Filtration Systems
Reply With Quote
  #6  
Old 03-25-2012, 05:47 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Membership change email show membership before change

Don't get me wrong - this was not aimed at any XC users and I help as much as I can in here not expecting a reward. But it is not right when we have to pay to QT to fix actual bugs in XC, even worst - to investigate for possible bugs. Glad the post helped though to fix the bug
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 2 users thank cflsystems for this useful post:
Ana (04-17-2012), Duramax 6.6L (05-10-2012)
  #7  
Old 04-17-2012, 07:28 AM
  Ana's Avatar 
Ana Ana is offline
 

Senior Member
  
Join Date: Aug 2004
Location: Hurricane Alley, South Florida USA
Posts: 186
 

Default Re: Membership change email show membership before change

Quote:
Originally Posted by cflsystems
I can confirm on 4.4.5 (not sure about other versions) - This is a bug and you should report it in the bugtracker. I am struggling to post a solution or not as I use my time to investigate XC bugs while QT sits back and says - pay for support to fix XC bugs... I get nothing they get $139, seems fair right... And then reported bugs and fixes don't find their way to new releases.

QT maybe before saying - this is not a bug - you should first investigate on your copy of XC and confirm it and not just immediatelly go to "pay fee" option.

In /include/func/func.user.php find

PHP Code:
if (isset($result[$md5_args])) {
        return 
$result[$md5_args];
    } 

and comment it out

PHP Code:
/*
    if (isset($result[$md5_args])) {
        return $result[$md5_args];
    }
*/ 

This will force function to execute every time instead of returning user info if it already exists in that array. This should work just fine until QT wakes up and provides a patch

It's also in 4.4.4. I thought I was losing my mind. The only way I could get it to show properly was to click the customer profile update button twice.

Thanks, Steve, for your help here, as always.

I say we should all start donating to Steve for every fix he posts here!
__________________
"Real knowledge is to know the extent of one's ignorance."-- Confucius

X-Cart 4.4.4
MySQL 5.0.92
Apache/2.0.64 (Unix)
PHP 5.3.6
CentOS 5.5

MODS:
Template Mela- Theme XCT010002
Altered Cart- CheckoutOne
BCS Engineering- Back In Stock Notification
X-Cart Mods- Thumbnail Candy
X-Cart Mods-Advanced Shop Closed
Google Site Search
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 10:44 AM.

   

 
X-Cart forums © 2001-2020