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 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.


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

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