Stocklevel per size

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
webshade
Posts: 30
Joined: 19 Apr 2017, 13:51

Stocklevel per size

Post by webshade » 07 May 2017, 13:45

Hi,

How can I add a stocklevel to different sizes?
We have clothes with different sizes and stocklevels.
E.g. of sizes and their stocklevel:
S -> 5
M -> 4
L -> 9
XL -> 20

Any ideas?

Thanks!
Raymond

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Stocklevel per size

Post by aimeos » 08 May 2017, 12:41

Create a product of type selection in the simple mode admin interface and add one article for each size. It will create and associate the articles to your selection product. Afterwards, you can give each article its own stock level.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gladgladwrap
Posts: 10
Joined: 27 Jan 2018, 22:10

Re: Stocklevel per size

Post by gladgladwrap » 29 Jan 2018, 02:58

Aimeos,

After selecting a product and moving to tab: Basic I have changed theType to Selection.

Within the Products I moved to the Variants tab and I created the instances for the different clothing sizes (S, M, L, ...), each with their own unique SKU and labels. I am also able to add stock for each Variant.

The problem is that when I modify the Variant I am not able to change the Variant Attribute to list by size. It is default listing by Colour. What I am trying to achieve, for example, is to display a page for a black sweater and allow the user to select their size from a drop-down menu.

Thanks
PHP 7.1.14, Aimeos 2017.10, Laravel 5.5.39 (php artisan --version)

gladgladwrap
Posts: 10
Joined: 27 Jan 2018, 22:10

Re: Stocklevel per size

Post by gladgladwrap » 29 Jan 2018, 03:46

I found the solution/ I found out how to add our own attributes.

Simply click on the Attributes tab and add a new one. Then if we go back to a specific product's Variant tab we can add this new Variant Attribute.

Some things in the API and the structure of the documentation is not very intuitive. Can I push documentation onto Aimeos in any way?
PHP 7.1.14, Aimeos 2017.10, Laravel 5.5.39 (php artisan --version)

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Stocklevel per size

Post by aimeos » 29 Jan 2018, 17:01

You should have received an e-mail with your account details. Feel free to add and improve the docs :-)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply