lucilue2003 Posted May 24, 2003 Posted May 24, 2003 under Product Listing , Do you want to display the Product Price ? i typed 0 and it still display the product price... *i also tried 1 and no luck. ???? y is this not working. *I have not added any contribution packs... Thanks.
Ajeh Posted May 24, 2003 Posted May 24, 2003 Did you start with an osCommerce snapshot? Or did you use something like Ian's Load 5? Sounds like you have product_listing_col.php being used rather than product_listing.php ... product_listing_col.php I do not believe follows the switches in the Admin settings.
lucilue2003 Posted May 24, 2003 Author Posted May 24, 2003 <?php /* $Id: product_listing.php,v 1.41 2003/02/12 23:55:58 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ located inside includes/modules/ I am not using anything else... thanks...
Ajeh Posted May 25, 2003 Posted May 25, 2003 Using the numbering of 1 for on and 0 for off or numbering in sequence the fields you want displayed should work without an issue. The only other thing I can think of is to check your configuration table and sort on configuration_key and make sure that the keys that start with PRODUCT_LIST_blah you only have 1 of each key.
lucilue2003 Posted May 25, 2003 Author Posted May 25, 2003 using phpmyadmin, i found this: configuration_id configuration_title configuration_key configuration_value configuration_description configuration_group_id sort_order last_modified date_added use_function set_function 107 Display Product Price PRODUCT_LIST_PRICE 0 Do you want to display the Product Price 8 5 2003-05-24 19:55:52 2003-05-15 16:05:04 NULL NULL this is what it says and when i go to my site it says the following: New Products For May Heavy Duty flat Webbed Polyester $0.00 any other ideas ???? thanks.
Ajeh Posted May 25, 2003 Posted May 25, 2003 Do you have a URL where that is displayed ... so we could take a peek? It sure sounds like product_listing_col.php or another modification is being used and not the standard product_listing.php
lucilue2003 Posted May 25, 2003 Author Posted May 25, 2003 of course, www.discountlanyards.com/default.php thanks.
Ajeh Posted May 25, 2003 Posted May 25, 2003 That is not the product_listing.php you are looking at /includes/modules/new_products.php And either you have no prices set or your currencies are moofed up.
lucilue2003 Posted May 25, 2003 Author Posted May 25, 2003 - the products now have prices (i forgot to put in the prices before) - the currencies have not been messed with...the are the default. - and i rechecked the configuration table and it show only a 1 for product name and 0's for all the other product_blah.... ...oh well...
Ajeh Posted May 25, 2003 Posted May 25, 2003 You are changing settings for something that is *not* on your page. Currently, your default.php is showing the /includes/modules/new_products.php because those products are considered New or the last things to be added. You need to edit the /includes/modules/new_products.php and take out the display price if you do not want to see it.
lucilue2003 Posted May 25, 2003 Author Posted May 25, 2003 I GOT IT. i thought that when you place a 0 under product listing >> display product price, i thought that affected the new products as well.... but i guess not.. so i did what you said and commented it out... Thanks.
Ajeh Posted May 25, 2003 Posted May 25, 2003 That worked better ... :D Now do you really want no price? Or do you want the cheapest price that the product is available for?
lucilue2003 Posted May 25, 2003 Author Posted May 25, 2003 Well, i want no price because my price is determined by the amount that they buy. So it doesn't really make sense to have a single price.... Thanks.. for the assist... P.S. did you read your email at WebMakers.com ? Re: oscommerce customization for LuciLUe2003 Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.