jfirestone Posted November 19, 2004 Posted November 19, 2004 I am brand new to PHP, and do not really understand all the coding. I was able to get the Quantity Price Breaks Per Product contribution up and running no problem. I deal in products that are sold in large quantities, minimum of 300. Each item costs $.325. The contribution displays and calculates this amount as $.33. This causes the pricing to be wrong. Is there a way to change how many places after the decimal are shown and used for calculations? I have some items that are priced out to the 5th decimal place. Or, is it possible to display the pricing or handle the calculations diferent than the prices would look?? i.e. Product A is $59.95 per thousand, minimum order 1000. I would like to diplsay the price as 59.95, but I want my customer to have to enter 1,000, not 1. The way the program works now, they would have to enter 1 for me to put in the price as $59.95 and I would have to tell them 1 = 1,000. Thank you! :) Quote
jfirestone Posted November 24, 2004 Author Posted November 24, 2004 no one has tried to change this?? I am brand new to PHP, and do not really understand all the coding. I was able to get the Quantity Price Breaks Per Product contribution up and running no problem. I deal in products that are sold in large quantities, minimum of 300. Each item costs $.325. The contribution displays and calculates this amount as $.33. This causes the pricing to be wrong. Is there a way to change how many places after the decimal are shown and used for calculations? I have some items that are priced out to the 5th decimal place. Or, is it possible to display the pricing or handle the calculations diferent than the prices would look?? i.e. Product A is $59.95 per thousand, minimum order 1000. I would like to diplsay the price as 59.95, but I want my customer to have to enter 1,000, not 1. The way the program works now, they would have to enter 1 for me to put in the price as $59.95 and I would have to tell them 1 = 1,000. Thank you! :) <{POST_SNAPBACK}> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.