solved Subscription code isn't working in pages

blindmime
@blindmime
8 years ago
772 posts
If I put {jrFoxyCart_subscribe_url quota_id=4} in a page creator source, it changes it to this: http://mysite.com/page/update/%7BjrFoxyCart_subscribe_url%20quota_id=4%7D, which doesn't exist.
updated by @blindmime: 12/20/16 04:24:08AM
blindmime
@blindmime
8 years ago
772 posts
Same thing is happening in a blog post.
blindmime
@blindmime
8 years ago
772 posts
This is from Brian (in case anyone else wants to do this):

What you'll need to do is not use the smarty code - you'll need to:

1) Make a temporary template - i.e. "get_subscribe_code.tpl" in your active skin directory.
2) Put {jrFoxyCart_subscribe_url quota_id=$_post.id} in the template
3) call the template from your browser - i.e. http://yoursite.com/get_subscribe_code/id=4

That will give you the URL you can then paste into the page creator or a blog.

Let me know if that helps.

--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags