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)

xtech 03-16-2015 03:05 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi,
Janrain Engage integration module is not working with reboot template.Have there any compatibility issue?
I have contacted with Qtm and they said that-
The skin doesn't contain necessary names for IDs and DIVs elements which are used by the module to 'recognize' the login functionality and 'substitute' the module's login form.

Thanks,
xtech

buywink 03-18-2015 01:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
I want to call few categories and subcategories in footer,how to do that?
Please help me.

Thank you very much.

PhilJ 03-19-2015 10:35 AM

Re: X-Cart - reBOOT - Responsive Template
 
Bootstrap v3.3.4 released (they skipped v3.4.3)

reBOOT v3 users can upgrade using these files.

PhilJ 03-19-2015 10:51 AM

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

Janrain Engage integration module is not working with reboot template.Have there any compatibility issue?

xtech, we've tested Janrain compatibility on the latest reBOOT version and it seems fine, however I don't really recommend using any of the 'social' related modules, as they add extra overhead / HTTP requests that are just not good for your store speed.

In fact, in future reBOOT versions, we may drop support for all 'social' related modules, as they're just not conducive to mobile-friendly stores, no matter what some SEO bods might tell you.

If you're on an earlier version of reBOOT, then there may be some slight discrepancies in the Janrain module code, so you'd have to post a ticket for us to investigate on your store.

PhilJ 03-19-2015 10:54 AM

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

I want to call few categories and subcategories in footer,how to do that?

buywink (AKA xtech and others), you'd have to elaborate on where exactly you want to call them, or just add simple hyperlinks to your footer.

PhilJ 03-22-2015 03:54 PM

Re: X-Cart - reBOOT - Responsive Template
 
If you haven't installed already, this v3 addon is well worth installing. It tells you which device type your customers ordered with in the orders list (desktop/tablet/mobile). It'll work fine for non-reBOOT / responsive stores also.

Check the thread re. April 21st

christindall 03-25-2015 09:03 PM

Re: X-Cart - reBOOT - Responsive Template
 
Phil, or anybody...! :)

Having not yet jumped onto the reBoot bandwagon - I'd REALLY love to see some live sites making use of it. Would people mind sharing their url, or maybe Phil could put up a showcase piece on his site?

Thanks! :)

elmirage001 03-26-2015 04:37 AM

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

Originally Posted by christindall
Phil, or anybody...! :)

Having not yet jumped onto the reBoot bandwagon - I'd REALLY love to see some live sites making use of it. Would people mind sharing their url, or maybe Phil could put up a showcase piece on his site?

Thanks! :)

Hi Chris, I just sent you a PM with my URL. Thanks! Paul

PhilJ 03-26-2015 07:57 AM

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

Having not yet jumped onto the reBoot bandwagon - I'd REALLY love to see some live sites making use of it. Would people mind sharing their url, or maybe Phil could put up a showcase piece on his site?

Hi Chris, I've never really kept a list of live stores using reBOOT, that I would give out, mainly for licence holders privacy.

However I do quite often get asked for URLs, so I've just added a new section to the docs page, with a form that allows anyone to opt-in to have their store listed, if they so wish.

rokonkwo 03-26-2015 06:37 PM

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

Originally Posted by christindall
Phil, or anybody...! :)

Having not yet jumped onto the reBoot bandwagon - I'd REALLY love to see some live sites making use of it. Would people mind sharing their url, or maybe Phil could put up a showcase piece on his site?

Thanks! :)


Here is unchanged out of the box reboot template running on X-Cart GoldPlus version 4.6.6 for a fragrance store.

http://www.itsmellsnice.com

Phil was very professional and I ended up buying more from him. Phil has won me over as a loyal customer.

christindall 03-26-2015 10:05 PM

Re: X-Cart - reBOOT - Responsive Template
 
Sounds like a perfect solution! Thanks so much! :)



Quote:

Originally Posted by PhilJ
Hi Chris, I've never really kept a list of live stores using reBOOT, that I would give out, mainly for licence holders privacy.

However I do quite often get asked for URLs, so I've just added a new section to the docs page, with a form that allows anyone to opt-in to have their store listed, if they so wish.


xtech 03-30-2015 01:03 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
Have there any custom form builder in x-cart where all data will entered in database and data will receive in an email id.

How to achieve that?

Thank you.

Vacman 04-03-2015 12:08 PM

Re: X-Cart - reBOOT - Responsive Template
 
Some of my product descriptions have click-able links in the text. I want to add a highlight (possibly underline as image shows). I know this would be a .css mod, but not sure where to look.

http://www.vacsew.com/images/activelink.png

PhilJ 04-03-2015 12:27 PM

Re: X-Cart - reBOOT - Responsive Template
 
You can go one further and add the Glossary addon.

So certain specified text will show a tooltip with text of your choice.

Demo

Vacman 04-03-2015 12:38 PM

Re: X-Cart - reBOOT - Responsive Template
 
Maybe? I'll take a look at it. Basically it is just an active link.

PhilJ 04-03-2015 12:53 PM

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

