I am running a silver bullion website. The price of silver changes every hour. The silver price is stored in a variable. I am searching for a shopping cart for wordpress that can do the following things:
For example I have a product name Silver Coin:
Silver Selling price at the present hour is $25.5
—> The cart Should pick this value from a PHP variable But dont output it as actual price of the product
The product price will be 1.2% of $25.5 —————->
This Should be the actual price of product and output as the product price
How to get this functionality and with which shopping cart? I am using WP-eCommerce Plugin, anyone can help please.
I did something similar not long ago and it was fairly straight forward.
If for example some of your prices are 1.5% of the silver price and others are 1.2% then you could set the percentage in the product price. Then instead of replacing the function call in the template file use it to retrieve the product percentage and along with your silver price calculate the product price.