Jump to content

Remove cart from header, design new products


Recommended Posts

Hello,

 

- can anybody tell me how can I remove cart from header? I tried all and nothing helped.

 

- next problem are my "new products" on homepage. There are only 2 small images. I want to design it same as favourite products.

 

See screenshot please, thank you very much.

 

http://eshop.cmagency.sk/

 

 

edit: I forgot, I want to remove search box from header too. I want to add it to right column above cart.

post-766493-0-91232000-1394010932_thumb.jpg

Edited by Renik (see edit history)
Link to comment
Share on other sites

so, please re-enable blockuserinfo module and remove this:

		<li id="shopping_cart">
			<a href="{$link->getPageLink($order_process, true)|escape:'html'}" title="{l s='View my shopping cart' mod='blockuserinfo'}" rel="nofollow">{l s='Cart' mod='blockuserinfo'}
			<span class="ajax_cart_quantity{if $cart_qties == 0} hidden{/if}">{$cart_qties}</span>
			<span class="ajax_cart_product_txt{if $cart_qties != 1} hidden{/if}">{l s='Product' mod='blockuserinfo'}</span>
			<span class="ajax_cart_product_txt_s{if $cart_qties < 2} hidden{/if}">{l s='Products' mod='blockuserinfo'}</span>
			<span class="ajax_cart_total{if $cart_qties == 0} hidden{/if}">
				{if $cart_qties > 0}
					{if $priceDisplay == 1}
						{assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant}
						{convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)}
					{else}
						{assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant}
						{convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)}
					{/if}
				{/if}
			</span>
			<span class="ajax_cart_no_product{if $cart_qties > 0} hidden{/if}">{l s='(empty)' mod='blockuserinfo'}</span>
			</a>
		</li> 

from blockuserinfo.tpl file

 

then go to modules > positions

search from "displayTop"(not displayHeader!) modules list and REMOVE block cart module

  • Like 1
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...