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 06-13-2020 01:44 AM

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

peggyr 06-13-2020 10:55 AM

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

PhilJ 06-13-2020 11:22 AM

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.

peggyr 06-14-2020 11:46 AM

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

PhilJ 06-15-2020 01:35 AM

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.

peggyr 06-15-2020 01:04 PM

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

PhilJ 06-15-2020 10:42 PM

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.

PhilJ 06-16-2020 11:54 PM

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 :)

PhilJ 06-17-2020 09:49 AM

Re: X-Cart reBOOT (reDUX) Template
 
17th June - New ability to swap product thumbnail images on hover - demo - product admin screenshot - patch files

peggyr 06-17-2020 09:50 AM

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


All times are GMT -8. The time now is 04:41 AM.

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