X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

PhilJ 08-24-2013 01:34 PM

Re: X-Cart - reBOOT - Responsive Template
 
You can tweak the product details columns widths to make a bit more room...

eg. if using product page style 1, edit skin/reboot/customer/main/product_style_1.tpl

Replace <div class="span5"> with <div class="span4">
and...
Replace <div class="span7"> with <div class="span8">

-----

If using product page style 2, edit skin/reboot/customer/main/product_style_2.tpl

Replace <div class="span7"> with <div class="span8">
and...
Replace <div class="span5"> with <div class="span4">

costanza 08-24-2013 02:51 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil for all your help and for responding so quickly!

Your suggestions have gotten me closer. Is there a way to make the column with "Details , SKU, Price, Options etc" to be narrower? I think then my drop down options bars would be wide enough.

PhilJ 08-24-2013 02:59 PM

Re: X-Cart - reBOOT - Responsive Template
 
Edit skin/reboot/modules/Product_Options/customer_options.tpl

Replace...

Code:

<div class="span5 property-name product-input">

With...

Code:

<div class="span3 property-name product-input">

Then replace...

Code:

<div class="span7 property-value">

With...

Code:

<div class="span9 property-value">

Columns are totally flexible, based on Bootstrap's grid system :)

xtech 08-26-2013 04:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello Phil,
Can you please look into our blog.php issue why it is not opening in the body of the page.

Can u please help me?
Thanks.

costanza 08-26-2013 10:48 AM

Re: X-Cart - reBOOT - Responsive Template
 
Using the custom theme, where do you change the font colour for links?

This is the colour used for all category links, product names & other hyperlinks.

costanza 08-27-2013 10:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
I managed to get the "navy theme" to work for me, so I dont need to know how to change the font colour I asked about above.

I think I found a bug though. I have my store set to show products by rows and to show the short description.

However, in Internet Explorer 8 (the only IE I checked), displays the products in grid format with no short description. It shows fine in FF and Chrome.

costanza 08-28-2013 01:34 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by Freakmode
Xtech

I can confirm that Altered Carts OPC and Cash Rewards modules both work with Reboot without any issues. We have both running live.

Just a couple of tweeks to remove a Navigation label that appeared in the top menu and a css tweek to remove auto height from images to remove the large black square in the cart total field.


I just installed AC 1 page checkout & I have the same 2 exact problems.
- Navigation label showing up in top menu
- large black square on checkout page

Would you please let me know what these fixes were? Any help would be greatly appreciated!!

costanza 08-28-2013 05:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
I got a solution from Bill Brewer of Altered Cart - the large black box fix (when using Reboot with 1 page CO):

-----------------------------------------

Some skins will add default attributes to an image, which results in this square. Really, this image shouldn't even be here, it is a leftover from earlier versions of X-Cart. To remove this image make the following change:

skin/common_files/modules/Checkout_One/checkout_one_totals.tpl

Find this code near line 100:

<td colspan="4" height="1"><img src="{$ImagesDir}/spacer_black.gif" width="100%" height="1" alt="" /><br /></td>

Change it to:

<td colspan="4" style="height:0; border-bottom:1px solid #666;"></td>

Bill

--------------------------

Sorry for all the posts Phil - I am trying to meet a deadline on this skin, and I appreciate all your help so far.

To summarize my last 2 issues:

1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.

It is loading the language variable:

Name: lbl_reboot_navigation
Value: Navigation

This is on a desk top computer - I assume the this is the link that shows up on a phone for the top menu bar.

2. Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.

Thanks for any help!

PhilJ 09-02-2013 07:12 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

1. The phantom navigation link on the top menu bar of the AC 1 page checkout needs to be removed.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:

<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>
With...
Code:

{if $main ne "checkout"}<label for="menu-dropdown-0" class="toggle_menu_label">{$lng.lbl_reboot_navigation}</label>{/if}

Quote:

2. Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.

This is an IE8 issue only, I'll investigate.

