How do I set apart my listings so that only those who've paid can do certain things... eg I have two link types, standard and premium. Premium lets people add more than 1 photo.
Is it possible to have it set up so that those who select Premium link types can make a one-off payment and then, if payment is successful, their additional photos show up..? How do I get it to do this?
Use a conditional to test for the link type, or just type in the correct spot if on displaylinks.tpl, and within it use the usual template code to display x attachments.
ok thx Paul, I'll look in the manual on instructions for how to only display 1 attachment if the user has chosen standard listing, but has uploaded more than 1 photo...
Also, what I need is a way for the user to directly purchase a premium listing when the link is being submitted, rather than submitting a link and then going through the 'sponsor this link and get a premium listing' stuff.... if you see what I mean...?
If they check the sponsor box when submitting they're automatically redirected to the purchase page. You can turn the checkbox into a hidden input field to force it to act checked if you want.
If you haven't provided the paypal or 2co info there won't be a button. It is anyhow better to create your own paypal buttons in the first place instead of using the default one (which exposes your email).
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Getting WSN to distinguish paid listings
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
Hi,
How do I set apart my listings so that only those who've paid can do certain things... eg I have two link types, standard and premium. Premium lets people add more than 1 photo.
Is it possible to have it set up so that those who select Premium link types can make a one-off payment and then, if payment is successful, their additional photos show up..? How do I get it to do this?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Use a conditional to test for the link type, or just type in the correct spot if on displaylinks.tpl, and within it use the usual template code to display x attachments.
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
ok thx Paul, I'll look in the manual on instructions for how to only display 1 attachment if the user has chosen standard listing, but has uploaded more than 1 photo...
Also, what I need is a way for the user to directly purchase a premium listing when the link is being submitted, rather than submitting a link and then going through the 'sponsor this link and get a premium listing' stuff.... if you see what I mean...?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If they check the sponsor box when submitting they're automatically redirected to the purchase page. You can turn the checkbox into a hidden input field to force it to act checked if you want.
Forum Regular
Usergroup: Customer
Joined: Aug 05, 2005
Total Topics: 94
Total Comments: 272
cool! ok, on the sponsor page it says 'click the buy now button to purchase...'
but I can't see any buy now button...?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you haven't provided the paypal or 2co info there won't be a button. It is anyhow better to create your own paypal buttons in the first place instead of using the default one (which exposes your email).