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
  #1371  
Old 01-26-2019, 07:25 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil,

Thank you so much! You and reBOOT are always worth the wait

Looking forward for reDUX too!

Thanks for everything you do!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following 2 users thank elmirage001 for this useful post:
ITVV (01-26-2019), PhilJ (01-27-2019)
  #1372  
Old 02-22-2019, 07:07 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Hi folks, reBOOT has been updated for v4.7.10. Apologies for the delay.
  • Updated for X-Cart v4.7.10
  • Bootstrap and Bootswatch themes updated to v3.4.0
  • Blog addon tested with Wordpress v5.0.3
  • HTML minifier tweaked to ignore JS
  • Improved uploads manager
Download

Demo

Meanwhile development of reDUX continues...
Hi Phil !

Thank you so much for the incredible amount of work and improvements you've made over the versions. We're almost done converting the 4.6.6 version of reBOOT to the new 4.7.10 version and we couldn't be happier with the results. I've done a large number of tweaks over the years and even though I have no background in coding, your clean and organized structure allows me to always accomplish what I'm trying to do. I also see where you put in extra work you didn't have to in order to make areas cleaner and easier for our customers.

Thank you again so much! Again!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (02-26-2019)
  #1373  
Old 02-28-2019, 09:53 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello fellow reBOOTers!

We're up and running on reBOOT 4.7.10 and PHP 7.2 with no issues.

PM me is you'd like to take a look.

What a fantastic template! Thanks Phil!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote

The following user thanks elmirage001 for this useful post:
PhilJ (02-28-2019)
  #1374  
Old 03-26-2019, 08:55 AM
 
1994Z28 1994Z28 is offline
 

Member
  
Join Date: Feb 2018
Posts: 14
 

Default Re: X-Cart - reBOOT - Responsive Template

Is anyone using the Reboot skin (4.7.9) having trouble with canonical link tags? An SEO tool we use reported that:


"Canonical Tag
Importance
Easy to Solve
Webpage and canonical link tag points to different URLs.

Website url:

https://www.company.com/Widgets-and-things/

Url found in the canonical link tag:
https://www.company.com/https://www.company.com/Widgets-and-things/
"


It looks like it is duplicating the main url before the complete page url somehow.


Reading this thread from 2015 Phil said to replace some code in /reboot/custom/reboot_service_head.tpl

The relevant code in our reboot_service_head.tpl file is currently:


{if $homepage}
<link rel="canonical" href="{$current_location}" />
<link rel="prerender prefetch" href="{$current_location}">
{elseif $main eq "reboot_blog"}
<link rel="canonical" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
<link rel="prerender prefetch" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
{else}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
<link rel="prerender prefetch" href="{$current_location}/{$canonical_url}" />
{/if}



Any ideas how to fix this with my limited X-Cart knowledge?
__________________
X-Cart Gold Plus 4.7.9
w X-Affiliate, X-Configurator, X-AOM, X-SpecialOffers, BCSE Global Product Options, BCSE Product Packaging, Reboot responsive template
Reply With Quote
  #1375  
Old 03-26-2019, 09:01 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/custom/reboot_service_head.tpl

Replace...
Quote:
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
<link rel="prerender prefetch" href="{$current_location}/{$canonical_url}" />
with..
Quote:
<link rel="canonical" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
<link rel="prerender prefetch" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
Check skin/reboot/customer/bread_crumbs.tpl also...

Replace...
Quote:
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="url" content="{$current_location}/{$canonical_url}"></span><span itemprop="title">{$l.0|amp}</span></li>
With...
Quote:
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="url" content="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}"></span><span itemprop="title">{$l.0|amp}</span></li>
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
1994Z28 (03-26-2019), elmirage001 (03-27-2019), zone1creative (06-19-2019)
  #1376  
Old 04-25-2019, 08:56 AM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart - reBOOT - Responsive Template

Hi Phil !

Can we go ahead and do the x-cart jquery security update or do we need to wait for any reBOOT updates first?

Thanks!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
Reply With Quote
  #1377  
Old 04-25-2019, 09:48 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Hi Paul, you can go ahead and apply the security patch (security-jquery-sql_injection-2019-04-25). I've just applied it on the demo. I can't foresee any issues with jQuery plugins, but let me know if you come across any.

Meanwhile, I'll be updating reBOOT for v4.7.11 when I get chance and let y'all know here.


reDUX is still coming.......
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (04-25-2019), ITVV (04-25-2019)
  #1378  
Old 05-08-2019, 08:29 AM
 
1994Z28 1994Z28 is offline
 

Member
  
Join Date: Feb 2018
Posts: 14
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil, we tried this change you suggested for canonical links, but after replacing the code in skin/reboot/custom/reboot_service_head.tpl the site won't load. Any ideas? Here's the latest relevant code (original code is commented out):



{if $homepage}
<link rel="canonical" href="{$current_location}" />
<link rel="prerender prefetch" href="{$current_location}">
{elseif $main eq "reboot_blog"}
<link rel="canonical" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
<link rel="prerender prefetch" href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
{else}
{* <link rel="canonical" href="{$canonical_url}" />
<link rel="prerender prefetch" href="{$canonical_url}" /> *}
<link rel="canonical" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
<link rel="prerender prefetch" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}" />
{/if}
__________________
X-Cart Gold Plus 4.7.9
w X-Affiliate, X-Configurator, X-AOM, X-SpecialOffers, BCSE Global Product Options, BCSE Product Packaging, Reboot responsive template
Reply With Quote
  #1379  
Old 05-09-2019, 03:52 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

skin/reboot/custom/reboot_service_head.tpl

This should be sufficient...
Code:
{if $homepage} <link rel="canonical" href="{$current_location}" /> <link rel="prerender prefetch" href="{$current_location}"> {else} <link rel="canonical" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" /> <link rel="prerender prefetch" href="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" /> {/if}
__________________
xcartmods.co.uk
Reply With Quote
  #1380  
Old 05-09-2019, 05:56 AM
 
1994Z28 1994Z28 is offline
 

Member
  
Join Date: Feb 2018
Posts: 14
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Phil, that change worked. However, after I also made the other change you suggested to skin/reboot/customer/bread_crumbs.tpl...


<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><span itemprop="url" content="https://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_ URI}"></span><span itemprop="title">{$l.0|amp}</span></li>



... it won't load. Any thoughts?
__________________
X-Cart Gold Plus 4.7.9
w X-Affiliate, X-Configurator, X-AOM, X-SpecialOffers, BCSE Global Product Options, BCSE Product Packaging, Reboot responsive template
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:26 AM.

   

 
X-Cart forums © 2001-2020