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 06-05-2013 09:53 AM

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

Could you PM a link to the 4.6.0 reBOOT files and I will try it on a new store I'm building :wink:

Just PM me your order ID and I'll send the files over.

PhilJ 06-05-2013 09:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
For anyone using the feedback addon, here's how to make it more mobile friendly...

in feedback/js/button.js

Before...
Code:


    self.showWindow();

 

Insert...
Code:


      $('html, body').animate({ scrollTop: 0 },  'fast');


On clicking the feedback button, the page will auto-scroll to the top :)

Freakmode 06-06-2013 01:35 AM

Re: X-Cart - reBOOT - Responsive Template
 
Can anyone tell me what controls the size of the thumbnails on the product list? I could do with making them a little bigger than 127x127

PhilJ 06-06-2013 01:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
skin/reboot/css/reboot.css

Code:

.thumb_div_medium { position: relative; margin: 0 auto; width: 127px; height: 127px; }

If you don't want the thumbnails to be confined to a specific size, in skin/reboot/customer/main/products_t.tpl

Replace...
Code:

<a href="{$url}" class="unify thumb_size_medium">
With...
Code:

<a href="{$url}">

Vacman 06-06-2013 06:18 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, feature request. I am looking at your MEGA Menu mod. I prefer the menus on the left side of the screen. Does that mod accommodate that? What i am looking for is to use your reBOOT template with the expanding menus (with your cool styling) - like what we had with Fancy Categories.

Vacman 06-06-2013 06:23 AM

Re: X-Cart - reBOOT - Responsive Template
 
Eh - I just now noticed that it can and does work vertically... duh - it integrates with reBOOT I assume?

PhilJ 06-06-2013 06:45 AM

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

Phil, feature request. I am looking at your MEGA Menu mod.

Hi Carl, are you referring to this mod ? It has a vertical mega menu for the sidebar and could be integrated with reboot. To stay responsive, it would transform to a select dropdown menu for small devices.

Or, the addon designed for reboot, which is horizontal only.

Vacman 06-06-2013 09:26 AM

Re: X-Cart - reBOOT - Responsive Template
 
Yes - I should have been more specific. And yes, I want it to integrate with reBOOT. I just find that the current menu scheme in reBOOT is confusing - not bad, just like the flyout menus better.

Let me know what I will need to do to integrate it.

PhilJ 06-07-2013 02:47 AM

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

Yes - I should have been more specific. And yes, I want it to integrate with reBOOT. I just find that the current menu scheme in reBOOT is confusing - not bad, just like the flyout menus better.

Vertical flyout menus, or vertical mega menu?

PhilJ 06-07-2013 02:55 AM

Re: X-Cart - reBOOT - Responsive Template
 
I was asked if reBOOT can have 3 column layouts, so I have put an addon that does enables them, here (addons tab).

The only caveat, is that source code ordering is LEFT COL / CONTENT / RIGHT COL (not ideal for SEO or small devices)

This is included in future versions of reBOOT.

Vacman 06-07-2013 06:02 AM

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

Originally Posted by PhilJ
Vertical flyout menus, or vertical mega menu?


I called it flyout because of the old flyout menu - but either way the behavior is similar. I just don't care for the current reBOOT cascade.
My tired eyes seem to prefer what you have done on the demo site you made for the Mega Menus. So can we make the Vertical Mega Menu work with reBOOT?

PhilJ 06-07-2013 10:46 AM

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

So can we make the Vertical Mega Menu work with reBOOT?
Sure, post a ticket with your details and I'll install it for you.

Vacman 06-07-2013 11:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
Placing order now. I don't mind hacking at the code if you have a set of integration instructions though..?

Freakmode 06-10-2013 06:32 AM

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

Originally Posted by PhilJ
I was asked if reBOOT can have 3 column layouts, so I have put an addon that does enables them, here (addons tab).

The only caveat, is that source code ordering is LEFT COL / CONTENT / RIGHT COL (not ideal for SEO or small devices)

This is included in future versions of reBOOT.


Phil do you have this for 4.5.4 as it won't patch with the downloaded version?

Cheers

PhilJ 06-11-2013 01:04 AM

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

Phil do you have this for 4.5.4 as it won't patch with the downloaded version?
The zip file now includes a patch for v4.5.3 / v4.5.4

PhilJ 06-11-2013 04:23 AM

Re: X-Cart - reBOOT - Responsive Template
 
If anyone wishes to add a new custom product field to a tab/accordion, eg. specifications etc., instructions are available here (see Addons tab).

Barry Jackman 06-11-2013 08:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil

The reBoot template looks great. It would be better if you support the modules that customers have already bough by answering the support tickets placed on your site. I placed a support ticket on May 16th and now its been over three weeks ago and still no response and I have even sent follow up e-mails for support.

PhilJ 06-11-2013 08:36 AM

Re: X-Cart - reBOOT - Responsive Template
 
Barry, I have replied.

Freakmode 06-14-2013 11:18 PM

Re: X-Cart - reBOOT - Responsive Template
 
Can someone tell me how you turn on the Sliding Cat Menu.

I have it enabled in the config but it never expands/contracts.

PhilJ 06-17-2013 03:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Freakmode, the flyouts module just needed to be enabled (with 'cache the menu' disabled) - try now :)

Freakmode 06-17-2013 03:31 AM

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

Originally Posted by PhilJ
Freakmode, the flyouts module just needed to be enabled (with 'cache the menu' disabled) - try now :)


Cheers Phil, I think I have been caught out with that before. Must pay more attention.

