afterfive Posted May 30, 2006 Posted May 30, 2006 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. Quote
Jan Zonjee Posted May 30, 2006 Posted May 30, 2006 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 //--> Quote
afterfive Posted May 31, 2006 Author Posted May 31, 2006 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. Quote
Recommended Posts
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.