Search found 33 matches

by Bevi
26 Oct 2017, 16:38
Forum: Laravel package
Topic: Composer Error
Replies: 7
Views: 3886

Composer Error

Hi, I'm getting this error when trying to update the composer: https://s1.postimg.org/951lztp1v3/Capture.png Here's my composer.json { "name": "laravel/laravel", "description": "The Laravel Framework.", "keywords": ["framework", "larav...
by Bevi
13 Oct 2017, 21:33
Forum: Laravel package
Topic: Stock not working
Replies: 3
Views: 1763

Re: Stock not working

aimeos wrote:Which version of the Aimeos package are you using?

Laravel 2017.07.3
by Bevi
11 Oct 2017, 18:32
Forum: Laravel package
Topic: Stock not working
Replies: 3
Views: 1763

Stock not working

Whenever I try to buy any of my products I get these two errors: -Products out of stock -product.stock.notenough Here's my mapping: $mapping = [ 'item' => [ 0 => 'product.code', // e.g. unique EAN code 1 => 'product.label', // UTF-8 encoded text, also used as product name 2 => 'product.type', // typ...
by Bevi
07 Oct 2017, 16:50
Forum: Laravel package
Topic: Import limit
Replies: 3
Views: 1530

Re: Import limit

Will you fix this? I also notice there is a bug when switching to the last page: it says "page 101 of 100" :)
by Bevi
07 Oct 2017, 15:44
Forum: Help
Topic: Attributes and categories
Replies: 7
Views: 3587

Re: Attributes and categories

Your products have nothing in common and maybe won't be sold together. Do you already thought about using different sites for each product category? That's like an own shop area for each product category in one installation Products don't have anything in common, but I want to sell them in 1 single...
by Bevi
02 Oct 2017, 00:16
Forum: Laravel package
Topic: Import limit
Replies: 3
Views: 1530

Import limit

I've imported more than 25000 products through csv importation but my shop only show 9690 of them.
Is there a limit of records I can have in a single category?
by Bevi
01 Oct 2017, 16:45
Forum: Help
Topic: Attributes and categories
Replies: 7
Views: 3587

Re: Attributes and categories

I have the following categories: -tires -clothes -modeling -electronic The problem is that all my attributes are shown, no matter on which category I am. So, if someone is visiting the clothes area, he will also display all the attributes that don't have anything to do with clothes. I will try to ar...
by Bevi
28 Sep 2017, 21:43
Forum: Help
Topic: Attributes and categories
Replies: 7
Views: 3587

Attributes and categories

Hi, is there a way to set which attributes are to be shown depending on the category ?
by Bevi
27 Sep 2017, 16:03
Forum: Laravel package
Topic: Mapping different products
Replies: 8
Views: 7124

Re: Mapping different products

I can now execute php artisan aimeos:jobs "product/import/csv/pneumatici" (please note "pneumatici" is my product name), but I'm still reading from the mapping array in shop.php So i tried to put 'name' => 'Pneumatici', in the shop.php (not sure if it's the right thing to do) and...
by Bevi
26 Sep 2017, 21:39
Forum: Laravel package
Topic: Mapping different products
Replies: 8
Views: 7124

Re: Mapping different products

I'm getting this error:

Code: Select all

[Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method Aimeos\Controller\Jobs\Common\Factory\Base::createController()
Are you sure it's:

Code: Select all

  return parent::createController( $context, $aimeos, $name );
?