Originally Posted by: TKatch Almost. You need to add an ampersand (&) between your two query string parameters like this:
?affid=AffliliateXYZ&code=ABC
The order of the query string parameters doesn't matter, so "code" could come before"affid".
Originally Posted by: TKatch Then would the code automatically apply and the referred customer would not have to enter the code when they check out? That would be sweet.
Yep! It's like magic. The auto-adding of the coupon code from a query string is one of those cool features that we added in BVC 2013 that most people don't know about. It's a great tool to use with email marketing.
If you
really want to get tricky, you can use the "Show/Hide content based on query string" feature of the HTML Content Block to conditionally display messaging to users based on a query string. Again, this works great with email marketing as it allows you to display a sale banner, for example, but only to people that click the link from your email. You could also use it with the affiliate ID to display affiliate-specific messaging.
Originally Posted by: TKatch If that's true, I would think anyone could use the code, if they figured it out, even if they were not following the link. Maybe that's not a major concern.
Right, but the affiliate would not get credit for the sale. Periodically you'll want to change up the coupon code in the event that the code gets passed around.
Edited by user Saturday, September 12, 2015 6:44:27 AM(UTC)
| Reason: Not specified