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 10-22-2015 12:24 AM

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

can we upload different images for different screen size equipment?

If you mean can you use the srcset attribute, yes it's possible, but it's not currently supported out of the box.

PhilJ 10-29-2015 04:07 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick blog canonical URLs fix for reBOOT v4.7.3...

In skin/reboot/custom/reboot_service_head.tpl

Replace...

Code:

{if $homepage}
<link rel="canonical" href="{$current_location}" />
{else}
<link rel="canonical" href="{$current_location}/{$canonical_url}" />
{/if}


With...

Code:

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


Thanks to Paul for pointing it out.

elmirage001 10-29-2015 06:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Thank you so much for the very quick reply!

For my 4.6.6 live site I did the following.
Code:

add code to  /skin/common_files/customer/service_head.tpl

and change

{elseif $main eq "reboot_blog"}

to

{elseif $main eq "wordpress"}

Thanks again! Paul

designguru 10-30-2015 01:51 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello,

We need to set up a dev space for our page which we only can have for 6 days.
Site is locked and needs an additional key to unlock as it's a different domain. Tried to contact via LIVE Chat as time is limited to 6 days, waited 5 minutes, chat got closed. We really need to have an additional key as soon as possible to continue work.

Thanks.

PhilJ 10-30-2015 02:41 AM

Re: X-Cart - reBOOT - Responsive Template
 
Please post a ticket with your order ID / X-Cart version.

I'm busy updating reBOOT to v4.7.4 at the moment.

designguru 10-30-2015 03:09 AM

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

Originally Posted by PhilJ
Please post a ticket with your order ID / X-Cart version.
I'm busy updating reBOOT to v4.7.4 at the moment.


Posted. Thanks for speedy reply.

PhilJ 10-30-2015 04:27 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT v4.7.4 is now available. Demo. Changelog.

New lower price of $149 for the time being also.

If you're upgrading from v4.7.3, it's fairly straightforward, but get in touch if you need any help.

PhilJ 11-13-2015 01:11 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quick fix for the 'Must agree to conditions' on Fastlane and One Page Checkouts (reBOOT v4.7.3 and v4.7.4).

https://www.xcartmods.co.uk/reboot/fixes/X-Cart_Reboot_Checkout_Terms_Fix_v4.7.3_v4.7.4.zip

Just upload the two files. Only affects stores that have the reBOOT 'Must agree to conditions' option disabled.

Thanks to Anton.

tam10 11-13-2015 07:33 AM

Re: X-Cart - reBOOT - Responsive Template
 
I can not understand why after choosing the option of category products to be displayed as default (the way i arranged them in admin > category products.

WHY it does not shows like that???

Never had issue with it before i changed the skin, now it's all big mess. Any ideas on how to fix that?

Thank you in advance

TA 11-13-2015 07:49 AM

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

Originally Posted by PhilJ
Small fix for the 'agree to terms' on Fastlane and One Page Checkouts (reBOOT v4.7.3 and v4.7.4). Just uplaod the two files. Thanks to Anton.

https://www.xcartmods.co.uk/reboot/fixes/X-Cart_Reboot_Checkout_Terms_Fix_v4.7.3_v4.7.4.zip


Phil, Does this apply to AC One Page, XCart One Page or both?


All times are GMT -8. The time now is 08:19 PM.

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