buywink 09-05-2013 02:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
hi phill,
I have purchased your reboot template and purchase infinite scroll module for my 4.6 store but after adding infinite scroll entire design of the site has gone.

I do not know why !! can u pls look?

Thanks,
Wink

xtech 09-05-2013 03:25 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello,
I have seen in http://www.arscommunity.com/wiki/articles/x-cart-wordpress-integration
================================================== =
Sometimes this script can not parse WordPress pages properly in order to find meta and body information. Such problem may be related to your WordPress blog version or design changes performed to WordPress skin. In this case it will be required to review “blog.php” file and find suitable preg_match expression
================================================== ==
Where to change "suitable preg_match expression" in order to display blog.php in my site?

Please let me know.

costanza 09-09-2013 10:51 PM

Re: X-Cart - reBOOT - Responsive Template
 
Does anyone know how to adjust the height of the header top bar. (header_top)?

I would like to make mine about 60% of the current height.

PhilJ 09-10-2013 04:12 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Does anyone know how to adjust the height of the header top bar. (header_top)?

I would like to make mine about 60% of the current height.

Edit skin/reboot/css/reboot.css

Code:

.header_top { padding: 3px 3px 1px 3px; border-bottom: 1px solid transparent; -webkit-border-radius: 0px 0px 4px 4px; -moz-border-radius: 0px 0px 4px 4px; border-radius: 0px 0px 4px 4px; }

gozindagi 09-11-2013 03:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello Phil,
I want make menu in this style long category name in two lines and some categories will be highlighted in different color.

How to do that? Can u pls help me?

http://www.gozindagi.com/devgoz/Health%20Shoppe%20Header%28reboot%29.jpg

Thanks.

PhilJ 09-11-2013 10:15 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I want make menu in this style long category name in two lines and some categories will be highlighted in different color.


It's not possible to 'wrap' category names, but you can change colours...

First obtain the numerical categoryid value(s) of the categories you want to change the colour of.

Then in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:

{foreach from=$categories_menu_list item=c}
<li>


With...

Code:

{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.categoryid}">


Then in your theme CSS file, eg. skin/reboot/css/themes/blue.css

Insert...

Code:

