Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Different Prices depending on quantity


katheevz

Recommended Posts

Posted

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

Posted

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

Posted

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.

Posted

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

Posted

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>

Posted

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

Posted

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

Posted

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

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...