We have a discount that is applied to every customer who comes to the
site after one person has entered it and applied it to there order.
The code for some reason is staying active and auto applying to every
customer after one person enters it. I am new to commerce and did not
do any of the code for the site. I have figured out some stuff on my
own and managed to fix a few problems but this one escapes me. I have
found a line in web.config that tells me that the discounts are being
applied from discount manager and not bizdesk.
<cache name="Discounts"
type="MarketingDiscounts" refre****nterval="900"
retryInterval="30"/>
Could it be that the refre****nterval or retry interval is to high or
too low? Any advice you can give would be appreciated.
Thanks
Kirk