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)

PhilJ 01-08-2021 09:11 AM

Re: X-Cart reBOOT (reDUX) Template
 
skin/reboot/customer/product.tpl

Replace the two occurances of...
Quote:

{include file="custom/product/description.tpl" fulldescr=true nodialog=true card=true icon="info-circle" truncate="600"}
With...
Quote:

{include file="custom/product/description.tpl" fulldescr=true nodialog=true card=true icon="info-circle" truncate="9999"}
or
Quote:

{include file="custom/product/description.tpl" fulldescr=true nodialog=true card=true icon="info-circle" truncate=false}
I'll be adding a new template setting for this shortly.
The feature's there, mainly to not overwhelm mobiles users with content at once.

PhilJ 01-08-2021 09:14 AM

Re: X-Cart reBOOT (reDUX) Template
 
https://moz.com/blog/21-seo-tips-2021

Dougrun 01-08-2021 10:27 AM

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

Originally Posted by PhilJ
Comment them out in /skin/reboot/customer/main/product_product.tplThe Next/Prev products can be commented out there also and relocated.




I see

Code:

{if $config.Appearance.display_np_products eq 'Y'}
  {include file="customer/main/np_products.tpl"}
{/if}



but removing it or moving it doesn't seem to have any affect. I cleared cache and browser too. I was able to add it in the product header where i want it but cant find the reference to it below....


.. nevermind, it was still in product.tpl

PhilJ 01-08-2021 11:17 AM

Re: X-Cart reBOOT (reDUX) Template
 
Try /skin/reboot/customer/main/product.tpl

Dougrun 01-08-2021 12:50 PM

Re: X-Cart reBOOT (reDUX) Template
 
on the admin side, my BCSE shipping per product addon is not showing up anymore. I think your admin product_modify conflicts with theirs in some way. If I switch back to ideal comfort, the BCSE mod works.

PhilJ 01-08-2021 12:54 PM

Re: X-Cart reBOOT (reDUX) Template
 
The template uses a custom /skin/reboot/main/product_details.tpl which overrides /skin/common_files/main/product_details.tpl

So add the module code for the custom product fields there.

Dougrun 01-08-2021 01:56 PM

Re: X-Cart reBOOT (reDUX) Template
 
ok, next issue, but i dont think its reboot related, i have XC's popup anywhere installed but its not working on any of my pages.

PhilJ 01-08-2021 02:26 PM

Re: X-Cart reBOOT (reDUX) Template
 
The popupanywhere module has been tested and it does work, but I generally don't recommend that module, as promotional popups are evidently annoying.

The necessary code is already added to...

/skin/reboot/customer/content.tpl
/skin/reboot/customer/service_js.tpl

Maybe clear your cache, or check that you've correctly configured your popups.

There's a timed event modal popup in the template settings > misc that you can use for similar purposes.

ITVV 01-09-2021 04:15 AM

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

I would like to increase the width of the Left Hand Sidebars (authbox, special menu etc) and decrease the size of the Main Container to the right.

What css code would I have to add to bootstrap-overrides.css to achieve this please?

Also would main site slider adjust to the new decreased size of the main container?

Many thanks in advance as always

Kind regards

ITVV

PhilJ 01-09-2021 04:26 AM

Re: X-Cart reBOOT (reDUX) Template
 
Quote:

I would like to increase the width of the Left Hand Sidebars (authbox, special menu etc) and decrease the size of the Main Container to the right.
No need to change CSS, you can just tweak /skin/reboot/custom/main/columns.tpl

col-lg-9 change to col-lg-8 (two occurances)
col-lg-3 change to col-lg-4 (two occurances)


Quote:

Also would main site slider adjust to the new decreased size of the main container?
For your 21:9 ratio slider, images should be 867 x 372

https://xcartmods.com/redux4712/skin/reboot/custom/reboot/21x9.html


All times are GMT -8. The time now is 09:17 AM.

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