Within the process of understanding the sponsorship feature I have found the following for your consideration, for multilingual template users:
a.1) at default: sponsor.tpl: <p>You may purchase priority positioning for "{LINKTITLE}" at a rate of USD ${SPONSORCHARGE1} per <IF {SPONSORUSEPPC} is yes>click<ELSE><IF {FEEDURATION} is 1>day<ELSE>{FEEDURATION} days</IF></IF>. Click the 'buy now' button to purchase whatever length of sponsorship you wish.</p>
a.2) at multilingual: sponsor.tpl:
<p>{LANG_SPONSOR_HELP}</p>
With {LANG_SPONSOR_HELP} being: "Puede comprar posicionamiento prioritario para "{LINKTITLE}" a un precio de USD ${SPONSORCHARGE} por dia. Haga click en el boton de 'Comprar ahora' para comprar cuantos dias quiera de esponsorización."
{LANG_SPONSOR_HELP} should be: "Puede comprar posicionamiento prioritario para "{LINKTITLE}" a un precio de USD ${SPONSORCHARGE} por <IF {SPONSORUSEPPC} is yes>click<ELSE><IF {FEEDURATION} is 1>dÃa<ELSE>{FEEDURATION} dÃas</IF></IF>. Haga click en el boton de 'Comprar ahora' para comprar cuantos dias quiera de esponsorización."
Paul, Also at multilingual: sponsor.tpl: {LANG_SPONSOR_DAYSOF} has the value of: days of sponsorship Should be: <IF {SPONSORDURATION} is 1>dÃa<ELSE>grupo de {SPONSORDURATION} dÃas</IF> de esponsorización
All these at spanish language.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on sponsor.tpl
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
Within the process of understanding the sponsorship feature
I have found the following for your consideration,
for multilingual template users:
a.1) at default: sponsor.tpl:
<p>You may purchase priority positioning for "{LINKTITLE}" at a rate of USD ${SPONSORCHARGE1} per <IF {SPONSORUSEPPC} is yes>click<ELSE><IF {FEEDURATION} is 1>day<ELSE>{FEEDURATION} days</IF></IF>. Click the 'buy now' button to purchase whatever length of sponsorship you wish.</p>
a.2) at multilingual: sponsor.tpl:
<p>{LANG_SPONSOR_HELP}</p>
With {LANG_SPONSOR_HELP} being:
"Puede comprar posicionamiento prioritario para "{LINKTITLE}" a un precio de USD ${SPONSORCHARGE} por dia. Haga click en el boton de 'Comprar ahora' para comprar cuantos dias quiera de esponsorización."
{LANG_SPONSOR_HELP} should be:
"Puede comprar posicionamiento prioritario para "{LINKTITLE}" a un precio de USD ${SPONSORCHARGE} por <IF {SPONSORUSEPPC} is yes>click<ELSE><IF {FEEDURATION} is 1>dÃa<ELSE>{FEEDURATION} dÃas</IF></IF>. Haga click en el boton de 'Comprar ahora' para comprar cuantos dias quiera de esponsorización."
Regards.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Should be {SPONSORCHARGE1}, shouldn't it? Updating.
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
According to my tests,
{SPONSORCHARGE} works for one fee value only, if we have more than one it shows all.
{SPONSORCHARGE1} is picking the first fee value even if we have only one value.
So it should be {SPONSORCHARGE1}
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Paul,
Also at multilingual: sponsor.tpl: {LANG_SPONSOR_DAYSOF}
has the value of: days of sponsorship
Should be:
<IF {SPONSORDURATION} is 1>dÃa<ELSE>grupo de {SPONSORDURATION} dÃas</IF> de esponsorización
All these at spanish language.