Jump to content

pekpek

Retired Forum Member
  • Posts

    5
  • Joined

  • Last visited

About pekpek

pekpek's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. after further search, i have realized that it is not possible to pass a variable from one template to another.
  2. Hi, is there a way to make links work in {$kbarticle.article} or make {$kbarticle.text} work in knowledgebasecat.tpl? Reason is I have only short KB Articles and I am using an accordion script for the KB Questions and Answers instead of having each article open in its own page. The problem is, links do not work if using the original {$kbarticle.article} in knowledgebasecat.tpl and using {$kbarticle.text} (which shows the links properly) do not work if added to knowledgebasecat.tpl Please hep thanks!
  3. I hope someone could lend a hand. I will be using register.php exclusively for affiliates signups only. Is there a conditionals that i can use for the "Client Signup Email" template so that: IF registered through "register.php" ---> send the email displaying affiliate related information and else (if a client submits an order and registers through the cart) ---> send the standard client signup email text. I tried the following but didn't work: {if $template eq "clientregister"} Thank you for signing up as an affiliate.... {else} Thank you for signing up as a client. Your order will be processed..... {/if} Thanks!
  4. Hello, how do I set up the following during order checkout please: If payment selected is Bank Transfer -> redirect to invoice. If payment selected is Paypal -> redirect to Paypal gateway. Thanks!
  5. Hello, I want to use 2 currencies with their corresponding payment gateway/method: Paypal for USD Bank Transfer for Local Currency is it possible to do the following: 01. Show "Choose Payment Gateway" instead of "Choose Currency" in the main order page. 02. When a client selects "Paypal" - product prices will show USD 03. When a client selects "Bank Transfer" - product prices will show local currency. Please let me know which files should be edited and codes to insert. Thanks in advance !
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated