only forms…no links
Posted: 04 February 2009 05:16 PM   Ignore ]  
Jr. Member
RankRank
Total Posts:  37
Joined  2009-01-23

I have the method link setup for several items and they still show up as form buttons. I’ve also tried doing the same thing with this tag and it doesn’t output anything at all.

{exp:foxee:addtocart_url id=“177” label=“Upgrade to Basic”}

Profile
 
Posted: 04 February 2009 06:25 PM   Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1654
Joined  2007-11-23

make sure you are using this format:

{exp:weblog:entries weblog="products"}
{exp
:foxee:addtocart id="{entry_id}" method="link"}
{
/exp:weblog:entries} 
Signature 

Mike

HCC Development

Profile
 
Posted: 04 February 2009 06:30 PM   Ignore ]   [ # 2 ]  
Jr. Member
RankRank
Total Posts:  37
Joined  2009-01-23

That’s exactly how I have them set already except I’m not running the weblog:entries loop since I’ve already hardcoded the products I want to display. It still only shows the form buttons…no links.

Profile
 
Posted: 04 February 2009 06:35 PM   Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  1654
Joined  2007-11-23

can you post your template

Signature 

Mike

HCC Development

Profile
 
Posted: 04 February 2009 06:39 PM   Ignore ]   [ # 4 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  406
Joined  2008-04-21

Change this ...
{exp:foxee:addtocart_url id=“177” label=“Upgrade to Basic”}

to use the addtocart not addtocart_url

{exp:foxee:addtocart id=“177” label=“Upgrade to Basic”}

Profile
 
Posted: 05 February 2009 12:08 PM   Ignore ]   [ # 5 ]  
Jr. Member
RankRank
Total Posts:  37
Joined  2009-01-23

Perhaps I’m misunderstanding how the addtocart_url function works. I’m trying to get FoxEE to output a link (just the text without the HTML tags) so that I can use it as part of a dropdown form. Is this possible?

Profile
 
Posted: 05 February 2009 01:18 PM   Ignore ]   [ # 6 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  406
Joined  2008-04-21

The addtocart_url method only displays your foxycart url.  So if I have setup my foxycart url as “teststore.foxycart.com” then that method outputs “https://teststore.foxycart.com/cart”.  This can be used to make completely custom addtocart product forms or links.

Profile
 
Posted: 05 February 2009 02:11 PM   Ignore ]   [ # 7 ]  
Jr. Member
RankRank
Total Posts:  37
Joined  2009-01-23

That little detail added to the docs would go a long way.

Profile
 
   
 
 

Join our Mailing List