Separate Pricing per Customer - it's working now!
pmwright <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <dff4678940a15398bc02451217f94663@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=162695#162695 ---------------------------------------------------------------- Thanks for your kind offer of help! What I ended up doing was downloading the CVS version from last night and starting with that as a basis (before that I was working with the MS1 release and that might have been a large part of the problem). I then applied the patches detailed in v3.3 and made the changes you suggested for product_listing.php. Following the install, I got a duplicate key error when I tried to enter a new product, but that took care of itself when I dropped and recreated the PRODUCTS_GROUPS table. The only bug I have left is that product_info.php shows a zero price but that just looks like a variable assignment problem. There is one statement in the code that I don't understand: $products_price = '<s>' . $currencies->display_price($product_info['products_price'] What does '<s>' mean? I appreciate the help - this module is *exactly* what I needed to accomplish the goals for the site I am building. regards, paul