Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #911  
Old 04-15-2015, 06:53 PM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default 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
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote
  #912  
Old 04-15-2015, 08:58 PM
 
rokonkwo rokonkwo is offline
 

Advanced Member
  
Join Date: Jul 2004
Posts: 88
 

Default 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.
__________________
X-Cart 4.7.5 Platinum.
X-Cart 4.7.2 Gold.
X-Cart 4.7.2 Gold Plus.
www.shoppersdome.com
Reply With Quote
  #913  
Old 04-15-2015, 10:47 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

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
Attached Files
File Type: tpl content.tpl (1.3 KB, 3 views)
__________________
xcartmods.co.uk
Reply With Quote
  #914  
Old 04-16-2015, 08:40 AM
  bullfrog's Avatar 
bullfrog bullfrog is offline
 

eXpert
  
Join Date: Oct 2004
Location: Oregon, USA
Posts: 366
 

Default 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.
__________________
Bullfrog ~~~ X-Cart Gold v4.7.2 (2) v4.7.8. ⌠If the road is easy, you're likely going the wrong way.■ ― Terry Goodkind
Reply With Quote
  #915  
Old 04-17-2015, 01:16 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #916  
Old 04-17-2015, 05:30 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #917  
Old 04-19-2015, 10:52 PM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #918  
Old 04-20-2015, 12:08 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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; }
__________________
xcartmods.co.uk
Reply With Quote
  #919  
Old 04-20-2015, 12:34 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default 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?
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #920  
Old 04-20-2015, 12:37 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020