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
  #71  
Old 07-11-2020, 03:42 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,

Another question.

Where does the date format for testimonials come from? It appears as D/M/Y, though in settings->appearance I have the date selected as M/D/Y.

I have removed the date from testimonial_add.php in

testimonial_add.tpl via {*- remove added <input type="hidden" name="added" value="{$smarty.now}"> *} which works fine.

But in admin approval /admin/reboot_testimonials.php, it appears in D/M/Y format.

See attached

Thanks

Optimally, I'd like the 'Added' date to optionally be disabled. My change to testimonial_add.tpl works for what I need, so even with the admin approval panel requiring a date in D/M/Y - that isn't displayed to customer.
Attached Images
File Type: jpg Appearance-setting-date-format-M-D-Y.JPG (14.2 KB, 2 views)
File Type: jpg testimonial-date-format-D-M-Y.JPG (28.8 KB, 4 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
  #72  
Old 07-13-2020, 04:47 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

It's just a regular timestamp. A quick way to hide the dates, is by editing /skin/reboot/css/misc/testimonials.css

Code:
.testimonial-style-1 .testi-date { font-size: 0.8rem; color: #333; display: none; }
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (08-22-2020), peggyr (07-13-2020)
  #73  
Old 08-20-2020, 12:14 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,

What's needed to 'invoke' Country_redirect in reDUX other than uncommenting the code in

/reboot/country_redirect.php?

Are there files required in the root? Specifically,

CountryDetector.class.php
CountryDetector.interface.php
CountryDetector.php

Or are those files only needed from the Country_Redirect X-cart Mod from

https://www.xcartmods.co.uk/x-cart-country-or-continent-redirector.html

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
  #74  
Old 08-21-2020, 01:26 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

Hi Peggy, the /reboot/country_redirect.php code should suffice and easy enough to configure.

The CountryDetector mod files use an old API, which no longer works.
__________________
xcartmods.co.uk
Reply With Quote
  #75  
Old 08-21-2020, 07:03 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

Phil,

Thank you for confirming. I had realized I and not taken out OLD code in home.php, that was causing problems.

Thanks Again.

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
  #76  
Old 08-22-2020, 03:00 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

22nd Aug 2020 - New category setting to display specific product listings in simple tabular view.

Demo

Changelog
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
dpcompany (08-24-2020), elmirage001 (08-22-2020), ITVV (08-22-2020)
  #77  
Old 08-26-2020, 11:43 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

26th Aug 2020 - If you use the Device Detect addon, there's a new admin page which gives you more insight into your order data.
  • Displays up to the past 10 years orders in nice looking charts
  • Filterable by year, month and order status
  • Displays the total number of orders and the total orders value
  • Displays percentages of orders placed by mobile, tablet and desktop
  • Export order totals to CSV for use in spreadsheets etc.
  • This addon will be updated with extra features soon!
Updated 27th Aug - you can now filter by year / month, shows # orders by month.

Updated 1st Sept - displays 'All Time' orders with a yearly line graph, now filterable by order status, improved graphs.

Updated 6th Sept - displays total number of orders AND total value of orders. Can now change the graph type for each graph (bar or line). More order statuses added...

Note, apply SQL patch...
Quote:
ALTER TABLE `xcart_orders` CHANGE `deviceType` `deviceType` CHAR(1) NOT NULL DEFAULT '';

Updated 11th Sept - Minor tweaks and CSV export functionality added.

Updated 13th Sept - Overhaul, new chart engine. Extra features coming soon, eg. ability to compare years/months etc.
__________________
xcartmods.co.uk
Reply With Quote

The following 4 users thank PhilJ for this useful post:
dpcompany (09-07-2020), elmirage001 (08-28-2020), ITVV (08-26-2020), peggyr (08-26-2020)
  #78  
Old 08-27-2020, 08:10 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

27th Aug 2020 - Custom product fields HTML was not saving.

It's easy to fix... Changelog
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (08-28-2020), ITVV (08-27-2020)
  #79  
Old 09-06-2020, 10:40 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

I may have found a decent solution for CloudZoom on detailed images AND variants. Drop me a line if you're interested, I could do with 1-2 test subjects, before I merge the new code.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (09-06-2020), ITVV (09-10-2020)
  #80  
Old 09-10-2020, 01:35 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,964
 

Default Re: X-Cart reBOOT (reDUX) Template

Quote:
Originally Posted by PhilJ
26th Aug 2020 - If you use the Device Detect addon, there's a new admin page which gives you more insight into order data.

Updated 27th Aug - you can now filter by year / month, shows # orders by month.

Updated 1st Sept - displays 'All Time' orders with a yearly line graph, now filterable by order status, improved graphs.

Updated 6th Sept - displays total number of orders AND total value of orders. Can now change the graph type for each graph (bar or line). More order statuses added... Probably last version, unless anyone wants anything else added.

Note, apply SQL patch...

Hi Phil, I finally had time to implement this and it's BRILLIANT!! It's so much easier and informative than the spreadsheet I was manually doing.

Thank you so much!

Paul
__________________
X-Cart GoldPlus v4.7.12 | reBOOT (reDUX) Template v4.7.12.9 | Always The Best
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 06:31 AM.

   

 
X-Cart forums © 2001-2020