Anyone ever implement a complex shipping promotion like this before:
How do set up a complex shipping discount scenario: If the order exceeds
$250 and a certain promotion code is entered, give free shipping for
"standard" shipping method ONLY.
I have been trying to come up with a creative way to do this, but nothing
has been viable so far.
Thoughts?
Add the currently selected shipping method as a property on the targeting
context profile and using this in the discount eligibility expression.
-thanks, Michael
On 10/4/07 7:03 AM, in article
038AD3A0-19BA-45ED...@microsoft.com, "kheard"
When editing/managing your profiles there is a profile called Targeting
Context. Add a custom attribute to this profile, say, ShippingMethod. In
your checkout process (the shipping method page), assign the selected
shipping method to your custom targeting context property.
On the discount side, when creating your award, target the specific shipping
method you are looking for.
When the discount pipeline is run, it will detect that your shipping method
has been selected and apply the discount.
Hope that helps.
--
Cheers!
The first part and last part are very clear, however, I'm not sure about:
"In your checkout process (the shipping method page), assign the selected
shipping method to your custom targeting context property."
I'd imagine this may be a little function that would need to be added,
correct? Or is it more simpler than that?
Thanks for any assistance!
On 11/19/07 10:19 AM, in article
B8049ED2-A842-4B53...@microsoft.com, "Kelly Andrew Heard"
On 11/19/07 11:58 AM, in article
A521D793-5B4B-4FFA...@microsoft.com, "Kelly Andrew Heard"