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-2015 02:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sure, for the header menu, you can edit your chosen theme in skin/reboot/css/themes/xx.css, eg.
Quote:

.menu-container { background: #0d47a1 !important; }
And/or, in skin/reboot/custom/reboot_css.tpl after...
Quote:

{load_defer file="css/bootstrap/bootstrap.min.css" type="css"}
Insert...
Quote:

{load_defer file="css/bootstrap/bootstrap-theme.css" type="css"}
Then edit skin/reboot/css/bootstrap/bootstrap-theme.css

I've added this as a template option in the latest version.

Bluemonk 08-24-2015 08:59 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks for the quick response Phil.

I followed the steps but can't seem to make the change I need. I am trying to change the color of the border and title font in the menu box and dialog box.

Can you please help?

Thanks

PhilJ 08-24-2015 11:18 PM

Re: X-Cart - reBOOT - Responsive Template
 
Example CSS code, add to your skin/reboot/css/themes/xx.css file...

Code:

.panel-default > .panel-heading { background: #1e88e5; color: #fff; border-bottom: none; }
.panel-default > .panel-heading h2 { font-size: 24px; }
.panel-body:not(.panel-product) { border: 1px solid #1e88e5; background: #e3f2fd; }

It's a good idea to use Firebug, which helps you find CSS codes easier.

You can enable a Google font for menus/dialogs in the template settings.

TA 08-25-2015 08:29 AM

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

Can additional labels be added to FAQ's? I tried adding language variables:

lbl_reboot_FAQ_01_Q11

lbl_reboot_FAQ_01_Q11_A

no worky

PhilJ 08-25-2015 09:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sure, use this file to double up the amount of general FAQs available. It's now standard also.

TA 08-25-2015 09:37 AM

Re: X-Cart - reBOOT - Responsive Template
 
Will this overwrite all of the FAQ's I already completed?

PhilJ 08-25-2015 09:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
No, it just adds another 10 faqs per section.

TA 08-25-2015 03:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
Perfect!

PhilJ 08-28-2015 06:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
Just a heads up for reBOOT v4.7.3 users, uploads/Video should be renamed to uploads/Videos - Your uploaded videos will then display fine. Sorry about that ! #-o

elmirage001 08-28-2015 11:43 AM

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

Originally Posted by PhilJ
Just a heads up for reBOOT v4.7.3 users, uploads/Video should be renamed to uploads/Videos - Your uploaded videos will then display fine. Sorry about that ! #-o

Thank you Phil for the incredible amount of time and effort you put into reBOOT! Working on v4.7.3 is so much fun. :-)

I feel keeping up with each upgrade is such an important thing for us store owners to do. It's a great time to take a step back and reanalyze who are our customers, how are they using our stores, and what can we do to improve their shopping experience. For example, spending time looking at all the new options for the Product Page in reBOOT v4.7.3

Thanks again Phil !

Paul

yages 08-28-2015 04:32 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil
I would like to upgrade my site
Do you do this type of work

PhilJ 08-31-2015 12:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Yages, I'm busy at the moment, but may be available in 1-2 weeks or so. Drop me a PM or ticket.

PhilJ 08-31-2015 12:47 AM

Re: X-Cart - reBOOT - Responsive Template
 
Little 'product tags' feature added (reBOOT v4.7.3). Demo (see below tabs). Utilises product 'search keywords' field. Get it here.

(Intended as a customer helper only, not for SEO). Now included.

PhilJ 09-02-2015 04:43 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quick reBOOT v4.7.3 'search by price' improvement, skin/reboot/custom/search_by_price.tpl

Replace...
Code:

{if $main ne "advanced_search" && $main ne "search"}
<form method="POST" action="search.php" name="search-by-price">
<input type="hidden" name="mode" value="search">
{/if}

With...
Code:

{if $main ne "advanced_search" && $main ne "search"}
<form method="POST" action="search.php" name="search-by-price">
<input type="hidden" name="mode" value="search">
{if $current_category}
<input type="hidden" name="posted_data[categoryid]" value="{$current_category.categoryid}">
{/if}
{/if}

{if $current_category}
<p class="text-center">{$lng.lbl_search_in}: <b class="text-success">{$current_category.category}</b></p>
{/if}

So visitors can then search for products by price within the current category. Demo. Now included.

PhilJ 09-04-2015 05:56 PM

Re: X-Cart - reBOOT - Responsive Template
 
Just posted a free mod that might be of use :)

elmirage001 09-12-2015 08:52 AM

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

I just wanted to thank you again for all your hard work on making reBOOT the best! I just received another testimonial on how easy it is to shop on my site.
Quote:

This was an easy order to do. Many of the other companies was to complex just to purchase. I'm 71 and a disabled vet that likes to keep life simple. It will not be my only order. Thanks xxxxx
Again, Thank you!

Paul

PhilJ 09-12-2015 10:52 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks again Paul, I'm really pleased it's working well for you... I can also vouch that your products and service are top notch. If anyone wants some superb meteorite specimens to add to, or start a collection, Paul's your man! ;)

elmirage001 09-17-2015 08:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
For anyone using Magic Zoom and having compatibility issues with reBOOT 4.7.3

I've tweaked some of the template files to have Cloud Zoom function like Magic Zoom which has allowed me to remove Magic Zoom. Magic Zoom added overhead to my site as well.

Same Product Page 4.6.6 MZ live vs 4.7.3 CZ dev
------------------------------------------------------------------
Live 4.6.6 Magic Zoom Site: 1.2MB page size - 2.27 seconds to load
Development 4.7.3 Cloud Zoom Site: 461.8KB page size - 1.73 seconds to load

If you're having trouble getting Magic Zoom to work please feel free to PM me and I'll send you my file edits.

A huge thank you to Phil for purchasing the developers license to the newest Cloud Zoom 3 so we can all enjoy all of the current version enhancements.

Paul

PhilJ 09-27-2015 02:26 PM

Re: X-Cart - reBOOT - Responsive Template
 
50% discount until 1st October ! ... use coupon MOON

DrQuietus 09-28-2015 12:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
How difficult is it to add more spaces for slides? Looks like some PHP, DB and Template changes?

yages 09-30-2015 12:58 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil
Can you respond to my ticket

PhilJ 09-30-2015 02:44 AM

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

How difficult is it to add more spaces for slides? Looks like some PHP, DB and Template changes?

I limited it to five slides, so that the homepage doesn't get too overloaded (bad for SEO otherwise *).

If you want to add more, you'll need to patch the database with more slide entries (see patches/reboot_patch_install_template.sql), then edit the following templates...

- skin/reboot/admin/reboot_settings.tpl
- skin/reboot/custom/home/home_slider.tpl

We can do it for a small fee, get in touch if you want help.

* Slides can be lazy loaded, see the FAQs.

beetlejuice 10-01-2015 05:24 PM

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

Originally Posted by yages
Hi Phil
Can you respond to my ticket


Phil could you also respond to mine, been over 3 weeks heard nothing.

Regards

Freakmode 10-13-2015 02:17 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, how can you change the Greeting Text on the home page

Welcome back --customer name-- etc

I would ideally like to replace it with a marketing message of some kind as its quite high up the page and useful for SEO.

Thanks

PhilJ 10-13-2015 02:32 AM

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

Phil, how can you change the Greeting Text on the home page

Top Menu > reBOOT > Welcome Message

If you go to the template settings > Homepage, you can also tweak the welcome message further.

The actual welcome template is skin/reboot/custom/home/home_welcome.tpl

You can tweak the homepage contents by editing skin/reboot/custom/home/home.tpl

See also the included addon - "SEO Content Panels", which can add SEO content to the homepage, category and manufacturer pages.

Freakmode 10-14-2015 12:00 AM

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

Originally Posted by PhilJ
Top Menu > reBOOT > Welcome Message

If you go to the template settings > Homepage, you can also tweak the welcome message further.

The actual welcome template is skin/reboot/custom/home/home_welcome.tpl

You can tweak the homepage contents by editing skin/reboot/custom/home/home.tpl

See also the included addon - "SEO Content Panels", which can add SEO content to the homepage, category and manufacturer pages.


Thanks Phil - We are still on V3 so I guess we need to upgrade to use some of these options.

PhilJ 10-14-2015 03:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
I put together some useful Bootstrap responsive grid layouts with HTML code here :)

