![]() |
Cart in head in one line
Hi,
I'm able to put my cart in the head.tpl, but it still has the look of the menu, and it's the full width. I want it to appear without any background color, and everything in one line, behind the search area, eg: Search [box] GO Advanced search - Your cart: 52.50 Euro in cart | View cart | Checkout Can anyone help me out here? Or guide me to the right topic? Thanks |
Try with this code (header minicart):
Quote:
|
|
Well....this is not the same code... 8O
|
Sorry, changed it back already,javascript:emoticon(':oops:') will leave it as you said this time... but the look stays the same. One pink cart menu at full width...
|
1. Create a header_minicart.tpl file in xcart/skin_folder/customer/ and add the following code;
Code:
<TABLE border="0" cellpadding="0" cellspacing="0"> 1. Open xcart/skin_folder/skin1.css and add the following code; Code:
.header_minicart{ 3. 1. Open xcart/skin_folder/customer/search.tpl and replace: Code:
</TR> with this: Code:
<TD>{ include file="customer/header_minicart.tpl" }</TD> |
Okay, we're getting there... Where are "View Cart" and "Checkout".
Advanced search is now a blue link, and also contact us in my speed bar. I've changed the CSS to my site colors, but they stay blue... If I'm being stupid please say so, I really hate bothering people |
Updated header_minicart.tpl file (in xcart/skin_folder/customer/ )..added "View Cart" and "Checkout" links;
Code:
<TABLE border="0" cellpadding="0" cellspacing="0"> |
Yes! Now only adjusting blue links...
|
Also, to add more space between "Items" and "Total " insert
after: Code:
{if $minicart_total_items > 0} |
All times are GMT -8. The time now is 04:44 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.