Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Greetings,

Hoping someone else may have run into this or has an answer. Seperate Pricing Per Customer module was installed and working perfectly. All of a sudden, when a wholesale customer logs in they no longer get the wholesale price, everything is retail. I have tried updating a wholesale price, adding new product, and creating a new group with same results.

 

The seperate pricing is showing up in the database, as well as the customer groups show up. Only problem is it does not display in the site. Any help would be appreciated.

Posted
Seperate Pricing Per Customer module was installed and working perfectly. All of a sudden, when a wholesale customer logs in they no longer get the wholesale price, everything is retail.
Never heard that one before. The login page wasn't changed for a contribution so that the session variables specific to SPPC are not getting set?

 

You could check that by adding some code to a page on your site, e.g. index.php and print them (not visible to visitors unless they do a view source):

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); 
echo '<!-- <pre>';
print_r($_SESSION);
echo '</pre> -->';?>
<!-- footer_eof //-->

Posted
Never heard that one before. The login page wasn't changed for a contribution so that the session variables specific to SPPC are not getting set?

 

You could check that by adding some code to a page on your site, e.g. index.php and print them (not visible to visitors unless they do a view source):

<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer.php'); 
echo '<!-- <pre>';
print_r($_SESSION);
echo '</pre> -->';?>
<!-- footer_eof //-->

 

 

BRAVO--GENIUS--AND THANK YOU!!!

 

Can't believe I overlooked something so simple. It was an incorrect login.php as you suspected. Uploaded the corrected version and it works great again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...