PhilJ 10-17-2015 11:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
Small fix for 2 level sidebar category menu... (reBOOT v4.7.3)

In skin/reboot/js/custom/reboot.js

Replace...
Code:

    $("#sliding_alt").on('hidden.bs.collapse', function () {
        $.removeCookie('activeCategory');
    });

With...
Code:

    $("#sliding_alt").on('hidden.bs.collapse', function () {
        $.removeCookie('activeCategory', { path: '/' });
    });

Previously it wasn't deleting the menu cookie correctly.

PhilJ 10-19-2015 09:38 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
Simple Filterable Portfolio Widget (reBOOT v4.7.3), see attached. Demo.

Upload to skin/reboot/custom/widgets

Include with...
Code:

{include file="custom/widgets/widget_portfolio.tpl"}

Eyeglasses Expert 10-21-2015 07:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
can we upload different images for different screen size equipment?

PhilJ 10-22-2015 12:24 AM

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

can we upload different images for different screen size equipment?

If you mean can you use the srcset attribute, yes it's possible, but it's not currently supported out of the box.

PhilJ 10-29-2015 04:07 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick blog canonical URLs fix for reBOOT v4.7.3...

In skin/reboot/custom/reboot_service_head.tpl

Replace...

Code:

{if $homepage}
<link rel="canonical" href="{$current_location}" />
{else}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
{/if}


