I am building a new site using Umbraco 7.2.1 and TeaCommerce
3.0.3 and all is good. I’ve got so far along without the need to request help
as the documentation and community has already answered all my questions up to
now! Good job.
I need to hook into the Marketing Suite for automatic
discounts. I want to add a 10% discount to orders over a threshold of £1,000 -
I can do that and that’s working. Now my problem is that I have products I want
to exclude from this discount.
Eg. I have three categories; Electronics, Shoes and Beer. I
only want Electronics and Shoes ‘tagged’ products to count towards the £1,000
threshold and have the 10% discount applied ONLY to these items.
When I say ‘tagged’ I mean I have a product catalogue built
in Umbraco nodes with properties as the tags.
So as a result a customer could have an order with a total
of £2,800 broken down as follows:
1x electronic item - original price £1,000 – discounted to
£900 1x shoe item - original price £1,000 – discounted to £900 1x beer item - original price £1,000 – no discount as item
excluded
I can see that I can accomplished this outside of
TeaCommerce API but I figure there must be something I can stitch into,
override or extend to add this functionality.
How or where should I hook into the marketing module and exclude
certain products at the point of it calculating the discounts? What API or
service? Does anybody have or could provide an example?
I’m sure it’s been done and it’s pretty simple, but I can’t
figure it out yet.
Marketing Discounts applied to specific products
Hi,
I am building a new site using Umbraco 7.2.1 and TeaCommerce 3.0.3 and all is good. I’ve got so far along without the need to request help as the documentation and community has already answered all my questions up to now! Good job.
I need to hook into the Marketing Suite for automatic discounts. I want to add a 10% discount to orders over a threshold of £1,000 - I can do that and that’s working. Now my problem is that I have products I want to exclude from this discount.
Eg. I have three categories; Electronics, Shoes and Beer. I only want Electronics and Shoes ‘tagged’ products to count towards the £1,000 threshold and have the 10% discount applied ONLY to these items.
When I say ‘tagged’ I mean I have a product catalogue built in Umbraco nodes with properties as the tags.
So as a result a customer could have an order with a total of £2,800 broken down as follows:
1x electronic item - original price £1,000 – discounted to £900
1x shoe item - original price £1,000 – discounted to £900
1x beer item - original price £1,000 – no discount as item excluded
I can see that I can accomplished this outside of TeaCommerce API but I figure there must be something I can stitch into, override or extend to add this functionality.
How or where should I hook into the marketing module and exclude certain products at the point of it calculating the discounts? What API or service? Does anybody have or could provide an example?
I’m sure it’s been done and it’s pretty simple, but I can’t figure it out yet.
Let me know if you need more information.
Many thanks,
Martin
Hi Martin
I think a setup like this will do it. Change the categories with your "Electronics" and "Shoes"
Kind regards
Anders
Thanks Anders –It sounds like that should do the trick. I knew I was missing something simple.
is working on a reply...