how to manage and configure product "price type"

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
whatdaro
Posts: 42
Joined: 19 May 2021, 17:48

how to manage and configure product "price type"

Post by whatdaro » 04 Sep 2021, 08:38

I would like use the Type value in the Product entry form to control the price shown to customers who match the "type".
I really can't workout where and how to match that to the customer.
Could you please point me to where the documentation is to manage this "type" value please, thanks.

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

Re: how to manage and configure product "price type"

Post by aimeos » 05 Sep 2021, 12:14

The documentation for managing items applies to types as well (domain: "price/type"):
https://aimeos.org/docs/latest/models/managing-items/

Code: Select all

$manager = \Aimeos\MShop::create( $context, 'price/type' );
The much easier way to have customer/group specific prices is the customergroups extension from the Aimeos company:
https://aimeos.com/extensions#c437
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply