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 (reDUX) Template (https://forum.x-cart.com/showthread.php?t=77655)

Dougrun 03-22-2021 03:27 PM

Re: X-Cart reBOOT (reDUX) Template
 
UPDATE The 'thumbnail hover/swap' feature can be disabled, admin and customer-side.
Where in the options is this? can't seem to find it. I added the SQL.

PhilJ 03-22-2021 03:54 PM

Re: X-Cart reBOOT (reDUX) Template
 
@Doug, in /skin/reboot/main/product_details.tpl

Replace...
Code:

{include file="main/image_area.tpl"}

With...
Code:

{if $config.Reboot.reboot_products_thumbnail_swap ne "Y"}
{include file="main/image_area.tpl"}
{else}
{include file="main/image_area_swap.tpl"}
{/if}

Then, upload the following from the v4.7.12.5 zip file...

/skin/reboot/product_thumbnail.tpl
/skin/reboot/main/image_area.tpl
/skin/reboot/main/image_area_swap.tpl

Any probs, let me know.

PhilJ 03-25-2021 02:56 AM

Re: X-Cart reBOOT (reDUX) Template
 
You can get quite a decent boost in GTMetrix, by adding this code to the end of /skin/reboot/custom/prefetch.tpl
Code:

<link rel="preload" href="{$AltSkinDir}/fonts/fontawesome-webfont.woff2?v=4.7.0" as="font" type="font/woff2" crossorigin="anonymous">

You can remove the unsplash.com code if you want also.

It's been added to the template. Thanks to Paul.


Also, you can now promote coupons to the homepage, plus add custom coupon text and icons.


Some good ideas here - https://freddiechatt.com/playbook/

peggyr 03-25-2021 11:32 AM

Re: X-Cart reBOOT (reDUX) Template
 
Hi Phil

When going from reDUX 4.7.12.4 to reDUX 4.7.12.5, are there any changes to the main reDUX install steps 1-16?

Or just the updates to the SQL tables and the module uploads?

I've created a version of the UPLOAD file changes with the changes between 4.7.12.4 and 4.7.12.5, and just comparing those to any files I may have changed, and then going to do the upgrade to .5
using my limited set of file.

Thanks for clarifying, if my approach should/should not work before I give it a try. I've done my backups.

Peggy

PhilJ 03-25-2021 12:01 PM

Re: X-Cart reBOOT (reDUX) Template
 
No changes to the install steps, but I'd always suggest downloading the very latest files from your order invoice before you do any file comparisons etc.
There were minor changes made earlier today.

peggyr 03-25-2021 01:06 PM

Re: X-Cart reBOOT (reDUX) Template
 
Phil,

I downloaded the X-Cart_reBOOT_[reDUX]_4.7.12.5.zip on Mar 21, and using that zip for file comparison to my current system.

Thanks.

Peggy

elmirage001 03-25-2021 01:15 PM

Re: X-Cart reBOOT (reDUX) Template
 
Hello Phil and Everyone,

I'm finally live on reDUX and loving it. The best just keeps getting better!

If anyone would like to checkout my site and complicated ECCF form just PM me.

Thank you Phil for your continued excellence and untiring effort to give us the best template there is!

Paul

PhilJ 03-25-2021 11:26 PM

Re: X-Cart reBOOT (reDUX) Template
 
https://gtmetrix.com/reports/xcartmods.com/TbLPFkM2/

If only X-Cart could fix the dreaded "Defer parsing of JavaScript" issue...

peggyr 03-26-2021 02:10 PM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
Phil,

FYI - I just upgraded my live store to 4.7.12.5.

I have one little hiccup, self-inflicted, when customer logs on. In account information, I had 'previously' removed the avatar - circle icon with the customer initials in it.

It is back partially appearing, see attached, logged-on-account-current.jpg.

I'd like to remove the circle ICON again, but can't remember where that is done.

thx

Peggy

PhilJ 03-26-2021 08:49 PM

Re: X-Cart reBOOT (reDUX) Template
 
Hi Peggy, sorry I should make it a setting really, but edit /skin/reboot/custom/header/dropdown_account.tpl

Replace...
Code:

{include file="customer/authbox_links.tpl" noavatar=false avatar=false dropdown=true}
With...
Code:

{include file="customer/authbox_links.tpl" noavatar=true avatar=false dropdown=true}
If you use noavatar=false avatar=true, it uses Gravatars for the profile icon.


All times are GMT -8. The time now is 05:50 AM.

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