| ||||||||||
| Shopping cart software Solutions for online shops and malls | ||||||||||
|
|
||||||||||
| X-Cart Home |
Add Authorize.net Seal and Verisign Seal and Logo to Cart | |||
![]() |
|
||
|
|
Thread Tools | Search this Thread |
|
#1
|
|||||||
|
|||||||
|
Hi,
editing skin1/customer/bottom.tpl allows me to add images such as logos to the entire site. i do not want this. I wan to add a Authorize.net and Verisign logo and seal to the checkout page(s) how can i do this? https://www.site.com/store/cart.php?mode=checkout I want to add it to the areas "Your cart", "Personal Details", "Shipping and Payment", and "Place Order" Can you tell me which .tpl files to modify?
__________________
4.3.2 X-Cart Pro |
|||||||
|
#2
|
|||||||||
|
|||||||||
|
You can still use bottom.tpl but surround them with an if statement
if using FLC {if $main eq "fast_lane_checkout"} your code here {/if} if using regular checkout {if $main eq "checkout"} your code here {/if}
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
|||||||||
|
#3
|
|||||||
|
|||||||
|
thanks. any idea why the bottom is getting cut off with the div?
__________________
4.3.2 X-Cart Pro |
|||||||
|
#4
|
|||||||
|
|||||||
|
yeah, i added it, but the logo gets chopped off. i am using FLC, just not sure why it is getting chipped off.
__________________
4.3.2 X-Cart Pro |
|||||||
|
#5
|
|||||||
|
|||||||
|
Code:
__________________
4.3.2 X-Cart Pro |
|||||||
|
#6
|
|||||||||
|
|||||||||
|
You need to edit the css class and allow for more space - bigger height
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
#7
|
|||||||
|
|||||||
|
Quote:
which CSS class?
__________________
4.3.2 X-Cart Pro |
|||||||
|
#8
|
|||||||||
|
|||||||||
|
Use Firebug for FF to find out exactly which one you have to edit
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
|
|||
|
X-Cart forums © 2001-2020
|
|||