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)

Slavy 04-27-2013 09:20 PM

Re: X-Cart - reBOOT - Responsive Template
 
Does it work with refine filters from XCART and/or Power filter from www.*********.com?

If so where the filters are displayed?

PhilJ 04-28-2013 02:30 AM

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

Hi Phil, Is there a way to make the iframe lightbox responsive?

I don't think you can, you have to specify the width for iframes, but it doesn't accept a 100% width. The lightbox is responsive otherwise for images/videos etc.

This boostrap based modal looks quite interesting, which might allow full width iframes.

Quote:

Does it work with refine filters from XCART?

Yes, Refine Filters works fine, the filter controls are displayed in the side menu.

PhilJ 04-30-2013 09:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
If anyone is wondering, reBOOT has been tested with X-Payments (PayPal Website Payments Pro) and active on the Platinum demo.

Not the easiest thing to setup, but this page helped a lot with configuration.

yages 04-30-2013 01:15 PM

Re: X-Cart - reBOOT - Responsive Template
 
how do you add a bit more colour to the menu title, would like the coloured line to be replaced with a coloured menu title box

PhilJ 04-30-2013 09:42 PM

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

how do you add a bit more colour to the menu title, would like the coloured line to be replaced with a coloured menu title box

Easily done, for example...

skin/reboot/customer/menu_dialog.tpl

Replace...

Code:

<div class="m_underlined">

With...

Code:

<div class="menu_heading">

Then add this to your theme CSS file...

Code:

div.menu_heading {
    padding: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 4px;
}

h3.menu_title {
    font-size: 14px;
    color: #666;
    padding: 0;
    margin: 0;
}


You can do similar for skin/reboot/customer/menu_dialog_bordered.tpl

yages 05-01-2013 02:03 PM

Re: X-Cart - reBOOT - Responsive Template
 
Menu header title box now looks great
Dark background white text
One problem with white text
Product detail page
Product details and Product options header text disappear
as there is no dark back ground as per the other menus

elmirage001 05-01-2013 07:36 PM

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

I've spent quite a bit of time working with reBOOT! now and what a joy it is to work with! I can't wait to actually go live with it and I love the much more modern look and feel of reBOOT! vs Ability. I'm glad I've got a head start for when 4.6.0 comes out in June...

I'm almost done and have even tweaked the websitecm.com mods "Category SEO Map" and "xCMS" to make their visual appearance seamless with ReBOOT! and have also made them both responsive.

I have a question on the mouse wheel speed. How do we change the mouse wheel scroll speed so that a turn scrolls the page much further than the default?

Thank you!

Paul

PhilJ 05-01-2013 10:46 PM

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

I have a question on the mouse wheel speed. How do we change the mouse wheel scroll speed so that a turn scrolls the page much further than the default?

Funnily enough there's a script already there for tweaking the scroll speed, although I think actual performance varies from browser to browser.

skin/reboot/js/custom/misc.js

Find this code...
Quote:

var d=delta*-10;
If you change delta* to a lower value, eg. -100, the page should scroll quicker (or take less mouse-wheel movement to scroll further).

As I say, I can't guarantee it will work for all browsers, seems to work well in Firefox/Chrome. Scroll speed is often fixed by the mouse hardware settings.

elmirage001 05-02-2013 07:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Changed to 30 and works perfectly in FF, Chrome, and IE with similar results. Thank you very much!! Paul

PhilJ 05-05-2013 01:29 AM

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

Hi Phil, Is there a way to make the iframe lightbox responsive?

Paul, my mistake, yes you can make the iFrame responsive, by using percentages, eg.

Quote:

<a class="btn lbox" href="http://m.bbc.co.uk/sport/?lightbox[iframe]=true&lightbox[width]=75p&lightbox[height]=90p">IFrame</a>

Only thing it won't do, is resize the iFrame on browser resize.

elmirage001 05-05-2013 06:42 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, I'll try using percentages today after I do the finishing touches to the OPC. You can view the OPC now and you'll see it's tweaked for my needs. If you need the shopkey again to view the OPC just let me know.

Thank you so much!

Paul

ecmschnyderite 05-06-2013 12:54 PM

Re: X-Cart - reBOOT - Responsive Template
 
I purchased this template.
Not only does it look great, but Phil went above and beyond in supporting his product.

Would not hesitate to purchase again!!

