Search found 89 matches

by nos3
13 Jul 2020, 12:14
Forum: Laravel package
Topic: A basic question about extension site difference and stock management
Replies: 7
Views: 147623

Re: A basic question about extension site difference and stock management

How to manage warehouse system? For instance we enter a demo product and enter stock for this item. We also made an order and complete it with order management screen like it is delivered. But the stock number is remaining the same. We want to understand it clearly. The stocks are correctly decreas...
by nos3
13 Jul 2020, 12:02
Forum: Laravel package
Topic: A basic question about extension site difference and stock management
Replies: 7
Views: 147623

Re: A basic question about extension site difference and stock management

Hello bilginkilic The difference is in the "Locale" -> "Site" panel in the extended left navigation bar. In the standard Aimeos installation, it's a list of independent site records. After installing the ai-sites extension, you are able to create sites below the "Default&quo...
by nos3
13 Jun 2020, 11:58
Forum: Help
Topic: Delivery cost by vendor
Replies: 6
Views: 2517

Re: Delivery cost by vendor

As you are talking about different vendors, I guess you are using the ai-sites extension of the Aimeos company. Aimeos allows you to add more than one delivery option to the basket and each one can have different shipping costs. If your vendors create a delivery method each with their shipping costs...
by nos3
24 Jan 2020, 09:55
Forum: Symfony bundle
Topic: Multishop - Configuration
Replies: 5
Views: 104388

Re: Multishop - Configuration

An exception has been thrown during the rendering of a template ("Route pattern "/{site}/admin/{site}/jqadm/file/{type}" cannot reference variable name "site" more than once.") You have to do this for the frontend only. The admin backend already has the {site} paramete...
by nos3
24 Jan 2020, 09:54
Forum: Symfony bundle
Topic: Multishop - Configuration
Replies: 5
Views: 104388

Re: Multishop - Configuration

Hello As user in admin-group in a specific site I want to setup my backend this way, that I can see all products and customers etc. from this site but not from other and not from the default site. This I can setup with sitelevel=2! But I'm not really shure how to config this. Could you please give m...
by nos3
19 Sep 2019, 14:50
Forum: Laravel package
Topic: Aimeos vs Bagisto and SPA templates
Replies: 12
Views: 9679

Re: Aimeos vs Bagisto and SPA templates

Seems like you will have the choice between two SPA frontends based on Vue.js next year.
A company from Barcelona build their shops using Aimeos and Vue Storefront and they plan to release their integration code.
by nos3
16 Jul 2019, 16:02
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9907

Re: mshop/price/taxflag set to 0, VAT not added to total

Hello Sacha

The code is updated and a new version tagged.
Thank you very much for your help!

Best regards


Norbert
by nos3
16 Jul 2019, 10:21
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9907

Re: mshop/price/taxflag set to 0, VAT not added to total

Hello Sacha Yes, that is related but we need a solution where it still works with the ServiceUpdate plugin enabled. Removing the line completely doesn't work because then, the basket prices isn't updated any more after it has been reset. Can you please try to use this instead? return $basket->setMod...
by nos3
15 Jul 2019, 16:07
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9907

Re: mshop/price/taxflag set to 0, VAT not added to total

Hello Sacha Yes, it works like expected in our current test installation so it must be a minor difference in your setup that causes the problem and we need to find out why this happens to make the extension work unter any circumstances. We give you a two hour support package for free for your help, ...
by nos3
15 Jul 2019, 08:43
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9907

Re: mshop/price/taxflag set to 0, VAT not added to total

Hello Sacha Objects are references in PHP and if they are not cloned, modifying them also updates service objects in the basket immediately without setting them again. I think the problem you are facing is related to basket plugins and how they are called because setServices() activates the Services...