katheevz Posted January 30, 2014 Posted January 30, 2014 I am listing products that have various quantities within the package as well as various strengths. For instance a bottle of 30 Cortisol 1mg capsules cost $44, a bottle of 60 capsules cost $62,etc. So I have several things going on .... Cortisol 1mg, 5mg, 10mg, etc. various dosages Then within each dosage I have 4 sizes, 30, 60, 90, 120 I am using the Product Attributes function and the various sizes/prices are showing up, but there is a big $0.00 showing up in the top right corner. Can I remove this ... or this there a better way to go about this altogether? Here is a screenshot... http://tinypic.com/r/335biip/8 Thank you in advance ... anyone ... Kathee
knifeman Posted January 30, 2014 Posted January 30, 2014 It looks like you set the base price to zero. Generally people set a base price to some positive number. Then each attribute is a number added to, or subtracted from the base price. Tim
katheevz Posted January 30, 2014 Author Posted January 30, 2014 Yes, but can't I just get rid of it all together?
knifeman Posted January 30, 2014 Posted January 30, 2014 Certainly it can be removed. In product_info.php there will be code to call the price. I do not have an unmodified copy handy right now. Tim Edit: The zero price will show in many other places also. new products, category listings, etc.
katheevz Posted January 30, 2014 Author Posted January 30, 2014 Here's the problem I'm having ... There are multiple options within this 1mg dosage. I don't really want the 30 count (the $47) showing up so loudly and proudly which would encourage buyers to buy only the 30 count. I don't want to put the most expensive one loud and proud either because that might scare them away. So why not just get rid of it altogether?? Here is another screen print. Can you understand where I'm coming from? http://screencast.com/t/uDw6yGb8dfD4 On another note, my options are not in order either ... is there something I can do about that, so they list out 30, 60, 90,180 ... not 60, 30, 180, 90? Kathee
katheevz Posted January 30, 2014 Author Posted January 30, 2014 And yes, I guess we can't remove it unless it removes from all places ...
knifeman Posted January 30, 2014 Posted January 30, 2014 I believe in product info_php you find this code around line 58 <h1 style="float: right;"><?php echo $products_price; ?></h1> comment out the echo <h1 style="float: right;"><?php //echo $products_price; ?></h1>
knifeman Posted January 30, 2014 Posted January 30, 2014 Here's the problem I'm having ... There are multiple options within this 1mg dosage. I don't really want the 30 count (the $47) showing up so loudly and proudly which would encourage buyers to buy only the 30 count. I don't want to put the most expensive one loud and proud either because that might scare them away. So why not just get rid of it altogether?? Here is another screen print. Can you understand where I'm coming from? http://screencast.com/t/uDw6yGb8dfD4 On another note, my options are not in order either ... is there something I can do about that, so they list out 30, 60, 90,180 ... not 60, 30, 180, 90? Kathee I do not utilize attributes, but I know from reading this forum you really need to download one of the add ons for better organization of attributes. Tim
katheevz Posted January 30, 2014 Author Posted January 30, 2014 I believe in product info_php you find this code around line 58 <h1 style="float: right;"><?php echo $products_price; ?></h1> comment out the echo <h1 style="float: right;"><?php //echo $products_price; ?></h1> That worked great for the main page!! Now, I need to fix it somewhere so it won't show up on the category page ... any ideas? http://screencast.com/t/ssE88oRwH Kathee
katheevz Posted January 30, 2014 Author Posted January 30, 2014 I do not utilize attributes, but I know from reading this forum you really need to download one of the add ons for better organization of attributes. Tim I think I did see one or two modules for organizing. Thank you!! Kathee
katheevz Posted January 30, 2014 Author Posted January 30, 2014 That worked great for the main page!! Now, I need to fix it somewhere so it won't show up on the category page ... any ideas? http://screencast.com/t/ssE88oRwH Kathee I wouldn't mind getting rid of that entire "Price" column.
knifeman Posted January 30, 2014 Posted January 30, 2014 I wouldn't mind getting rid of that entire "Price" column. Go into your admin Configuration-product listing change the number to a zero for the price column. Tim
♥joli1811 Posted January 30, 2014 Posted January 30, 2014 Simple and quick for sorting the attributes http://www.oscommerce.com/forums/topic/123629-sorting-attributes/ Regards Joli To improve is to change; to be perfect is to change often.
♥14steve14 Posted January 31, 2014 Posted January 31, 2014 I also think there is an addon to show the actual attribute price, so you don't have to mess about with calculators to work out the difference between the original price and the now price. Cant remember what its called though. REMEMBER BACKUP, BACKUP AND BACKUP
♥joli1811 Posted January 31, 2014 Posted January 31, 2014 would be this one probably used recently myself. http://addons.oscommerce.com/info/1716 To improve is to change; to be perfect is to change often.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.