Prices changing based on member type or member group logged in
Hi there
I am considering using Tea Commerce for a webshop, been messing around with the demo and it seems great :)
My problem is that the customer would like to have different prices shown depending on the person who is logged in. How would I go about doing that in Tea Commerce? Is it even possible?
Thanks for trying Tea Commerce - and glad you like the demo.
Custom pricing can easily be done in Tea Commerce 2. You implement your own ProductCalculator and overwrite two methods and implement your price logic. This would properly be some code that check which user is logged in and use some custom prices you have saved in your Umbraco node. You would also need to inherit and implement 1 method for your OrderCalculator if you need some more advanced pricing. But more on that bit later :)
We are working on the documentation of how this is done - but I can send you a ShippingCalculator to show you what the idea behind a calculator in Tea Commerce is. Send me an email - info at teacommerce.net
Prices changing based on member type or member group logged in
Hi there
I am considering using Tea Commerce for a webshop, been messing around with the demo and it seems great :)
My problem is that the customer would like to have different prices shown depending on the person who is logged in. How would I go about doing that in Tea Commerce? Is it even possible?
/Michael
Hi Michael
Thanks for trying Tea Commerce - and glad you like the demo.
Custom pricing can easily be done in Tea Commerce 2. You implement your own ProductCalculator and overwrite two methods and implement your price logic. This would properly be some code that check which user is logged in and use some custom prices you have saved in your Umbraco node. You would also need to inherit and implement 1 method for your OrderCalculator if you need some more advanced pricing. But more on that bit later :)
We are working on the documentation of how this is done - but I can send you a ShippingCalculator to show you what the idea behind a calculator in Tea Commerce is. Send me an email - info at teacommerce.net
Kind regards
Anders
is working on a reply...