![]() |
Add Authorize.net Seal and Verisign Seal and Logo to Cart
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? |
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
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} |
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
thanks. any idea why the bottom is getting cut off with the div?
|
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
yeah, i added it, but the logo gets chopped off. i am using FLC, just not sure why it is getting chipped off.
|
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
Code:
{* |
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
You need to edit the css class and allow for more space - bigger height
|
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
Quote:
which CSS class? |
Re: Add Authorize.net Seal and Verisign Seal and Logo to Cart
Use Firebug for FF to find out exactly which one you have to edit
|
All times are GMT -8. The time now is 08:46 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.