by Jim » Thu Sep 29, 2011 1:50 pm
If you already have a reward product in the cart and you add additional products that help you to qualify for the reward then the item will be marked as free when you have enough other products in the cart. But if you just add that product to the cart by itself (or with others not in the qualifying group) then it should not be marked as free.
The link displays in my shopping cart. Depending on the template you are using it usually displays just above the table of products or just below the top banner on the page. It will have the text you assigned when you configured the Reward Program. Below the text will be a link to the page you specified when creating the reward, the text for the link is the reward name. You configure these settings under Merchandising > Reward Program >
Note if you created your own shopping cart template you must include the tags that display this information. the tag is
[-- SC_REWARD_PROGRAM --]
You can us it as an IF statement to see if the feature is turned on
[-- IF SC_REWARD_PROGRAM --]
[-- SC_REWARD_PROGRAM --]
[-- END_IF --]