.highlightme { border: 3px solid #B4E7F8; border-top: none; border-right: none; border-left: none; }
Then wrap your link text, or any text with...
Code:

<span class="highlightme"> ... </span>

Vacman 04-03-2015 01:13 PM

Re: X-Cart - reBOOT - Responsive Template
 
Went to d/l but the link on your site is broken. ;)

xtech 04-06-2015 09:45 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
I want to add html in category description and want to display it in responsive view so that it will display uniformly irrespective of device.How to achieve that?

Thanks,
xtech

PhilJ 04-06-2015 10:06 PM

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

I want to add html in category description and want to display it in responsive view so that it will display uniformly irrespective of device.How to achieve that?
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.

xtech 04-07-2015 12:47 AM

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

Originally Posted by PhilJ
That depends on what kind of HTML you want to display. If you want to use columns in the descriptions, utilise the Bootstrap responsive grid system.


Thank you for your help.I have added this code in head tag
HTML Code:


{literal}
<style>
.erb-image-wrapper img{
    max-width:100% !important;
    height:auto;
    display:block;
}
</style>
{/literal}


and call the html code in body
<div class="erb-image-wrapper">
My code here
</div>
But it is not working in Firefox.Can you please provide me browser specific code?

Thanks.

PhilJ 04-07-2015 01:06 AM

Re: X-Cart - reBOOT - Responsive Template
 
Assuming you want an icon / description, use Bootstrap columns...
Code:

<div class="row">
<div class="col-md-2 mobile-center">
<img src="path/to/image.jpg" alt="whatever">
</div>
<div class="col-md-10">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et orci nec lectus lobortis commodo sit amet a mauris.</p>
</div>
</div>

Or, just float the image like this...
Code:

<img src="path/to/image.jpg" alt="whatever" class="left-float"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et orci nec lectus lobortis commodo sit amet a mauris.</p>
Then add CSS to skin/reboot/css/reboot.css
Code:

img.left-float { float: left; margin: 0 10px 10px 0; }

PhilJ 04-07-2015 08:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT has been updated to v3.50 (v4.7.1) (v4.7.0 beta skipped).

DEMO | CHANGELOG

Be aware that v4.7.1 uses Smarty v3.1.21.

Feel free to request updated files, we don't charge extra.

PhilJ 04-08-2015 02:23 AM

Re: X-Cart - reBOOT - Responsive Template
 
So Long, and Thanks for All the Fish

BBM_ 04-08-2015 02:46 AM

Re: X-Cart - reBOOT - Responsive Template
 
Wait - Phil has gone and pulled his website?

PhilJ 04-08-2015 03:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
nearly, other carts are calling...

ITVV 04-08-2015 03:41 AM

Re: X-Cart - reBOOT - Responsive Template
 
What's happening guys?

Kind regards

ITVV

PhilJ 04-08-2015 05:45 AM

Re: X-Cart - reBOOT - Responsive Template
 
Check this - http://forum.x-cart.com/showthread.php?t=71798

PhilJ 04-08-2015 06:24 AM

Re: X-Cart - reBOOT - Responsive Template
 
In other words, don't worry reBOOTers

bullfrog 04-08-2015 10:13 AM

Re: X-Cart - reBOOT - New Smarty problem
 
PROBLEM SOLVED, SEE EDIT NOTE BELOW.

While installing reBOOT 3.5 on a fresh 4.7.1 install I encountered what seems to be a Smarty related error, but the error is not occurring with standard X-Cart templates so I decided to post it here.

I get a white screen after the installation, and the following error is shown in the PHP log
Quote:

[08-Apr-2015 13:24:57 America/Chicago] PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'custom/header/header_style_.tpl' in 'customer/home.tpl'
Backtrace:Array
(
[0] => Array
(
[file] => /home/z/public_html/include/lib/smarty3/sysplugins/smarty_internal_template.php
[line] => 304
[function] => fetch
[class] => Smarty_Internal_TemplateBase
[type] => ->
[args] => Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] => 1
)

)

