Search found 93 matches

by sixbynine
11 Jun 2018, 08:17
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Hello, Sorry for the misunderstanding! I would like just AimeOs to use my modified files : - https://github.com/aimeos/aimeos-core/blob/master/lib/mshoplib/src/MShop/Plugin/Provider/Order/ProductStock.php - https://github.com/aimeos/aimeos-core/blob/master/controller/common/src/Controller/Common/Ord...
by sixbynine
08 Jun 2018, 10:50
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Hello, I coded some tests, it is almost ok. So I would like to add my custom files to my extension. What do I need to write exactly to make the modified files be taken in account? Is this the /ext/myext/config/mshop.php file that has to be changed? I tried this in mshop.php return [ 'plugin' => [ 'p...
by sixbynine
15 May 2018, 10:16
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Ok !

Thank you very much :)
by sixbynine
14 May 2018, 10:35
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Ok ! I tried to use it this way but I've a stock problem... I this possible that two different variants can not share the same parent select stock?
by sixbynine
14 May 2018, 05:55
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Hello, Thank you very much for your response and your suggestion. I'm trying it... but it looks like i need to add all the prices as independant variants... it's really messy to manage. if I keep the variant price set to 0, would it be possible to have only three variants that doesn't contain the pr...
by sixbynine
08 May 2018, 08:07
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

It's for food ! People can order (and prepay) a meal and go to the shop to get it. Then if they bring it home (take away) or if they eat it in the shop they won't pay the same tax, if it contains alcohol the tax rate changes too... So they need to decide what they'll do and choose the correct taxrat...
by sixbynine
07 May 2018, 14:55
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

Re: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Hello, Thank you very much for your answer... i'm not sure the extension can help me because I just need to manage one country but in my country the same product from the same stock sold to the same customer can have 3 different taxrates depending how it will be used, so I need a way to select the V...
by sixbynine
07 May 2018, 09:43
Forum: Help
Topic: PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?
Replies: 14
Views: 6403

PRODUCT MULTIPLE PRICES - HOW TO SELECT ONE ?

Hello, I have a product with 2 different prices (because of different taxrates)... but only one price is showed and used by Aimeos. Can you explain which one is used by default (I guess it's last one inserted)? I would like to add an options to select the price by VAT instead in JSONAPI passing an a...
by sixbynine
03 May 2018, 18:40
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6839

Re: Product Form - Add Custom Sub-Part

Hello,

Can you tell me if the location for the new manager has to be done like this:

ext/<MYEXTENSION>/lib/mshoplib/src/MShop/<MYMANAGER>

Oops, sorry I found the answer there:

https://aimeos.org/docs/Developers/Libr ... gers_items

Thank you a lot !

sbn
by sixbynine
20 Apr 2018, 10:28
Forum: Help
Topic: JSONAPI PATCH Basket returns err 500 - Invalid JSON in body
Replies: 2
Views: 1669

Re: JSONAPI PATCH Basket returns err 500 - Invalid JSON in b

Actually, this change doesn't work as expected at the end... The first basket reponse after the PATCH request returns a response with a correct new customerid but the next POST request to save the basket overwrites the customerid with the current session's one... so the final order is not linked to ...