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)

xtech 03-11-2014 01:06 AM

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

Originally Posted by PhilJ
I have installed it on the v4.6.3 demo, feel free to test it out. For testing purposes, I have set it to send out a reminder email after 1 hour.

If you get a patch error when installing, in the patch file, x-abandoned-cart-reminder.sql try replacing...
With...

If using X-Cart Platinum, ensure you're in 'Simple Mode' or logged in as a provider, or else you won't see the abandoned carts links in the admin > orders menu.

Most likely you will need to wait a short while before Google reindexes your site. Maybe try resubmitting your XML sitemap.


Thank you for your help.

As this module already installed so when I try to run sql patch it throws an error that I send you in the ticket. Also I have uploaded reboot related files that you send me.

Now can you please clarify me one thing If using X-Cart Platinum, ensure you're in 'Simple Mode' or logged in as a provider, or else you won't see the abandoned carts links in the admin > orders menu.

What does it mean?

As my version is Platinum so if I enable simple mode it becomes gold.What you think module is not compatible with Platinum?

Also I have generated new sitemap and submit it to google now lets see the result.

If still problem persist then request you to check the issue.

Thanks a lot.

PhilJ 03-11-2014 01:51 AM

Re: X-Cart - reBOOT - Responsive Template
 
I was just saying that in Platinum, the abandoned cart options, only appear for providers.

Refer to the wiki page - http://help.x-cart.com/index.php?title=X-Cart:Abandoned_Cart_Reminder

PhilJ 03-12-2014 09:40 AM

Re: X-Cart - reBOOT - Responsive Template
 
Here is a small fix to the tabs/accordions javascript, for those who use Clean URLs or CDSEO.

Just replace skin/reboot/js/custom/jquery.tabs.accordions.min.js with this one.

Basically when you click on a tab or accordion, it maintains the page slug with tab/accordion anchor.

If you do not use Clean URLs or CDSEO, you needn't replace the file.

Kman 03-12-2014 05:02 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks for the fix, Phil. Much appreciated.

xtech 03-13-2014 03:31 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hello Phil,
I have installed the new version of reboot but when i delete Bootstrap CSS CDN URL//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css and call locally then the effect is not applied and entire CSS getting distorted also facing jQuery pop up alert like- blockUI requires jQuery v1.2.3 or later! You are using v1.10.2

How to recover these issue?

Thank you.

elmirage001 03-13-2014 05:37 AM

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

Originally Posted by xtech
Hello Phil,
I have installed the new version of reboot but when i delete Bootstrap CSS CDN URL//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css and call locally then the effect is not applied and entire CSS getting distorted also facing jQuery pop up alert like- blockUI requires jQuery v1.2.3 or later! You are using v1.10.2

How to recover these issue?

Thank you.

Until you hear from Phil try the following.

In reBOOT Admin jQuery CDN URL replace
Code:

//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
With
Code:

//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js

xtech 03-13-2014 09:24 PM

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

Originally Posted by elmirage001
Until you hear from Phil try the following.

In reBOOT Admin jQuery CDN URL replace
Code:

//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
With
Code:

//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js


Thanks it works for me.But when i delete from reboot optimization tools Bootstrap CSS CDN URL//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css and call locally then the effect is not applied and entire CSS getting distorted

What is the issue here?

Thanks.

elmirage001 03-13-2014 09:44 PM

Re: X-Cart - reBOOT - Responsive Template
 
If you delete it out of the reboot optimization tools then it defer loads from /skin/reboot/lib/jquery-min.js which is the same version jQuery v1.10.2 so you have the same issues. See Step 7. from the installation file below.

Quote:

7) In skin/common_files/customer/service_js.tpl

REPLACE...

{load_defer file="lib/jquery-min.js" type="js"}

WITH...

{* Reboot Template *}
{if $active_modules.Reboot}
{if $config.Reboot.reboot_jqcdn ne ""}
<script type="text/javascript" src="{if $is_https_zone}https{else}http{/if}:{$config.Reboot.reboot_jqcdn}"></script>
{else}
{load_defer file="lib/jquery-min.js" type="js"}
{/if}
{else}
{load_defer file="lib/jquery-min.js" type="js"}
{/if}
{* /Reboot Template *}

xtech 03-13-2014 09:48 PM

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

Originally Posted by elmirage001
If you delete it out of the reboot optimization tools then it defer loads from /skin/reboot/lib/jquery-min.js which is the same version jQuery v1.10.2 so you have the same issues. See Step 7. from the installation file below.


Js issue resolved.I am now telling about CSS issue.when i delete from reboot optimization tools Bootstrap CSS CDN URL//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css and call locally then the effect is not applied and entire CSS getting distorted.

It was working in previous version but now it is not working.can you help me on this?

elmirage001 03-13-2014 10:11 PM

Re: X-Cart - reBOOT - Responsive Template
 
Can't reproduce any issues on 4.6.1 site with v2.3.2

Make sure the code below is in reboot_head.tpl and that the bootstrap.min.css file in "css/vendor/bootstrap.min.css" is Bootstrap v3.1.1

If the above is good then have to wait for Phil...

Quote:

{if $config.Reboot.reboot_bscsscdn ne ""}
<link rel="stylesheet" href="{if $is_https_zone}https{else}http{/if}:{$config.Reboot.reboot_bscsscdn}">
{else}
{load_defer file="css/vendor/bootstrap.min.css" type="css"}
{/if}


All times are GMT -8. The time now is 05:57 PM.

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