[1] => Array
(
[file] => /home/z/public_html/include/templater/templater.php
[line] => 295
[function] => getSubTemplate
[class] => Smarty_Internal_Template
[type] => ->
[args] => Array
(
[0] => custom/header/header_style_.tpl
in /home/z/public_html/include/lib/smarty3/sysplugins/smarty_internal_templatebase.php on line 129
I looked in the 4.7.1 zip distribution and the referenced file header_style_.tpl does not exist anywhere.

EDIT: On April 12 I restarted from scratch. Set up the test site, reinstalled X-Cart, and reinstalled reBOOT 3.5. This time it worked fine. I never figured why I got the error above, but it almost certainly was my error. *Never mind*

PhilJ 04-10-2015 12:48 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Bullfrog, post a support ticket if you like. White screen might be due to Ioncube not being installed, or the SQL patch was not applied correctly.

bullfrog 04-15-2015 06:53 PM

Re: X-Cart - reBOOT - Responsive Template
 
New item. In X-Cart 4.7.1 with reBOOT 3.5 I'm getting two "Continue Shopping" links when viewing the cart. Happens in both desktop and mobile modes. Affected file is /reboot/modules/One_Page_Checkout/content.tpl. For now I'm commenting out the second set, which looks like it is intended for mobile users.

I have not turned on any checkout modules except for 'one page'. No Amazon or PayPal yet, and no POS module.

desktop mobile

Otherwise all is looking good so far with reBOOT 3.5

rokonkwo 04-15-2015 08:58 PM

Re: X-Cart - reBOOT - Responsive Template
 
I had some problems with X-Cart 4.7.1 and reBOOT template 3.50. I submitted a ticket for reBOOT issues on the 12th April and never received a reply. Then on the 15th I got tired of waiting because the shop was closed for 2 days. I restored back to 4.6.6 and closed the ticket with reBOOT people. The reBOOT template and the modules need some more work.
The upgrade from X-Cart 4.6.6 to 4.7.1 was smooth without errors on over 7500 products. It was the reBOOT template and its modules that I had problems which was not replied by the reBOOT people. Usually the reBOOT support used to answer within 24 hours to any support ticket. This time no answer at all.

PhilJ 04-15-2015 10:47 PM

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

New item. In X-Cart 4.7.1 with reBOOT 3.5 I'm getting two "Continue Shopping" links when viewing the cart. Happens in both desktop and mobile modes. Affected file is /reboot/modules/One_Page_Checkout/content.tpl. For now I'm commenting out the second set, which looks like it is intended for mobile users.

Bullfrog, please use the attached /reboot/modules/One_Page_Checkout/content.tpl

bullfrog 04-16-2015 08:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
With the updated file I'm now getting two 'checkout' buttons at the top. Commenting out
Code:

      {if !$std_checkout_disabled and !$amazon_enabled and !$paypal_express_active}
        {include file="customer/buttons/button.tpl" button_title=$lng.lbl_checkout style="div_button" href="cart.php?mode=checkout" additional_button_class="checkout-3-button"}
      {/if}

makes it look right. I'm not using Amazon or Paypal Express (yet), but the 'if' line is still allowing the extra button. Don't know why.

I'll be traveling for a week, so will continue this project then.

xtech 04-17-2015 01:16 AM

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

Originally Posted by PhilJ
Assuming you want an icon / description, use Bootstrap columns...
Code:

<div class="row">
<div class="col-md-2 mobile-center">
<img src="path/to/image.jpg" alt="whatever">
</div>
<div class="col-md-10">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et orci nec lectus lobortis commodo sit amet a mauris.</p>
</div>
</div>

Or, just float the image like this...
Code:

<img src="path/to/image.jpg" alt="whatever" class="left-float"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam et orci nec lectus lobortis commodo sit amet a mauris.</p>
Then add CSS to skin/reboot/css/reboot.css
Code:

img.left-float { float: left; margin: 0 10px 10px 0; }


Hi Phil,
Cannot understand properly.I want to add html code in category description and want to add various manufacturer logo in simple html file in home page and want to make it responsive.Now please let me know how to make it responsive so that it will display uniformly in every device irrespective of skin resolution.

Please help me.

Thanks,
xtech

PhilJ 04-17-2015 05:30 PM

Re: X-Cart - reBOOT - Responsive Template
 
xtech, I gave you code for your subcats page already. It's a bit vague as to exactly what you're after, so get in touch if you want some custom help.

Quote:

want to add various manufacturer logo in simple html file in home page

A 4 x 2 responsive grid of centered logos, that is mobile friendly would be as such...

Code:

{capture name=dialog}
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
<div class="col-xs-12 col-sm-6 col-md-3 text-center"><a href="#link"><img src="{$AltImagesDir}/image.jpg" alt="Whatever"><br>Text</a></div>
</div>
{/capture}
{include file="customer/dialog.tpl" title="Whatever" content=$smarty.capture.dialog}


Have a look at the Bootstrap Grid System. It's not that hard to learn.

Alternatively, you can enable the homepage manufacturers logo carousel in the template options.

xtech 04-19-2015 10:52 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi,
In any category Page In sort by options I want to display product in this way 24,48,96 that is multiple of 24.How to display that in the sort by field options?

Thanks,
xtech

PhilJ 04-20-2015 12:08 AM

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

In any category Page In sort by options I want to display product in this way 24,48,96 that is multiple of 24.How to display that in the sort by field options?

In include/search.php around line 1162, after...
Code:

$perPageValues = array();
Along similar lines, replace the code below with...
Code:

        for ($i = 24; 96 >= $i; $i = $i + 24) {
            $perPageValues[] = $i;
        }


xtech 04-20-2015 12:34 AM

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

Originally Posted by PhilJ
In include/search.php around line 1162, after...
Code:

$perPageValues = array();
Along similar lines, replace the code below with...
Code:

        for ($i = 24; 96 >= $i; $i = $i + 24) {
            $perPageValues[] = $i;
        }



Thank you for your reply now to display from 24 to 576 what will be the logic?

PhilJ 04-20-2015 12:37 AM

Re: X-Cart - reBOOT - Responsive Template
 
I would strongly advise against doing that TBH. But if you must, replace the 96 figure, which is the upper limit.


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

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