Thanks again

PhilJ 06-17-2013 10:56 AM

Re: X-Cart - reBOOT - Responsive Template
 
FYI, Twitter has discontinued its unauthenticated v1.0 API, so your reBOOT Twitter feed will have stopped working.

Info... https://dev.twitter.com/blog/api-v1-is-retired

I have updated reBOOT to support the Twitter v1.1 API. You can see a working demo here (see the footer).

The fix is available here (Addons tab). Read install.txt.

Updated 18th June - Now with paging buttons

PhilJ 06-21-2013 11:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT Wordpress blog integration addon added...

DEMO

Get it here (Addons tab)

PhilJ 06-24-2013 01:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
This is an important v4.6.0 fix for the bestsellers and recently viewed products menus not appearing... Download

Freakmode 06-24-2013 03:35 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil is there a way to make the Detailed Images shown in the product tab to be the default size of the original?

All ours are 400x400 but look a bit wrong when they are zoomed to fit.

PhilJ 06-24-2013 03:39 AM

Re: X-Cart - reBOOT - Responsive Template
 
Edit this line from skin/reboot/css/reboot.css
Code:

div.dpimage-container img, img.responsive { width: 100% !important; height: auto; }

Vacman 06-24-2013 07:33 PM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, I am still having a little trouble with the top of the categories menu extending beyond the top of the screen. Where should I be looking to bring the top of it down?

Freakmode 06-24-2013 11:29 PM

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

Originally Posted by PhilJ
Edit this line from skin/reboot/css/reboot.css
Code:

div.dpimage-container img, img.responsive { width: 100% !important; height: auto; }

Thanks Phil, just waiting on QT and we should be live this week after a data sync!

Freakmode 06-25-2013 06:18 AM

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

Do you have any experience of getting Infinite Scroll to work with your template? We installed it today and although it scrolls the products grid is lost.

PhilJ 06-25-2013 08:38 AM

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

Do you have any experience of getting Infinite Scroll to work with your template? We installed it today and although it scrolls the products grid is lost.

No, that module has not been tested yet. Post a ticket and I'll test...

Stizerg 06-27-2013 08:45 PM

Re: X-Cart - reBOOT - Responsive Template
 
I want to use Infinite Scroll with reBOOT, can you confirm they're compatible?

Freakmode 06-27-2013 10:24 PM

Re: X-Cart - reBOOT - Responsive Template
 
Also Phil can you take a look at the "Add to Cart" popup on your demo site as it does not fit on screen on an iPhone.

PhilJ 06-29-2013 03:44 AM

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

I want to use Infinite Scroll with reBOOT, can you confirm they're compatible?

It does work with reBOOT, I'm currently testing it, but the product results page does need tweaking...

skin/common_files/modules/Infinite_Scroll/product.tpl

I'll work on a solution so that it maintains the reBOOT products layout styling, with switchers, and report back ASAP.

Quote:

Also Phil can you take a look at the "Add to Cart" popup on your demo site as it does not fit on screen on an iPhone.

The add to cart popup is not touched in reBOOT, but the files to edit are..

skin/common_files/modules/Add_to_cart_popup/product_added.js
skin/common_files/modules/Add_to_cart_popup/product_added.tpl

I know Paul came up with a great solution to make it more mobile friendly. Maybe drop him a PM and politely ask for it. (hope you don't mind Paul :) )

elmirage001 06-29-2013 05:33 AM

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

Originally Posted by Freakmode
Also Phil can you take a look at the "Add to Cart" popup on your demo site as it does not fit on screen on an iPhone.

Hi Freakmode! Are you still planning on using the x-Mobile template for smartphones? If you still are then you won't have to worry about this. If you've decided to go responsive only then please send me an email or pm and I'll send you what changes I made.

Never a problem Phil :-)

Paul

PhilJ 07-03-2013 02:59 AM

Re: X-Cart - reBOOT - Responsive Template
 
As it's Summer, I'm offering $50 off the reBOOT template throughout the whole month of July!

Use coupon code 50OFFJULY

costanza 07-05-2013 09:37 AM

Re: X-Cart - reBOOT - Responsive Template
 
I need to purchase another copy of x-cart (10 hours left in sale) and plan to use this template.

I noticed x-cart gold is now available with a 'mobile version' add-on for an additional cost. Is this mobile version add-on for people using an stock x-cart template?

Am I correct in assuming that since I will use Reboot with the mobile skin, just the regular X-cart gold is all I need - or am I missing something?

Freakmode 07-05-2013 11:22 PM

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

Originally Posted by elmirage001
Hi Freakmode! Are you still planning on using the x-Mobile template for smartphones? If you still are then you won't have to worry about this. If you've decided to go responsive only then please send me an email or pm and I'll send you what changes I made.

Never a problem Phil :-)

Paul


Thanks for the offer Paul, we are now live on Reboot and have modified the xmobile template to just load on smartphones (tablets use Reboot).

All going well, just wished we had moved to 4.5.5 instead of 4.5.4 as we now need to upgrade again to get iframe working with xpayments.

Always something!!!

bradley4681 07-06-2013 09:45 AM

Re: X-Cart - reBOOT - Responsive Template
 
Is there a demo of the backend for this? i didn't see any information on the website about it.

PhilJ 07-06-2013 10:07 AM

Re: X-Cart - reBOOT - Responsive Template
 
Please see here for details/FAQs. Template settings screenshot is here.

totaltec 07-06-2013 10:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, just had to chime in and say that your responsive testing tool is pretty genius. I love it. :-)


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

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