osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Wholesale price shows in uindex but not product_info page

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 ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 04-24-2007, 02:10 AM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 129
Thanks: 12
Thanked 0 Times in 0 Posts
Rep Power: 7
ozstar is on a distinguished road
Default Wholesale price shows in uindex but not product_info page

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
  #2  
Old 04-24-2007, 03:32 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 129
Thanks: 12
Thanked 0 Times in 0 Posts
Rep Power: 7
ozstar is on a distinguished road
Default Re: Wholesale price shows in uindex but not product_info page

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 04-24-2007, 06:14 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default Re: Wholesale price shows in uindex but not product_info page

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'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 04-24-2007, 09:50 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 129
Thanks: 12
Thanked 0 Times in 0 Posts
Rep Power: 7
ozstar is on a distinguished road
Default Re: Wholesale price shows in uindex but not product_info page

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-25-2007, 10:43 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,808
Thanks: 5
Thanked 105 Times in 91 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default Re: Wholesale price shows in uindex but not product_info page

Change sessions to mysql in this file. Using file based many time HTTP to/from HTTPS breaks the sessions - specially on shared SSL.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -8. The time now is 03:09 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax