Jump to content

Change Header


jayp1

Recommended Posts

okay, thanks for clarification

it is a part of block cart module.

 

/modules/blockcart/blockcart.tpl

 

there is a button code:

<p id="cart-buttons">
			{if $order_process == 'order'}<a href="{$link->getPageLink("$order_process", true)|escape:'html'}" class="button_small" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow">{l s='Cart' mod='blockcart'}</a>{/if}
			<a href="{$link->getPageLink("$order_process", true)|escape:'html'}" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_large{/if}" title="{l s='Checkout' mod='blockcart'}" rel="nofollow"><span></span>{l s='Checkout' mod='blockcart'}</a>
		</p>

of corse if this file exist aslo in: themes/YOUR_THEME//modules/blockcart/blockcart.tpl - you have to edit this one :)

Link to comment
Share on other sites

        <p id="cart-buttons">
            {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process", true)}" class="button_small" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow">{l s='Cart' mod='blockcart'}</a>{/if}
            <a href="{$link->getPageLink("$http://hellosofas.com/content/call-us-today", true)}" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_small{/if}" title="{l s='Check out' mod='blockcart'}" rel="nofollow">{l s='Check out' mod='blockcart'}</a>
        </p>
    <!--    <a class="button modalbox" href="#inline">.</a>

Link to comment
Share on other sites

use this:

<p id="cart-buttons">
            {if $order_process == 'order'}<a href="{$link->getPageLink("$order_process", true)}" class="button_small" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow">{l s='Cart' mod='blockcart'}</a>{/if}
            <a href="http://hellosofas.com/content/call-us-today" id="button_order_cart" class="exclusive{if $order_process == 'order-opc'}_small{/if}" title="{l s='Check out' mod='blockcart'}" rel="nofollow">{l s='Check out' mod='blockcart'}</a>
        </p>
    <!--    <a class="button modalbox" href="#inline">.</a>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...