New ALDI supplier support site by Concept Factory

Post links to sites running CMS in all its glory.
Locked
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am
Location: Sydney Australia

New ALDI supplier support site by Concept Factory

Post 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
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: New ALDI supplier support site by Concept Factory

Post by velden »

I just like it.

How does an editor fills the table with product specifications?
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am
Location: Sydney Australia

Re: New ALDI supplier support site by Concept Factory

Post 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.
User avatar
jissey
Forum Members
Forum Members
Posts: 61
Joined: Sun Jul 18, 2010 12:17 pm
Location: South of France

Re: New ALDI supplier support site by Concept Factory

Post by jissey »

Hi,
nice product managment Prestashop details page "like" .
Where did you find ListIt2MegaUpload?
I'm searching for it.
Thx
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: New ALDI supplier support site by Concept Factory

Post 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.
User avatar
jissey
Forum Members
Forum Members
Posts: 61
Joined: Sun Jul 18, 2010 12:17 pm
Location: South of France

Re: New ALDI supplier support site by Concept Factory

Post 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.
Locked

Return to “CMS Show Off”