Hi all,
I'd like to use Konakart to implement a new method to sell goods: the customer plays a game (based on ability, not luck) getting the desired good at a discounted price, where the discount depends on how much he has been able to resolve the game.
So the final price of the good is not equal to the initial product's price, but can change.
I tried to use the Basket.setFinalPriceExTax(...) method, but without success, and after a forum search I discovered that the final price is derived automatically from the price of the product in the catalog.
I also tried to update directly the price in the customers_basket table, but strangely the price displayed in the cart is always the initial product's price, even if in the table there is another value.
Is there a solution to my problem?
Please help
Thank you
Paolo
I'd like to use Konakart to implement a new method to sell goods: the customer plays a game (based on ability, not luck) getting the desired good at a discounted price, where the discount depends on how much he has been able to resolve the game.
So the final price of the good is not equal to the initial product's price, but can change.
I tried to use the Basket.setFinalPriceExTax(...) method, but without success, and after a forum search I discovered that the final price is derived automatically from the price of the product in the catalog.
I also tried to update directly the price in the customers_basket table, but strangely the price displayed in the cart is always the initial product's price, even if in the table there is another value.
Is there a solution to my problem?
Please help
Thank you
Paolo