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
  #51  
Old 06-13-2020, 01:44 AM
 
PhilJ PhilJ is offline
 

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

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

The following 3 users thank PhilJ for this useful post:
elmirage001 (06-16-2020), ITVV (06-13-2020), peggyr (06-13-2020)
  #52  
Old 06-13-2020, 10:55 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default 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
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #53  
Old 06-13-2020, 11:22 AM
 
PhilJ PhilJ is offline
 

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

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

The following 2 users thank PhilJ for this useful post:
elmirage001 (06-16-2020), peggyr (06-13-2020)
  #54  
Old 06-14-2020, 11:46 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default 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
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #55  
Old 06-15-2020, 01:35 AM
 
PhilJ PhilJ is offline
 

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

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

The following 2 users thank PhilJ for this useful post:
elmirage001 (06-16-2020), peggyr (06-15-2020)
  #56  
Old 06-15-2020, 01:04 PM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

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
Attached Images
File Type: jpg Changes-to-custom1 and custom2 tpl.JPG (9.6 KB, 3 views)
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #57  
Old 06-15-2020, 10:42 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

In /skin/reboot/customer/main/pages.tpl

Replace...
Code:
dropdown="pages"
With...
Code:
dropdown=false
And in /skin/reboot/customer/home_printable.tpl you can comment out the address, or just add the "d-none" class to the paragraph tag...
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>
Or disable printable pages altogether, by unchecking "Enable printable version of categories and products pages in customer area" in General Settings > Appearance.

I might add a new static page 'printable' checkbox, so that the print icon only appears for specific pages.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (06-16-2020), peggyr (06-16-2020)
  #58  
Old 06-16-2020, 11:54 PM
 
PhilJ PhilJ is offline
 

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

Default 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} <div class="col-12 col-md-auto mr-md-4 mt-3 mt-md-2 text-center text-md-left"><a target="_blank" rel="nofollow" href="{$php_url.url|escape}?printable=Y{if $php_url.query_string ne ''}&amp;{$php_url.query_string|escape}{/if}"><i class="fa fa-print"></i> {$lng.lbl_printable_version|capitalize}</a></div> {/if}
IP address added to new user account admin notification email (/skin/reboot/mail/html/signin_admin_notification.tpl)

Redactor editor updated to latest version.

In other news, Bootstrap v5 Alpha released
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
peggyr (06-17-2020)
  #59  
Old 06-17-2020, 09:49 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

17th June - New ability to swap product thumbnail images on hover - demo - product admin screenshot - patch files
__________________
xcartmods.co.uk
Reply With Quote
  #60  
Old 06-17-2020, 09:50 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default 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
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 11:33 AM.

   

 
X-Cart forums © 2001-2020