bob1000, you are correct. I only see the RegistrationLink chunk not the SubscriptionLink chunk.
I was confused about the "RegistrationLink" chunk. The directions say:
<a href="[~555~]">Register to Subscribe</a>
<!-- '555' should be replaced with the ID of the page that contains your subscription form -->
Is this subscription form my product page? If so, should my product page call the RegistrationLink which is just the product page?:
[!FoxyCart_Subscription_Link? &subLinkTpl=`SubscriptionLink` ®LinkTpl=`RegistrationLink` &pageID=`77` &URLproductName=`longtitle`!]
Is the pageID, my product page? Sorry, I am so lost on how all these parts tie into each other, and just trying to understand how exactly this snippet works. Oh and lastly, for the "SubscriptionLink" chunk, I should only leave the userID as a placeholder and replace the other placeholders, correct?
<a href="http://yourdomain.foxycart.com/cart?code=[+product_code+]&name=[+URLproductName+]&price=[+product_price+]&sub_frequency=[+product_sub_frequency+]&userID=[+userID+]" class="foxycart">Subscribe</a>
And what do those TVs "code" and "webGroup" do in this whole process?
Thanks for your help bob1000 and the man can! The good news, is the snippets to read the XML data feed works for me, so I am almost there!