X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to put visa, master cart american express logos in (https://forum.x-cart.com/showthread.php?t=7523)

Taraauto 05-10-2004 05:32 PM

How to put visa, master cart american express logos in
 
I wanna put the pics in the current xcart images directory in the box on the front page for Shopping Cart also on the checkout page anyone have a clue how?
my site www.taraautosound.com

xcart 3.5.7
linux 7.0 enterprize
php
etc...

Emerson 05-10-2004 06:00 PM

Open /skin1/customer/menu_cart.tpl and use the img tag as
Code:

[img]{$ImagesDir}/image.gif[/img]

Taraauto 05-10-2004 06:19 PM

Code:

{* $Id: menu_cart.tpl,v 1.21 2003/10/30 09:07:32 svowl Exp $ *}
{capture name=menu}
{include file="customer/main/minicart.tpl"}
{$lng.lbl_view_cart}

{$lng.lbl_checkout}

{if $active_modules.Wishlist ne "" and $wlid ne ""}
<a href="cart.php?mode=friend_wl&wlid={$wlid}" class=VertMenuItems>{$lng.lbl_friends_wish_list}
</a>

{/if}
{if $login ne ""}
{if $active_modules.Wishlist ne ""}
{$lng.lbl_wish_list}

{if $active_modules.Gift_Registry ne ""}
{$lng.lbl_gift_registry}

{/if}
{/if}
{$lng.lbl_modify} {$lng.lbl_profile}

{$lng.lbl_delete} {$lng.lbl_profile}

{$lng.lbl_orders_history}

{if $user_subscription ne ""}
{include file="modules/Subscriptions/subscriptions_menu.tpl"}</a>

{/if}
{/if}


{/capture}
{ include file="menu.tpl" dingbats="dingbats_orders.gif" menu_title=$lng.lbl_your_cart menu_content=$smarty.capture.menu }


um ive incerted that code in ten different places and it isnt working :(

Emerson 05-10-2004 06:41 PM

what is the name of the image??

Emerson 05-10-2004 07:07 PM

Code:

{* $Id: menu_cart.tpl,v 1.21 2003/10/30 09:07:32 svowl Exp $ *}
{capture name=menu}
{include file="customer/main/minicart.tpl"}
{$lng.lbl_view_cart}
 
{$lng.lbl_checkout}


// Insert image
 [img]{$ImagesDir}/image.gif[/img]

// End of insert image

{if $active_modules.Wishlist ne "" and $wlid ne ""}
<a href="cart.php?mode=friend_wl&wlid={$wlid}" class=VertMenuItems>{$lng.lbl_friends_wish_list}
</a>
 
{/if}
{if $login ne ""}
{if $active_modules.Wishlist ne ""}
{$lng.lbl_wish_list}
 
{if $active_modules.Gift_Registry ne ""}
{$lng.lbl_gift_registry}
 
{/if}
{/if}
{$lng.lbl_modify} {$lng.lbl_profile}
 
{$lng.lbl_delete} {$lng.lbl_profile}
 
{$lng.lbl_orders_history}
 
{if $user_subscription ne ""}
{include file="modules/Subscriptions/subscriptions_menu.tpl"}</a>
 
{/if}
{/if}

 
{/capture}
{ include file="menu.tpl" dingbats="dingbats_orders.gif" menu_title=$lng.lbl_your_cart menu_content=$smarty.capture.menu }


Change image.gif to the actual image name!!

Taraauto 05-10-2004 07:35 PM

omg thank you sir tons sorry im still a n00b but learning fast


All times are GMT -8. The time now is 06:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.