Ok I realize that the variables {SPONSORITEM1} and {SPONSORCHARGE1} are defined and available with their values at sponsot.tpl template.
I'm tying to show the Pay Now button at the details.tpl template, but these variables does not take value here. What would be the best way to make them available here ?
Thanks.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on {SPONSORITEM1}
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
At sponsorship->settings->link type promotion
Activate: yes
Incrimental Fee: 4,3,2,1
Sponsor Link Type: sp1,sp2,sp3,sp4
But, the following variables get not defined (not created as variables):
{SPONSORITEM1}; {SPONSORITEM2}; {SPONSORITEM3}; SPONSORITEM4}
Checking at:
{SPONSORITEM} , it gets the value of : " 4,3,2,1 "
Thanks.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
My (default) sponsorship template contains
<input type="hidden" name="item_number" value="{SPONSORITEM1}">
I set the settings as shown and got the resulting correct html source as shown.
Attached Files:
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Ok I realize that the variables {SPONSORITEM1} and {SPONSORCHARGE1}
are defined and available with their values at sponsot.tpl template.
I'm tying to show the Pay Now button at the details.tpl template,
but these variables does not take value here. What would be the best way to make them available here ?
Thanks.