Jump to content

(Solved) PayPal gift voucher


Recommended Posts

I have also posted this in Paypal forum but not hopeful of getting an answer there as I already have 3 questions unanswered recently.

 

I am hoping more people look at this section.

 

 

Paypal offer the coding for a gift voucher button.

 

I have created the code but do not know where to put it.

 

Please can anybody help.

 

Barry

Link to comment
Share on other sites

I have now removed it altogether Mike as it did not appear.

 

Sorry not sure what you mean about regenerate htaccess

 

Barry

 

Hi Barry,

To regenerate htaccess, go to your Back Office to Tools > Generators, and then click "Generate htaccess." Please let me know if you still have trouble with this,

 

-Mike

Link to comment
Share on other sites

Hi Barry, I just spoke with a designer and he suggested that you add the code to the header.tpl file where I've marked it here:

 

  <!-- Header -->
  <div id="header">
   <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
 <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} />
   </a>
   <div id="header_right">
 {$HOOK_TOP}
 [iNSERT YOUR CODE HERE]
   </div>
  </div>

 

Please let me know if that works for you.

 

-Mike

Link to comment
Share on other sites

×
×
  • Create New...