Search found 90 matches

by nos3
03 Dec 2018, 10:39
Forum: Help
Topic: Aimeos shops
Replies: 3
Views: 2275

Re: Aimeos shops

Hi Sam The biggest installation we are currently aware of is https://derby-cycle-dealer.com/ . It's a B2B site of a subsidary of the Dutch PON enterprise , a very large company in the automotive, oil production equipment and bicycle area. Their web site (for dealers only so you don't have access) co...
by nos3
06 Oct 2018, 13:01
Forum: Help
Topic: How to configure Aimeos for user-dependant prices?
Replies: 9
Views: 4943

Re: How to configure Aimeos for user-dependant prices?

There's no public demo yet but you can have a look at the screenshot which contains the product price sub-panel. In the "advanced" section, you can add one or more customers and/or groups for each price. These prices will be only available for the customers or customer groups. Both, the cu...
by nos3
05 Sep 2018, 09:45
Forum: Help
Topic: Customer or customer group specific items
Replies: 10
Views: 6012

Re: Customer or customer group specific items

Regarding the infinitive loop, can you post a dump of your users, users_list and mshop_customer_group tables (structure and data) nevertheless? Because we are unable to reproduce the problem.
by nos3
28 Aug 2018, 14:18
Forum: Help
Topic: Customer or customer group specific items
Replies: 10
Views: 6012

Re: Customer or customer group specific items

Your package setup seems to be OK. Can you add a debug statement to find out how often checkItem() is called? Another thing to check: Is there a circular reference in your data, e.g. customer item refers to the same customer item via the list table or something like 1. customer -> 2. customer -> 1. ...
by nos3
27 Aug 2018, 07:47
Forum: Help
Topic: Customer or customer group specific items
Replies: 10
Views: 6012

Re: Customer or customer group specific items

What do you mean contact Aimeos company? As far as I understand, it's an official extension - https://aimeos.com/extensions/. Which company should we contact then? Hi Michael The Aimeos community can't support the proprietary extensions of the Aimeos company even if both share the same name. Sorry ...
by nos3
03 Aug 2018, 14:23
Forum: Laravel package
Topic: Extend Price Item to create Price Lists
Replies: 3
Views: 1767

Re: Extend Price Item to create Price Lists

The customer group extension allows you to show products/prices/etc. to specific customers or customer groups:
https://aimeos.com/extensions/#c823
by nos3
27 Jul 2018, 06:33
Forum: Laravel package
Topic: Setup B2B shop
Replies: 1
Views: 1275

Re: Setup B2B shop

I try to setup the B2B shop with the vatcheck extension. I followed all the steps mentioned in the manual https://aimeos.org/docs/User_Manual/Setup_B2B_shop but if I buy something in the Store there is no VAT included for if no VAT ID is given or the VAT id is located in my country. Your configurat...
by nos3
11 Apr 2018, 17:46
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 62375

Re: Extend Stock to Save a new Value

You can't name your class "Standard" like the default one. You have to give it a different name and configure it using
https://aimeos.org/docs/Configuration/C ... stock/name
by nos3
06 Apr 2018, 17:37
Forum: TYPO3 extension
Topic: Extend Stock (Solved)
Replies: 21
Views: 62375

Re: Extend Stock to Save a new Value

Vue.JS error messages are no help in general if there's something in the template but your template file seems to be OK. If "stock.ordertime" isn't available in the JSON of the "data-items" attribute, there's something wrong before, maybe your item doesn't return it in toArray() ...
by nos3
21 Jan 2018, 11:58
Forum: Laravel package
Topic: Multi-vendor Ecommerce with Aimeos?
Replies: 16
Views: 10893

Re: Multi-vendor Ecommerce with Aimeos?

In an Aimeos standard setup, you can create as many shops as you like. Each one is separate from each other but they all share the same configuration and templates. The ai-sites extension we are offering enables you to create a tree of sites of unlimited depth and width below each of the sites from ...