anix Posted October 28, 2008 Share Posted October 28, 2008 Hi i desperatly need to know how to design a custom price calculator for my site, the calculator will be there to give a price for foam that the customer wants to purchase. An example of such a calculator is here http://www.twfoam.co.uk/index.php is there anyway to design and input a calculator like this into joomla or a web site? Quote Link to comment https://forums.phpfreaks.com/topic/130466-custom-price-calculator-needed-desperatly/ Share on other sites More sharing options...
alexweber15 Posted October 30, 2008 Share Posted October 30, 2008 in short: yes. your main worry should be the pricing algorithm. ie: what effects do each variable have on the overall price and that's entire up to you. then its simple, just POST the values, validate, pass as arguments to function and price calculated. the rest like the box stuff is silly js mouseOver and out effects what is your difficulty exactly? Quote Link to comment https://forums.phpfreaks.com/topic/130466-custom-price-calculator-needed-desperatly/#findComment-678181 Share on other sites More sharing options...
plznty Posted November 12, 2008 Share Posted November 12, 2008 Yes this is available to do. You need to work out how much foam costs what price, then use post to post the data onto another document that then calculates the values given. Message if more help is needed within 1 day. Quote Link to comment https://forums.phpfreaks.com/topic/130466-custom-price-calculator-needed-desperatly/#findComment-688727 Share on other sites More sharing options...
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.