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


All times are GMT -8. The time now is 01:53 AM.

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