Membership Site Has Moved

Over the weekend of 15th-16th September we have moved the membership site onto the same domain as this site: it is now located at http://www.subscriptionboss.com/members/. All old URLs should be redirected automatically to the new locations.

As part of the move, the new release of SubscriptionBoss, 1.23, refers to the new location of the membership site. It also has a couple of other fixes and enhancements relating to affiliate sales.

Passing the Affiliate Code In The URL

In previous versions of SubscriptionBoss the affiliate code could be passed in the cookie or in hidden form fields but the passing via the URL had a bug. This has been fixed.

Passing of affiliate code from IS hosted order forms using a GET

For some users the default “post” of the Infusionsoft hosted order form to SubscriptionBoss was being stripped of its content. We found that by using method=”get” rather than method=”post” that the form was processed correctly. To enable method=”get” just add “&get” to the end of the URL that you paste into the Source section in the footer of the order form.

For example, rather than paste:


<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.js"></script>
<script type="text/javascript" src="https://www.subscriptionboss.com/wp-content/plugins/subscriptionboss/subb-order-script.php?saleform=nathnie"></script>

Instead paste:


<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.min.js"></script>
<script type="text/javascript" src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/additional-methods.js"></script>
<script type="text/javascript" src="https://www.subscriptionboss.com/wp-content/plugins/subscriptionboss/subb-order-script.php?saleform=nathnie&get"></script>

You can get the relevant code that is applicable to your domain and saleform from Help section 6 titled Infusionsoft Order Form on the Edit Subscription page on your site.

Leave a Reply