With...

Code:

{if $homepage}
<link rel="canonical" href="{$current_location}" />
{elseif $main eq "reboot_blog"}
<link rel="canonical" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" />
{else}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
{/if}


Thanks to Paul for pointing it out.

elmirage001 10-29-2015 06:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Thank you so much for the very quick reply!

For my 4.6.6 live site I did the following.
Code:

add code to  /skin/common_files/customer/service_head.tpl

and change

{elseif $main eq "reboot_blog"}

to

{elseif $main eq "wordpress"}

Thanks again! Paul

designguru 10-30-2015 01:51 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello,

We need to set up a dev space for our page which we only can have for 6 days.
Site is locked and needs an additional key to unlock as it's a different domain. Tried to contact via LIVE Chat as time is limited to 6 days, waited 5 minutes, chat got closed. We really need to have an additional key as soon as possible to continue work.

Thanks.

PhilJ 10-30-2015 02:41 AM

Re: X-Cart - reBOOT - Responsive Template
 
Please post a ticket with your order ID / X-Cart version.

I'm busy updating reBOOT to v4.7.4 at the moment.

designguru 10-30-2015 03:09 AM

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

Originally Posted by PhilJ
Please post a ticket with your order ID / X-Cart version.
I'm busy updating reBOOT to v4.7.4 at the moment.


Posted. Thanks for speedy reply.

PhilJ 10-30-2015 04:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT v4.7.4 is now available. Demo. Changelog.

New lower price of $149 for the time being also.

If you're upgrading from v4.7.3, it's fairly straightforward, but get in touch if you need any help.

PhilJ 11-13-2015 01:11 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick fix for the 'Must agree to conditions' on Fastlane and One Page Checkouts (reBOOT v4.7.3 and v4.7.4).

https://www.xcartmods.co.uk/reboot/fixes/X-Cart_Reboot_Checkout_Terms_Fix_v4.7.3_v4.7.4.zip

Just upload the two files. Only affects stores that have the reBOOT 'Must agree to conditions' option disabled.

Thanks to Anton.

tam10 11-13-2015 07:33 AM

Re: X-Cart - reBOOT - Responsive Template
 
I can not understand why after choosing the option of category products to be displayed as default (the way i arranged them in admin > category products.

WHY it does not shows like that???

Never had issue with it before i changed the skin, now it's all big mess. Any ideas on how to fix that?

Thank you in advance

TA 11-13-2015 07:49 AM

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

Originally Posted by PhilJ
Small fix for the 'agree to terms' on Fastlane and One Page Checkouts (reBOOT v4.7.3 and v4.7.4). Just uplaod the two files. Thanks to Anton.

https://www.xcartmods.co.uk/reboot/fixes/X-Cart_Reboot_Checkout_Terms_Fix_v4.7.3_v4.7.4.zip


Phil, Does this apply to AC One Page, XCart One Page or both?


All times are GMT -8. The time now is 07:33 PM.

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