Table of Contents

MyClassico Category Sorting

Special project: A list of products needs to be sorted by various criteria

Project Description

From the contract (to be translated):

Set Up:

Lizenz/Hosting/Hardware für Picalike-Sortierung von Rubriken- und Lieferanten-Listings:

myClassico.com (“myClassico”) ist ein Onlineshop für Designer-Mode. Neben dem Fokus auf hochwertige Bekleidung, ist auch der ästhetische Aufbau der Webseite ein Differenzierungsfaktor. Dazu werden die Anzeige von Artikeln auf allen Kategorieseiten (Warengruppen-, Inspirations- und Designerseiten) nach farblich passenden Mustern oder nach Outfitkombination sortiert. Dies geschieht derzeit manuell und bedarf einen großen zeitlichen Aufwand.

Um zukünftig sowohl Zeit und Kosten zu sparen und dennoch denselben Anspruch wahren zu können, haben myClassico und Picalike gemeinsam ein Konzept entworfen, um diese Sortierung zu automatisieren. Im folgenden sind die Details der Absprache noch einmal dargestellt:

Rahmenbedingungen:

Sortierung: Performance

Farbcode

Outfit

Warengruppen-Farbcode

Grundsätzliches

(Picalike Listing-Page Sort

Implementation Remarks

Available Attributes

These attributes are currently supported per product:

  age
  boost
  brand
  color
  new
  price
  return_quote
  returns
  revenue
  sales
  stock
  type
  

Adding Attributes

In order to support new attributes, you have to change the following files in https://git.picalike.corpex-kunden.de/picalike/genetic-sort:

<HTML><ol></HTML>

Also do not forget to update the above section!

Outlook

The implementation is very specific for the MyClassico case (especially the input and output layers). The algorithm was implemented with flexibility in mind and should be quickly adaptable to other shop requirements.

Accociated Gits