Search found 2 matches

by Laurentiu Dodoloi
03 Aug 2018, 14:27
Forum: Laravel package
Topic: Extend Price Item to create Price Lists
Replies: 3
Views: 3206

Re: Extend Price Item to create Price Lists

nos3 wrote:The customer group extension allows you to show products/prices/etc. to specific customers or customer groups:
https://aimeos.com/extensions/#c823
Thank you for you response, but I just need to override a simple method. There is no need of full extention.

Is there any other solution ?
by Laurentiu Dodoloi
03 Aug 2018, 14:12
Forum: Laravel package
Topic: Extend Price Item to create Price Lists
Replies: 3
Views: 3206

Extend Price Item to create Price Lists

Hi there! I need to extend Price Item from \vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Price\Item\Standard because I want to show different prices for a specific user. How could I do that ? My solution is to override the getValue() method from the Price\Standard class and check the user before...