Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart reBOOT (reDUX) Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #131  
Old 01-08-2021, 09:11 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #132  
Old 01-08-2021, 09:14 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

https://moz.com/blog/21-seo-tips-2021
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (01-11-2021)
  #133  
Old 01-08-2021, 10:27 AM
 
Dougrun Dougrun is online now
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default Re: X-Cart reBOOT (reDUX) Template

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
Attached Images
File Type: jpg details.jpg (149.7 KB, 0 views)
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #134  
Old 01-08-2021, 11:17 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Try /skin/reboot/customer/main/product.tpl
__________________
xcartmods.co.uk
Reply With Quote
  #135  
Old 01-08-2021, 12:50 PM
 
Dougrun Dougrun is online now
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default 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.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #136  
Old 01-08-2021, 12:54 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Dougrun (01-08-2021)
  #137  
Old 01-08-2021, 01:56 PM
 
Dougrun Dougrun is online now
 

X-Adept
  
Join Date: Apr 2012
Posts: 897
 

Default 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.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #138  
Old 01-08-2021, 02:26 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
Dougrun (01-11-2021)
  #139  
Old 01-09-2021, 04:15 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,164
 

Question 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
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote
  #140  
Old 01-09-2021, 04:26 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
ITVV (01-09-2021)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:28 PM.

   

 
X-Cart forums © 2001-2020