![]() |
Re: X-Cart reBOOT (reDUX) Template
@PhilJ, can you do me a favor and double check the file yesterday for /custom/menus/menu_combo.tpl?
The patch file has: Code:
<nav id="xmenu"> I think it needs to be: Code:
<nav id="xmenu" class="xmenu theme-{$config.Reboot.reboot_header_menu_text_colour} {$config.Reboot.reboot_header_menu_bg}{if $config.Reboot.reboot_header_menu_bg_shade}-{$config.Reboot.reboot_header_menu_bg_shade}{/if}"> Thanks buddy and happy Friday! |
Re: X-Cart reBOOT (reDUX) Template
Thanks Michael, fixed.
|
Re: X-Cart reBOOT (reDUX) Template
13th May - Bootstrap updated to v4.5.0 - jQuery updated to v3.5.1 (initial testing looks fine, but if you spot any errors, please let me know)
New files available in the changelog Also, new videos.php page to display your product videos as a gallery. Next Day Delivery Cutoff Notification addon coming soon. |
Re: X-Cart reBOOT (reDUX) Template
23rd May - New Addon - Address Auto-Complete
|
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
I have testimonials as 'footer' column 3, but they don't rotate. In reBOOT, the option is 'testimonials rotator' in Redux the option is 'testimonials' What am I missing to get the testimonials to 'rotate'? Thanks Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi Peggy, edit /skin/reboot/custom/footer/contents/testimonials.tpl
Change... Code:
<div class="carousel-generic carousel-light pagedots wraparound mb-5"> Code:
<div class="carousel-generic carousel-light pagedots wraparound autoplay mb-5" data-autoplay="5000"> |
Re: X-Cart reBOOT (reDUX) Template
Hi Peggy, yea, the sitemap module's buggy, I'll get round to fixing it, but to be honest, it's hardly worth using... You don't see them on many sites these days do you?
The XML Sitemap module on the other hand, is far more important. Quote:
|
Re: X-Cart reBOOT (reDUX) Template
Quote:
For a store with handful of products the sitemap page is useful probably. With hundreds or thousands of products this page is sort of meaningless. However it is useful for SEO I think as it has all the links to products, categories, pages... It is an easy to follow page for crawlers. If they get to it. But yes in general I agree it is not much worth the effort unless you can really style it and make it useful as part of the customer UI. The stock one is sort of ugly and hard to look at, and navigate. |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
I just wanted to let you know I'm loving reDUX! It will be a while before my reDUX store is live but this is amazing. Thank you so much! Paul |
Re: X-Cart reBOOT (reDUX) Template
Hi Paul, thanks bud, always appreciate the feedback.
|
Re: X-Cart reBOOT (reDUX) Template
13th June - New ability to quickly change the order of the homepage slider slides via ↑ ↓ buttons
New ability to change the homepage slider captions animation type (bounce/fade/zoom) and animation speed (slower/slow/normal/fast/faster). Theme > Body background image type > "Single Fixed Image" works as it should now. Lightbox JS & CSS updated. Changelog |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
I have a good tested version of reDUX on my test server. I have made numerous changes that I want to verify I can 'reapply' to a new copy of my production reBOOT. Prior to doing this, I want to backup my existing mods to the reBOOT (reDUX) template, which I have downloaded. Do you see any problems if after applying 02_reboot_template_settings.sql, I then apply (replace) my settings for the same for xcart_config and xcart_languages? What I have been doing is create a pdf with all my template settings prior to reinstalling, and then manually apply all the changes (trying not to miss any). Please let me know if you have suggestions on a better way to accomplish this. Thanks Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi Peggy, yes, you can re-apply the 02_reboot_template_settings.sql SQL patch and it will safely reset the template settings, which you can then re-tweak.
Download the latest version from your order invoice. To be bang up to date, you can re-upload the /skin/reboot/ files also. I'm purposely trying not to drastically change the template... just minor bug fixes and additions, as I appreciate it may be tricky keeping up with the changelog. A good tip for keeping up to date, is to install a folder/file comparison tool, so you can compare reBOOT versions. Some decent ones are listed here. I'm considering putting the template on a private Github repository, so you can be instantly notified of any changes. |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
You fixed this error for me before, by removing the old reboot template files from xcart_products, but I want to know how to correct, myself I just did re-install of reDUX on third SQL patch, I get *** SQL query : ALTER TABLE `xcart_products` ADD `page_views` INT(11) NOT NULL DEFAULT '0', ADD `last_viewed` INT(11) NOT NULL DEFAULT '0', Error code : 1118 Description : Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs Request URI: /xcart/admin/patch.php *** What 'delete/alter' SQL patch is needed to clear out xcart_products from old reboot install? Thanks Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi Peggy, no need to apply the third patch, as it's not changed since the first release. But if you did want to start afresh, I've added an uninstall SQL patch for install step 3 to the zip file.
|
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
Hi Phil,
I'm using custom1.tpl and custom2.tpl in my site footer. On pages that I've set in the tpl, all have 2 settings I want to change or delete 1) Printer (Icon) option -- which has my store (my fulfillment center) 'address' I do NOT want appearing 2) More ... See attached Both custom tpls have the following include, but I see nothing in the footer_hr.tpl that seems to let me modify or delete these 2 settings. {include file="custom/footer/footer_hr.tpl" } Is there a way to either 'remove' both ICONS/options, or remove the More... and change the Printer output to remove address? Any ideas are appreciated Thanks. Peggy |
Re: X-Cart reBOOT (reDUX) Template
In /skin/reboot/customer/main/pages.tpl
Replace... Code:
dropdown="pages" Code:
dropdown=false Code:
<p class="text-center">{$config.Company.location_address}, {$config.Company.location_city}, {$config.Company.location_state_name}, {$config.Company.location_zipcode}, {$config.Company.location_country_name}</p> I might add a new static page 'printable' checkbox, so that the print icon only appears for specific pages. |
Re: X-Cart reBOOT (reDUX) Template
17th June - I've added in a "printable" checkbox for static pages - Patch files
Somehow I'd omitted the 'Printable Version' link from the product pages, so in /skin/reboot/customer/main/product_header.tpl you can add around line 62... Code:
{if $printable_link_visible} Redactor editor updated to latest version. In other news, Bootstrap v5 Alpha released :) |
Re: X-Cart reBOOT (reDUX) Template
17th June - New ability to swap product thumbnail images on hover - demo - product admin screenshot - patch files
|
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
I don't see where you added the ip address in any of your updates IP address added to new user account admin notification email (/skin/reboot/mail/html/signin_admin_notification.tpl) I have the mod from Paul, but did I miss where you added it to your base? Thanks Peggy |
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
Hi Peggy, it was added to the latest zip file earlier today, I've attached it...
Put it in /skin/reboot/mail/html/ |
Re: X-Cart reBOOT (reDUX) Template
Thanks Phil,
I just tested the SAME signin_admin_notification.tpl MOD on my reBOOT 4.7.12 system, and it works great. Thanks again. Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi, PhilJ, I have placed an order for https://www.bestbuylingerie.com , how to download the theme, pls?
|
Re: X-Cart reBOOT (reDUX) Template
Check your invoice where there'll be a download link.
Thanks for the order. |
Re: X-Cart reBOOT (reDUX) Template
have downloaded, tks, PhilJ
|
Re: X-Cart reBOOT (reDUX) Template
24th June - A few minor updates this morning, including CloudZoom fix... see changelog.
|
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
How does reDUX Auto Upselling option, determine what 'items' to include in the list from the category that is selected? Is there a way to override and/or add to the auto upselling selected items? Thanks |
Re: X-Cart reBOOT (reDUX) Template
Auto-upselling products override the standard upselling (related) products. It just picks them sequentially, or randomly from the chosen category or manufacturer.
It's possible to display auto-upselling *and* standard upselling products at the same time, but you'd need to modify /skin/reboot/customer/main/product_tabs.tpl I've just tweaked the product modify auto-upselling template, to make it a bit more user friendly, added disable buttons (/skin/reboot/admin/reboot_aup.tpl) |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
Your reDUX Auto Upselling is SUPER! Thanks so much. Since this function works by selecting a 'category' to select which upselling items to relate to, it took me a bit to figure out how to get a 'subset' of items from category, and also be able to order the display of the related products. I figured out that I could create a 'hidden' category, and add 1 'bogus' hidden but available item. Then I could add those items from other categories to that sub-set category. Since I needed multiple 'subsets', I created multiple hidden categories, with the related items I wanted. Then using the 'order priority' within the category, I could order the items as I wanted them appearing. It works PERFECTLY, and is easy to go and modify the needed products to select the upselling category. THANK YOU AGAIN SO MUCH for all your help. Hopefully, my production migration will work flawlessly this weekend! Stay tuned to the outcome! Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
Thanks for the /reboot/auto_upselling_products.php change to allow the category POS order for related products I'm now LIVE on REDUX! It is awesome! Peggy |
Re: X-Cart reBOOT (reDUX) Template
2 Attachment(s)
Hi Phil,
Another question. Where does the date format for testimonials come from? It appears as D/M/Y, though in settings->appearance I have the date selected as M/D/Y. I have removed the date from testimonial_add.php in testimonial_add.tpl via {*- remove added <input type="hidden" name="added" value="{$smarty.now}"> *} which works fine. But in admin approval /admin/reboot_testimonials.php, it appears in D/M/Y format. See attached Thanks Optimally, I'd like the 'Added' date to optionally be disabled. My change to testimonial_add.tpl works for what I need, so even with the admin approval panel requiring a date in D/M/Y - that isn't displayed to customer. |
Re: X-Cart reBOOT (reDUX) Template
It's just a regular timestamp. A quick way to hide the dates, is by editing /skin/reboot/css/misc/testimonials.css
Code:
.testimonial-style-1 .testi-date { font-size: 0.8rem; color: #333; display: none; } |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
What's needed to 'invoke' Country_redirect in reDUX other than uncommenting the code in /reboot/country_redirect.php? Are there files required in the root? Specifically, CountryDetector.class.php CountryDetector.interface.php CountryDetector.php Or are those files only needed from the Country_Redirect X-cart Mod from https://www.xcartmods.co.uk/x-cart-country-or-continent-redirector.html Thanks. Peggy |
Re: X-Cart reBOOT (reDUX) Template
Hi Peggy, the /reboot/country_redirect.php code should suffice and easy enough to configure.
The CountryDetector mod files use an old API, which no longer works. |
Re: X-Cart reBOOT (reDUX) Template
Phil,
Thank you for confirming. I had realized I and not taken out OLD code in home.php, that was causing problems. Thanks Again. Peggy |
Re: X-Cart reBOOT (reDUX) Template
22nd Aug 2020 - New category setting to display specific product listings in simple tabular view.
Demo Changelog |
Re: X-Cart reBOOT (reDUX) Template
26th Aug 2020 - If you use the Device Detect addon, there's a new admin page which gives you more insight into your order data.
Updated 1st Sept - displays 'All Time' orders with a yearly line graph, now filterable by order status, improved graphs. Updated 6th Sept - displays total number of orders AND total value of orders. Can now change the graph type for each graph (bar or line). More order statuses added... Note, apply SQL patch... Quote:
Updated 11th Sept - Minor tweaks and CSV export functionality added. Updated 13th Sept - Overhaul, new chart engine. Extra features coming soon, eg. ability to compare years/months etc. |
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
I may have found a decent solution for CloudZoom on detailed images AND variants. Drop me a line if you're interested, I could do with 1-2 test subjects, before I merge the new code.
|
Re: X-Cart reBOOT (reDUX) Template
Quote:
Hi Phil, I finally had time to implement this and it's BRILLIANT!! It's so much easier and informative than the spreadsheet I was manually doing. Thank you so much! Paul |
All times are GMT -8. The time now is 10:50 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.