Create Custom Product

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
Michael-0208
Posts: 4
Joined: 30 Mar 2023, 08:04

Create Custom Product

Post by Michael-0208 » 04 Apr 2023, 12:36

Hi Everyone,

Please help, I want to create a custom product in aimeos let's take an example I'm making a custom build PC website so, for a custom build PC page we have multiple types of accessories which we add to in PC, and after adding customization the product we got need to add in cart.

Aimeos v2022.10
PHP v8.1
Env - WIN

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

Re: Create Custom Product

Post by aimeos » 07 Apr 2023, 08:32

Use configurable product attributes of different types for all kind of options a customer can add to the base product:
https://aimeos.org/docs/latest/manual/p ... s/#options

For example:

RAM (attribute type)
- 4GB (attribute value for type "RAM")
- 8GB ...

Disk (attribute type)
- 512GB SSD
- 1TB HDD
- ...

You can apply prices to each attribute and they will be summed up in the basket.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply