![]() |
what's the easiest way to add a paypal seal
Can anyone help me by telling me How would I add a Paypal Seal to my site?
All I want to do is add a .gif logo so everyone can see. I prefer it to be shown in every page. some where at the top. BUT.. if that's too complicated, then just the home page would be fine. Thanx a lot. |
Easiest place is in the side menus. Put it in below your last side menu in home.tpl.
|
Not to sound like i don't want to try or anything.. cause i'm not very good at the codes..
Could you please let me how to include the file to the "Your Cart" Box? I want the seal to show up right below the "Your Cart" area. on the right side. where it's high up on the site and very noticeble.. i assume im gong to be working with skin1/customer/home.tpl file right? Thanx in advance! |
Here's how to put it below the cart box. In customer/home.tpl, replace this:
Code:
{ include file="customer/menu_cart.tpl" } with this: Code:
{ include file="customer/menu_cart.tpl" } Replace imagename.gif with the name of your image, and upload it into skin1/images. That's it! |
Works perfect.. Thanx a lot.. :-)
|
Sorry to ask so many questions today..
Where is the best place to add the credit logos? like... " "Pay securely throu paypal with <visa><mc><mx>etx." |
Same place I just showed you.
|
How about the bottom of the page.? just above the copyright stuff?
I tryied to put it in Bottom.tpl.. but it was a disaster. |
Not a great spot...I'd either use the side menus or put it in the header somewhere.
|
Re: what's the easiest way to add a paypal seal
But how about adding java script there. My authorize.net image will not show?
|
Re: what's the easiest way to add a paypal seal
I am trying to add a Paypal seal as well but the method above descibed by Balinor doesn't work out right for me. The only thing that appears underneath the cart menu is the actual coded path: [img]/construction/skin1/images/paypal_certified_logo.gif[/img]
When I try to access the image directly through the browser it displays ok. Anyone? |
Re: what's the easiest way to add a paypal seal
The code above is not only old, but corrupted from the move to the new forum software. Please be sure to look at the age of the posts you guys are posting in, as 2 year old code typically won't work in the 4.1 branch of X-Cart. The correct code to add an image is:
<img src="{$ImagesDir}/imagename.jpg" alt=""/> Closing this thread. |
All times are GMT -8. The time now is 07:49 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.