Is there any feature in the latest release which can allow the submitters to submit a link for a certain duration [1 month/3 months, half yrly... etc] and have them pay different pricing during submission for different durations?
see the attached image...
Once the duration is expired, ability to renew or delete that link automatically also would be great.
Comments on Paid for link submission feature?
Internet Evangelist
Usergroup: Customer
Joined: Oct 19, 2003
Total Topics: 43
Total Comments: 103
Hi,
Is there any feature in the latest release which can allow the submitters to submit a link for a certain duration [1 month/3 months, half yrly... etc] and have them pay different pricing during submission for different durations?
see the attached image...
Once the duration is expired, ability to renew or delete that link automatically also would be great.
thanks
Attached Files:
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
I think you may be able to do this by displaying a different PayPal button on sponsor.tpl according to the link type variable....
<IF {LINKTYPE} is sponsor1>
Paypal button for 1st sponsor level
<OTHERWISE>
<IF {LINKTYPE} is sponsor2>
Paypal button for 2nd sponsor level
<OTHERWISE>
Paypal button for 3nd sponsor level
</IF></IF>
and so on.
I'm not sure though whether the link type will pass to the sponsor.tpl page before payment is made.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The link type should be available there.