elmirage001 05-06-2013 05:08 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, I installed the optional FAQ mod that you are including free with reBOOT and WOW it that nice! :-) I'm glad you'll be having your Testimonials Mod for reBOOT in the near future also. As you know I use it on my live Ability store and it's worked incredibly well at establishing credibility with new customers.

Thank you so much!

Paul

Vacman 05-07-2013 08:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hey Paul, I finally got the XPay fixed - looking real hard at getting the reBoot as well. Do have it up on your system yet?

ecmschnyderite 05-07-2013 09:38 AM

Re: X-Cart - reBOOT - Responsive Template
 
Getting this error:

domain.com: Sorry, this mod or template is locked to another domain. Please contact www.xcartmods.co.uk

Reboot is not being installed to a second domain...i actually overwrote my previous install with another x-cart install and am trying to patch it at the same location on the server that the first was installed.

I really need this up and running and support looks to have closed shop for the day.

Could this be a configuration in one of my php files, or is it something Phil has to reset on his end?

elmirage001 05-07-2013 06:09 PM

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

Originally Posted by Vacman
Hey Paul, I finally got the XPay fixed - looking real hard at getting the reBoot as well. Do have it up on your system yet?

Hi Carl, I'll PM you the URL of my dev site.

Vacman 05-07-2013 08:38 PM

Re: X-Cart - reBOOT - Responsive Template
 
Got it - Thanks!

censusadv88 05-08-2013 10:22 AM

Re: X-Cart - reBOOT - Responsive Template
 
Anyone know if reBOOT works with X-Cart Pro 4.5.2?

PhilJ 05-09-2013 12:31 AM

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

Anyone know if reBOOT works with X-Cart Pro 4.5.2?

No, v4.5.5 Gold / Gold Plus / Platinum. A patch can be provided for v4.5.3 / v4.5.4, but v4.5.5 is highly recommended.

nachogfa@gmail.com 05-09-2013 06:11 AM

Re: X-Cart - reBOOT - Responsive Template
 
I recommend this template to those who want a light, well coded responsive framework and at the same time having thousands of layout combinations to setup the theme per your requirements.

The pre and post sales support of Phil is just amazing, you don't even need to create accounts and post tickets to any support system, just send the bug or issue by Skype and you get a reply always within the first 24 hours, sometimes even in seconds!

It is at the moment the best and most reliable x-cart partner I have worked with since 2003.

KUDOS PHIL!

PhilJ 05-11-2013 10:17 AM

Re: X-Cart - reBOOT - Responsive Template
 
An advanced testimonials addon is available for reBOOT purchasers, who want more control over their customer feedback.
  • Testimonials stored in the database
  • Dedicated admin panel for moderation
  • Admin testimonial replies
  • Separate 'add testimonial' form with validation
  • Testimonial characters limiter
  • Customer ratings
  • Email confirmations
  • Pagination, testimonials per page
  • Displays random rotating testimonials in footer
  • Easy to customise
DEMO

It's only $39 and available here.

More interesting exclusive reBOOT addons will follow soon :)

JacksmithxD 05-11-2013 12:09 PM

Re: X-Cart - reBOOT - Responsive Template
 
I've done over 3 websites with Reboot so far. Every client is over the moon! Can't thank Phil enough for this template as it's just dam right awesome. Forget any template out there for x-cart this is what you need.

You'd be silly not to get this theme at this price! :)

Anyways thanks again Phil!

elmirage001 05-13-2013 08:49 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, I just added your new Testimonials addon and it works GREAT! It was very easy to install and to tweak. Since you kept the database structure the same I only had to rename the database table to instantly access my existing 60+ testimonials.

Thank you so much!

Paul

Freakmode 05-15-2013 12:44 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

Can we install this template on a 4.5.4 Gold Plus install version?

Been trying for a couple of days to upgrade to 4.5.5 and its not going to happen.

PhilJ 05-15-2013 08:10 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Freakmode, yes, there's now a v4.5.4 patch included, but v4.5.5 is recommended of course :)

PhilJ 05-19-2013 03:54 AM

Re: X-Cart - reBOOT - Responsive Template
 
Mega Category Menus are now available, exclusively for reBOOT purchasers...
  • Mega category menus (standard or full width) up to 3 levels
  • Displays category icons in mega menus
  • Up to 6 category columns per row (multiple rows possible)
  • Dropdown / flyout menus up to 4 levels
  • Manufacturer logos can be displayed as a mega menu
  • Right hand side account menu
  • Pure CSS, easily customisable
  • 10 preset colour themes
  • SEO friendly
  • Responsive
  • Easy to install
