Page 1 of 1

New ALDI supplier support site by Concept Factory

Posted: Fri Jul 31, 2015 6:19 am
by Simon66
Hi all, here's our latest site. A support site for a supplier of 4WD, 4x4 products that go on sale at ALDI here in Australia on the 22nd of August '15.

http://www.4x4tough.com.au/

Cms Version: 1.12

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.9
ModuleManager: 1.5.8
Search: 1.7.12
ThemeManager: 1.1.8
AceEditor: 1.0
CGExtensions: 1.48.5
CGSimpleSmarty: 1.9.1
CGSmartImage: 1.20.1
CustomGS: 2.1
GBFilePicker: 1.3.3
ListIt2: 1.4.2
JQueryTools: 1.3.5.2
Gallery: 2.0.2
ListIt2MegaUpload: 0.3
ListIt2Products: 1.4.2
ListIt2XDefs: 1.2
TinyMCE: 2.9.12
FormBuilder: 0.8.1.1
Captcha: 0.5.2


Simon66

Re: New ALDI supplier support site by Concept Factory

Posted: Fri Jul 31, 2015 10:45 am
by velden
I just like it.

How does an editor fills the table with product specifications?

Re: New ALDI supplier support site by Concept Factory

Posted: Fri Jul 31, 2015 1:00 pm
by Simon66
Thanks Velden,
My company did the package design and all the manuals for each product.

When we get a big job like this we put all data for each product in an Open Office Calc spreadsheet.
The client usually sends stuff in all formats so we pull it together in a single spreadsheet. My designers also layout the specifications tables in the same spreadsheet.

I replaced the MicroTiny module with TinyMCE. And enabled table editing.

My editor does a copy/paste of the cells from the spreadsheet to TinyMCE, it pastes in as a complete html table.

jQuery adds classes to the tables:

Code: Select all

	$('.tab table').addClass('spectable');
	$('.tab tr:nth-child(odd)').addClass('odd');
CSS table styles override the extra garbage in the tables from Calc.

Quick and easy - designers can do all the editing with no knowledge of html or CSS classes.

Re: New ALDI supplier support site by Concept Factory

Posted: Mon Aug 24, 2015 9:16 am
by jissey
Hi,
nice product managment Prestashop details page "like" .
Where did you find ListIt2MegaUpload?
I'm searching for it.
Thx

Re: New ALDI supplier support site by Concept Factory

Posted: Mon Aug 24, 2015 2:46 pm
by velden
jissey wrote: Where did you find ListIt2MegaUpload?
I'm searching for it.
ListIt2MegaUpload is a commercial module extension. Previous developer asks 40 or 60 euro (don't remember) for this extension but it should be mentioned that both LI2 and this extension are not supported/maintained anymore.

Re: New ALDI supplier support site by Concept Factory

Posted: Mon Aug 24, 2015 3:03 pm
by jissey
Ok, thanks,
I've already made EasyList for the V2, I'll see for making a commercial module to do the same as Li2Megauploads.