CVC505 Posted June 28, 2003 Posted June 28, 2003 I am getting closer to going live with my store but I have a couple of issues about the pricing I need some help with. I sell art prints in verious sizes. a 6X8 print sells for $2.50 the same print in a 22X28 inch sizes sells for $25.00. I can use the atributes section of the admin modules to input these prices but the people who have looked at my site sams the +22.50 is REAL confusing. Rather then use a base price with an adder, i would like to enter all my items with a pbase price of $0.00. Then in the atrributes area I would like to enter the sell at price for each size NOT and ADDER Price. There are two problems that I have encountered with this: 1) In the cart display the price is showing up as $0.00 with an adder of the full price with the plus sign. Is there a way to get the adder price to show up as the only price or as the sell at price without the plus sign? 2) Where or what do I need to change in order to make the attributed selection box larger so it stands out better? One other issue I need to fix is the price that shows up in the new items display. WHat need to be modified in the new_products.php file in order to remove the pricing from beneath the images? Thanks CVC505 Rick Hanzlik
Guest Posted June 28, 2003 Posted June 28, 2003 The price is displayed by: . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']) It is similar elsewhere thru osC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.