DEMO

It's only $39 and available here.

elmirage001 05-19-2013 01:42 PM

Re: X-Cart - reBOOT - Responsive Template
 
Reboot Mega Menus Rock!!

Just installed and did a complete custom menu with Phil's new addon and I'm ecstatic! It took some playing around but I got exactly what I wanted and it's going to make it extremely easy for my customers to find things.

Phil, Thank you so much!

Paul

chamberinternet 05-20-2013 02:14 AM

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

Originally Posted by PhilJ
Mega Category Menus are now available, exclusively for reBOOT purchasers...


Really nice module Phil :-)

PhilJ 05-20-2013 03:04 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks guys :)

Here's a way to add manufacturer logo to the product page...

1a) product.php

Replace...

Code:

$product_info = func_select_product($productid, @$user_account['membershipid']);

With...

Code:

#$product_info = func_select_product($productid, @$user_account['membershipid']);
# Reboot Template - Get Manufacturer ID
$product_info = func_select_product($productid, $manufacturerid, @$user_account['membershipid']);
# Reboot Template - Get Manufacturer ID


1b) product.php

Before...

Code:

$smarty->assign('product', $product_info);

Insert...

Code:

# Reboot Template - Get Manufacturer Logo
$product_info['manuf_tmbn_url'] = func_query_first_cell("SELECT image_path FROM $sql_tbl[images_M] WHERE id=".$product_info["manufacturerid"]);
# /Reboot Template - Get Manufacturer Logo


2) skin/reboot/customer/main/product_details.tpl

Replace...

Code:

<div class="span7 property-value"><a href="manufacturers.php?manufacturerid={$product.manufacturerid}">{$product.manufacturer}</a></div>

With...

Code:

<div class="span7 property-value"><a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="{$product.manuf_tmbn_url}" alt="{$product.manufacturer}"></a></div>

Freakmode 05-20-2013 04:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

The "New Arrivals" box on your demo site, is that using X-carts module?

PhilJ 05-20-2013 04:17 AM

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

The "New Arrivals" box on your demo site, is that using X-carts module?

Yes, which is in Gold Plus. Worth upgrading from Gold IMO.

I can provide free code to display new/random products on the homepage if you like.

Freakmode 05-20-2013 05:55 AM

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

Originally Posted by PhilJ
I can provide free code to display new/random products on the homepage if you like.


That would be great if we could pull random products from a single cat.

PhilJ 06-03-2013 08:37 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT is now available for X-Cart v4.6.0 :)

DEMO

However, I would strongly suggest waiting at least 1-2 weeks before considering using it or upgrading to it, as I'm seeing v4.6.0 bugs already...

This is par for the course with new releases unfortunately.

Freakmode 06-04-2013 11:56 PM

Re: X-Cart - reBOOT - Responsive Template
 
Do you have to turn on the add to cart popup somewhere?

I have it turned on in modules but no popup on our install

Freakmode 06-05-2013 12:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Sorry - fixed it, needed to turn on "Update minicart in Background"

PhilJ 06-05-2013 04:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
Simple filterable gallery / portfolio mod for reBOOT attached.

Just add the contents of the attached HTML page to a static page :)

DEMO

Attachment Updated: June 13th 2013

anandat 06-05-2013 04:59 AM

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

Originally Posted by PhilJ
reBOOT is now available for X-Cart v4.6.0 :)

DEMO

However, I would strongly suggest waiting at least 1-2 weeks before considering using it or upgrading to it, as I'm seeing v4.6.0 bugs already...

This is par for the course with new releases unfortunately.

Phil,
On demo site if you click to any product link it gives you 500 - internal server error.

PhilJ 06-05-2013 05:01 AM

Re: X-Cart - reBOOT - Responsive Template
 
Seems fine Anandat, no 500 errors here...

anandat 06-05-2013 05:21 AM

Re: X-Cart - reBOOT - Responsive Template
 
1 Attachment(s)
Quote:

Originally Posted by PhilJ
Seems fine Anandat, no 500 errors here...

It's strange, In chrome it's giving me 500 error but in FF it's loading fine. May be cache issue on my chrome.

XBOX4LIFE 06-05-2013 06:42 AM

Re: X-Cart - reBOOT - Responsive Template
 
Could you PM a link to the 4.6.0 reBOOT files and I will try it on a new store I'm building ;)


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

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