Noobish-n-stuff Posted December 5, 2003 Share Posted December 5, 2003 ok, this might sound dumb, but for some of my product attributes i want to enter the acutal price, not the (+23.46) price. so i just entered the actual price and no prefix. fine, it shows up fine on the product_info page, but not in the cart or during checkout. then it decides to automaticly subtract the attribute option price from the base price. is there any way i can setup my site to work how i would like?? :unsure: thanks in advance... Link to comment Share on other sites More sharing options...
harmeet Posted December 5, 2003 Share Posted December 5, 2003 The attribute price is either added to the base price or subtracted depending on what sign you use (+ or -). Why would you want to omit the sign? Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted December 5, 2003 Author Share Posted December 5, 2003 take a look at my page and you will see why it make more sense for me to do it the way i'm talking about. http://www.moto-works.com/catalog/ look in the tires section really it is SOOOOO much easier for a cutomer to see the price rather than have to add it up for themselves. why does it default to subtract if no symbol is used?? seems dumb to me... Link to comment Share on other sites More sharing options...
Noobish-n-stuff Posted December 6, 2003 Author Share Posted December 6, 2003 Anyone??? Please?? Link to comment Share on other sites More sharing options...
robvlad Posted December 16, 2003 Share Posted December 16, 2003 I would like to do the same thing on my site. I am hoping someone answers this soon! It would be very helpful for it to just display the actual price. Link to comment Share on other sites More sharing options...
Shai Posted December 21, 2003 Share Posted December 21, 2003 Bump!!! please reply guys!! :o Link to comment Share on other sites More sharing options...
Jim Smith Posted January 2, 2004 Share Posted January 2, 2004 I'm not sure if this is what you want to do or not but to remove the plus and minus sign from the attributes, find the following section in catalog/product_info.php around line 196: $products_options['price_prefix'] Replace with the following: $products_options[''] So I start with a zero price and then price each attribute. If someone sees any damage that I may cause by doing this, feel free to speak up (I'm not a PHP pro). BTW, it's also cleaner to remove the $0.00 from the top of the pages and in the listings if you do this. Jim Smith Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2004 Share Posted May 6, 2004 Hi Jim, The fix you just mentioned abovge works great, however, since only a few products have attributes, how would I go about deleting the product price at the top of the page on a per product basis? Thanks! Bob Link to comment Share on other sites More sharing options...
spaceman813 Posted June 11, 2004 Share Posted June 11, 2004 There's an answer to this here: link It shows no price only if it is ZERO, otherwise it shows. Hope it helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.