This is a discussion on Wholesale price shows in uindex but not product_info page within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hi, I have a group set as wholesale and have set prices for both retail and wholesale. When I log ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I have a group set as wholesale and have set prices for both retail and wholesale. When I log in as the wholesale customer I see the ws price in New Products and What's New but when I click on the image to go to the product, it shows the retail price in the large heading. When I try to buy, it still shows the retails price. I assume I am not doing something correctly, correct? Thanks oz |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| On a second look, when I click the image I go back to http:// from the https:// I have when I log in. here are my configs.. /includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.crxindustrial.com'); // eg, cPanelŽ - should not be empty for productive servers define('HTTPS_SERVER', 'https://secure3.myownserver.net/~crxindus'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.crxindustrial.com'); define('HTTPS_COOKIE_DOMAIN', 'www.crxindustrial.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/crxindus/public_html/'); Catalog/admin/includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.crxindustrial.com'); // eg, cPanelŽ - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.crxindustrial.com'); define('HTTPS_CATALOG_SERVER', 'https://secure3.myownserver.net/~crxindus'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/crxindus/public_html/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/crxindus/public_html/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/home/crxindus/public_html/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); store is SydneyBiz : Welcome to CRX Industrial.com Thanks.. oz |
|
#3
| ||||
| ||||
| Missing something in your config - Try: define('USE_PCONNECT', 'true'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' |
|
#4
| |||
| |||
| Thanks jpf. Actually it was there however I didn't copy/paste it in the forums. It was set to false and empty, not mysql. I have set the sessions to file, so would I still add the mysql here? It still does not help me with the going in and out of https: and http though. I have done searches here and at osc but can't seem to get the answer I need. Any help here? Thanks again oz |
|
#5
| ||||
| ||||
| Change sessions to mysql in this file. Using file based many time HTTP to/from HTTPS breaks the sessions - specially on shared SSL. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Downloadable product as an attribute still shows weight in shipping page | mjfontec | osCMax v2 Customization/Mods | 0 | 04-01-2007 07:10 AM |
| HELP!!!! WHOLESALE PRICE NOT SHOWING ON PRODUCT PAGE | Judith | osCMax v2 Features Discussion | 0 | 10-26-2005 03:32 AM |
| Product_info page won't stay at 800 width on osC template! | toddhata | osCMax v1.7 Installation | 5 | 01-19-2005 06:57 PM |
| Error on product_info page | Anonymous | osCMax v1.7 Installation | 2 | 02-13-2004 01:53 PM |
| Shows Price in 0 | ChanBe | osCMax v1.7 Discussion | 2 | 09-16-2003 02:49 PM |