![]() |
Re: X-Cart reBOOT (reDUX) Template
Quote:
nevrmind, i found it. |
Re: X-Cart reBOOT (reDUX) Template
nevermind, found it in subcategories.tpl
|
Re: X-Cart reBOOT (reDUX) Template
how to remove the second category description title, pls?
|
Re: X-Cart reBOOT (reDUX) Template
Edit /skin/reboot/customer/main/subcategories.tpl
Replace the code at the bottom with... (additional code highlighted in red) Code:
{if $current_category.seo ne "" && $config.Reboot.reboot_category_descr_2 ne ""} |
Re: X-Cart reBOOT (reDUX) Template
By default, each row displays 6 products on the categories page, how to only display 3 on the desktop, pls?
|
Re: X-Cart reBOOT (reDUX) Template
Assuming you're set the template settings > catalog > Products display to "Switchable Grid"
You set the columns in /skin/reboot/js/reboot.js You can adjust the col-x-x values Code:
if ($('#body-container').hasClass('container-fluid')){ <----- Meaning the layout is set to full width If you've set the template settings > catalog > Products display to "Masonry" You can change the columns by editing /skin/reboot/customer/main/products_t.tpl Code:
{assign var="masonry_cols" value="col-12 col-sm-6 col-md-3 col-md-4 col-lg-4 col-xl-4"} |
Re: X-Cart reBOOT (reDUX) Template
https://www.helloeyewear.com/
when i enable 'New Arrivals' module, the footer will not display properly. |
Re: X-Cart reBOOT (reDUX) Template
https://www.helloeyewear.com/meridian-tortoiseshyell-eyeglasses/
Related Products is too small. How to change related product image size, pls? how to set 3 products per row as product list, pls |
Re: X-Cart reBOOT (reDUX) Template
How to upgrade from Google Universal Analytics to Google Analytics 4.0?
My site is running reBOOT (should be up-to-date) on x-cart 4.7.11. Under skin/common_files/modules/Google_Analytics I find the following 3 template files: ga_code.tpl ga_code_async.tpl ga_code_universal.tpl |
Re: X-Cart reBOOT (reDUX) Template
Quote:
start reading here: https://forum.x-cart.com/showpost.php?p=416682&postcount=18 |
All times are GMT -8. The time now is 03:20 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.