![]() |
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. |
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"} /skin/reboot/product_thumbnail.tpl /skin/reboot/main/image_area.tpl /skin/reboot/main/image_area_swap.tpl Any probs, let me know. |
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/ |
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 |
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. |
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 |
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 |
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... |
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 |
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} Code:
{include file="customer/authbox_links.tpl" noavatar=true avatar=false dropdown=true} |
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.