li.cat_123 { background: #FF0000; }
li.cat_246 { background: #00FF00; }
li.cat_369 { background: #0000FF; }


Etc.

If you are using the 'custom' theme, then add the CSS code to skin/reboot/custom/reboot_head.tpl

Before...

Code:

</style>

PhilJ 09-11-2013 12:00 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I want make menu in this style long category name in two lines

There is actually a way to 'wrap' category names...

In your case you wish to wrap after the ampersands, so in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:

{$c.category}

With...

Code:

{$c.category|replace:"&":"&<br>"}

yages 09-11-2013 02:07 PM

Re: X-Cart - reBOOT - Responsive Template
 
Can the speed bar tabs be highlighted in different color.

PhilJ 09-11-2013 03:08 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Can the speed bar tabs be highlighted in different color.
Yes, in a similar fashion, in skin/reboot/custom/header/categories_header.tpl

Replace...
Code:

<li class="nosub"><a href="{$speed_bar[sb].link|amp}">{$speed_bar[sb].title}</a></li>
With...
Code:

<li class="nosub link_{$speed_bar[sb].id}"><a href="{$speed_bar[sb].link|amp}">{$speed_bar[sb].title}</a></li>
The use CSS...
Code:

li.link_123 { background: #FF0000; }
To get the speedbar IDs in the speedbar admin, in skin/common_files/admin/main/speed_bar.tpl

Replace...

Code:

<td><input type="text" size="45" name="posted_data[{%sb.index%}][title]" value="{$speed_bar[sb].title|escape}" /></td>

With...

Code:

<td><input type="text" size="45" name="posted_data[{%sb.index%}][title]" value="{$speed_bar[sb].title|escape}" />&nbsp;(ID: {$speed_bar[sb].id})</td>

gozindagi 09-12-2013 04:02 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
There is actually a way to 'wrap' category names...

In your case you wish to wrap after the ampersands, so in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:

{$c.category}

With...

Code:

{$c.category|replace:"&":"&<br>"}

I attach all code but it is not working.In your above post , is "246"("cat_246") category id?

PhilJ 09-12-2013 04:23 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

I attach all code but it is not working.In your above post , is "246"("cat_246") category id?
Correct, adjust 246 to your category ID.

gozindagi 09-12-2013 04:34 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Correct, adjust 246 to your category ID.

I adjust 246 to my category and add all codes which you provide but still it is not working.

PhilJ 09-12-2013 04:36 AM

Re: X-Cart - reBOOT - Responsive Template
 
You don't use 246, that's just an example. Use your own category ID.

Follow the instructions again. I have tested it and it works. Also clear your template cache.

gozindagi 09-12-2013 05:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
You don't use 246, that's just an example. Use your own category ID.

Follow the instructions again. I have tested it and it works. Also clear your template cache.

I add
{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.category|replace:"&":"&<br>"}"> at /reboot/custom/header/categories_header.tpl ,
li.cat_1734 { background: #fb8200; }
li.cat_256 { background: #ff0060; }
li.cat_492 { background: #747474; } code at

skin/reboot/css/themes/blue.css and
skin/reboot/custom/reboot_head.tpl but it is not working.please help me.

PhilJ 09-12-2013 05:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
You are not following the instructions correctly, please pay more attention.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:

{foreach from=$categories_menu_list item=c}
<li> 

With...
Code:

{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.categoryid}">


yages 09-12-2013 08:09 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil
Colorful speed looks great

How do you put the login at the top of the page

gozindagi 09-13-2013 12:24 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
You are not following the instructions correctly, please pay more attention.

In skin/reboot/custom/header/categories_header.tpl

Replace...
Code:

{foreach from=$categories_menu_list item=c}
<li> 

With...
Code:

{foreach from=$categories_menu_list item=c}
<li class="cat_{$c.categoryid}">




Sorry Phil still it is not working.

I am using X-Cart_Reboot_Mega_or_Flyout_Category_Menus_Combo_Ad don

is it required to add on /reboot/custom/header/header_mega_menu.tpl ?

After adding
Wrapping working fine. Please help me where to add codes in order to get different colors?

{$c.category|replace:"&":"&<br>"}

PhilJ 09-13-2013 07:08 AM

Re: X-Cart - reBOOT - Responsive Template
 
If using the mega menu addon, try this...

In skin/reboot/custom/header/header_mega_menu.tpl

Replace...
Code:

<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
With...
Code:

<li class="cat_{$c.categoryid}"><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>

gozindagi 09-16-2013 12:32 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
If using the mega menu addon, try this...

In skin/reboot/custom/header/header_mega_menu.tpl

Replace...
Code:

<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
With...
Code:

<li class="cat_{$c.categoryid}"><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>

sorry again .I add above code at skin/reboot/custom/header/header_mega_menu.tpl but still it is not working.

Learner 09-18-2013 04:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi
Recently x-cart has released 4.6.1 can anyone tell me if reboot is compatible with 4.6.1 platinum or not?

Thanks..

PhilJ 09-18-2013 05:12 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Recently x-cart has released 4.6.1 can anyone tell me if reboot is compatible with 4.6.1 platinum or not?

I'm in the process of updating reboot for v4.6.1.

In addition, I will be adding more features and optimisations to reBOOT, but it's not going to be ready until October (I am currently away on holiday).

As v4.6.1 is mainly a bugfix release, the current v1.21 reBOOT files should work fine with v4.6.1, without many (if any) hiccups.

costanza 09-18-2013 01:20 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,

Have you found a solution to this?

Internet Explorer is showing product lists grid view, and I have lists set to show products by rows. It is fine in FF & Chrome & cache is not the issue.

Quote:

Originally Posted by PhilJ

This is an IE8 issue only, I'll investigate.


Since IE8 is the newest IE version for XP users, it is a very common browser and a fix is really important.

Thanks!

Learner 09-18-2013 10:31 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
I'm in the process of updating reboot for v4.6.1.



Thanks for your quick and valuable reply...But tell me if existing X-Cart_Reboot_Template_v1.2_(X-Cart_v4.6.0) will work on 4.6.1 platinum then the updated versions contains only the patch which can easily been patched on v1.2_ easily for 4.6.1 platinum?

In addition, I will be adding more features and optimisations to reBOOT, but it's not going to be ready until October (I am currently away on holiday).

What about optimizations will load faster than current once ?

Quote:

As v4.6.1 is mainly a bugfix release, the current v1.21 reBOOT files should work fine with v4.6.1, without many (if any) hiccups.

If any issue arises then?

Thanks again..

gozindagi 09-19-2013 03:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
If using the mega menu addon, try this...

In skin/reboot/custom/header/header_mega_menu.tpl

Replace...
Code:

<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>
With...
Code:

<li class="cat_{$c.categoryid}"><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>


Still it is not working after adding this code...Can u pls tell me how to make different color?

Pls help me...

totaltec 09-19-2013 08:20 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by gozindagi
Can u pls tell me how to make different color?
Pls help me...

Can you provide a link to you site and describe in detail what you want to do?

PhilJ 09-19-2013 10:38 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Still it is not working after adding this code...Can u pls tell me how to make different color? Pls help me...

gozindagi, here is the solution for changing the root category background colours on the mega menu...

in skin/reboot/custom/header/header_mega_menu.tpl

Replace...

Code:

<li><a href="{if $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs} class="arrow"{/if}>{$c.category}</a>

With...

Code:

<li class="cat_{$c.categoryid}"><a href="{if  $c.childs}#sub{else}home.php?cat={$c.categoryid}{/if}"{if $c.childs}  class="arrow"{/if}>{$c.category}</a>

Then in skin/reboot/css/reboot_mega_menu.css

Add CSS like this (let's say you are using mega menu style 3)...

Code:

.style-3.menu ul li.cat_123 { background-color: #FF0000; }

Replace 123 with your category ID
Replace #FF0000 with the colour you want

gozindagi 09-19-2013 11:57 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
There is actually a way to 'wrap' category names...

In your case you wish to wrap after the ampersands, so in skin/reboot/custom/header/categories_header.tpl

Replace...

Code:

{$c.category}

With...

Code:

{$c.category|replace:"&":"&<br>"}


Hello,
Thanks for the codes now the color working fine.Great you are.

But in case of wrap category names it is not showing as I expected.I want the same design like-

http://www.gozindagi.com/devgoz/Health%20Shoppe%20Header%28reboot%29.jpg


But it is showing in this manner-

http://www.gozindagi.com/devgoz/gozindagidevgoz.jpg

PhilJ 09-20-2013 05:59 AM

Re: X-Cart - reBOOT - Responsive Template
 
You could try giving them a minimum width, eg.

.style-3.menu ul li { min-width: 100px; }

Kindly do not post any more threads on your issue, take it to a support ticket if necessary.

PhilJ 09-20-2013 06:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
New RSS feeds displayer addon for reBOOT just added (free). Get it from http://www.xcartmods.co.uk/reboot/

gozindagi 09-20-2013 10:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
You could try giving them a minimum width, eg.

.style-3.menu ul li { min-width: 100px; }


Thanks for your great help.I can do after changing in CSS

Quote:

Kindly do not post any more threads on your issue, take it to a support ticket if necessary.

Sorry Sometimes it happens that I have not received reply from ticket so I post here.

Ok I have not send any issue again...

gozindagi 09-24-2013 02:21 AM

Re: X-Cart - reBOOT - Responsive Template
 
hello,
Can anyone tell if magneticone make a deal and follow up autoresponder are compatible with reboot or not?


All times are GMT -8. The time now is 12:30 AM.

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