This is a discussion on Creating "list price" listing category within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi! The story: Well, the site I'm currently working on sells aquarium accessories to customers at near-wholesale. Although the listing ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi! The story: Well, the site I'm currently working on sells aquarium accessories to customers at near-wholesale. Although the listing works perfectly, I want to put a strike-through "List Price" category next to the "Price" category (Which I also want changed to "Our Price" and In Bold, Red #'s). Additionally, I was looking to put the model # under the picture. What I discovered: In the folder product_listing.php, I included the script: case 'PRODUCT_LIST_LISTPRICE': $lc_text = TABLE_HEADING_LISTPRICE; $lc_align = 'right'; break; modeled after the price tag: case 'PRODUCT_LIST_PRICE': $lc_text = TABLE_HEADING_PRICE; $lc_align = 'right'; break; what I need to find is what file TABLE_HEADING_PRICE links to and where 'PRODUCT_LIST_PRICE' recides. This way, I could create a similar file or tag that would give me my second category. In total, I've spent about 5 hours on this topic, following the source form file to file. I made a number of changes, but none of them worked. I also tried the edit the "categories.php" in the Admin section to allow me to put down the list price when I submit a prodict. Although nothing was near successful, I realized that, if this may be of any help to you, that "list price" would follow more the pattern of "Product Name" or "Model", due to the fact that the price has to go through multiple calculations (like tax) and effects the item in checkout. As for the layout hack, I've tried everything, but can't keep it error free. Well, I hope someone can halp, and thanks for reading |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 05:13 AM |
| "There are no products to list in this category..." | icecold | osCMax v1.7 Discussion | 1 | 05-03-2005 06:57 PM |
| Getting "Page Cannot Be Displayed" error creating | pthurmond | osCMax v1.7 Installation | 1 | 07-19-2004 08:16 AM |
| Getting "Page Cannot Be Displayed" error creating | pthurmond | osCMax v1.7 Discussion | 3 | 07-15-2004 09:46 PM |
| Removing price listing from "New Products For ..." | JGofGFS | osCommerce 2.2 Modification Help | 1 | 03-31-2004 11:34 AM |