![]() |
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 |
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. |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
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. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
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. |
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 |
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! :) |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
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. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
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. |
Re: X-Cart - reBOOT - Responsive Template
Sounds like a perfect solution! Thanks so much! :)
Quote:
|
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. |
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 |
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 |
Re: X-Cart - reBOOT - Responsive Template
Maybe? I'll take a look at it. Basically it is just an active link.
|
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; } Code:
<span class="highlightme"> ... </span> |
Re: X-Cart - reBOOT - Responsive Template
Went to d/l but the link on your site is broken. ;)
|
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 |
Re: X-Cart - reBOOT - Responsive Template
Quote:
|
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thank you for your help.I have added this code in head tag HTML Code:
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. |
Re: X-Cart - reBOOT - Responsive Template
Assuming you want an icon / description, use Bootstrap columns...
Code:
<div class="row"> 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> Code:
img.left-float { float: left; margin: 0 10px 10px 0; } |
Re: X-Cart - reBOOT - Responsive Template
|
Re: X-Cart - reBOOT - Responsive Template
So Long, and Thanks for All the Fish
|
Re: X-Cart - reBOOT - Responsive Template
Wait - Phil has gone and pulled his website?
|
Re: X-Cart - reBOOT - Responsive Template
nearly, other carts are calling...
|
Re: X-Cart - reBOOT - Responsive Template
What's happening guys?
Kind regards ITVV |
Re: X-Cart - reBOOT - Responsive Template
Check this - http://forum.x-cart.com/showthread.php?t=71798
|
Re: X-Cart - reBOOT - Responsive Template
In other words, don't worry reBOOTers
|
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:
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* |
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.
|
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 |
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. |
Re: X-Cart - reBOOT - Responsive Template
1 Attachment(s)
Quote:
Bullfrog, please use the attached /reboot/modules/One_Page_Checkout/content.tpl |
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} I'll be traveling for a week, so will continue this project then. |
Re: X-Cart - reBOOT - Responsive Template
Quote:
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 |
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:
A 4 x 2 responsive grid of centered logos, that is mobile friendly would be as such... Code:
{capture name=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. |
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 |
Re: X-Cart - reBOOT - Responsive Template
Quote:
In include/search.php around line 1162, after... Code:
$perPageValues = array(); Code:
for ($i = 24; 96 >= $i; $i = $i + 24) { |
Re: X-Cart - reBOOT - Responsive Template
Quote:
Thank you for your reply now to display from 24 to 576 what will be the logic? |
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 10:34 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.