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)

peggyr 07-11-2020 03:42 PM

Re: X-Cart reBOOT (reDUX) Template
 
2 Attachment(s)
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.

PhilJ 07-13-2020 04:47 AM

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; }

peggyr 08-20-2020 12:14 PM

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

PhilJ 08-21-2020 01:26 AM

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.

peggyr 08-21-2020 07:03 AM

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

PhilJ 08-22-2020 03:00 AM

Re: X-Cart reBOOT (reDUX) Template
 
22nd Aug 2020 - New category setting to display specific product listings in simple tabular view.

Demo

Changelog

PhilJ 08-26-2020 11:43 AM

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.

PhilJ 08-27-2020 08:10 AM

Re: X-Cart reBOOT (reDUX) Template
 
27th Aug 2020 - Custom product fields HTML was not saving.

It's easy to fix... Changelog

PhilJ 09-06-2020 10:40 AM

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.

elmirage001 09-10-2020 01:35 PM

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


All times are GMT -8. The time now is 06:41 PM.

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