Search found 29 matches

by alfredlaggner
30 Oct 2016, 23:50
Forum: Laravel package
Topic: In admin window, how to add a column to admin orders
Replies: 5
Views: 3052

Re: In admin window, how to add a column to admin orders

My I suggest a change in your administrator program and add "name" or "last name" as an optional column to extend the order view. You already have I would not be surprised the more users will see this a welcome extension. The list of orders as it right now looks very inaccessible...
by alfredlaggner
30 Oct 2016, 23:36
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Imported prices with value 0 show up on front end

Ad I mentioned a while ago I am importing 4 prices for every product even I have only one price for many products. On the frontend this creates an unwanted situation. A 4 price product works perfectly as is. Capture Product with four prices.PNG However, if there is only one price I get an unwanted e...
by alfredlaggner
26 Oct 2016, 20:23
Forum: Laravel package
Topic: In admin window, how to add a column to admin orders
Replies: 5
Views: 3052

In admin window, how to add a column to admin orders

I am designing a store pickup system. After customer orders products they come to the store to pick up the order. In order to find the order, I need their name in the order column. I could not find a class that does it. How can this be done?
by alfredlaggner
24 Oct 2016, 23:14
Forum: Laravel package
Topic: CSV Import file location setup issue?
Replies: 22
Views: 10189

Display Price without tax information

1) Taxes How can I display prices without tax information? I already set taxflag to false but it still shows. 'mshop' => [ 'price' => [ 'taxflag' => false, ] ], Prices are already inclusive tax. 2) Order confirmation email. I set the email information like this 'client' => [ 'html' => [ 'content' =>...
by alfredlaggner
22 Oct 2016, 15:29
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Re: Error when trying to read same csv or update

Thank you very much aimeos! CSV issue: The problem did go away after I left only one currency in locale/list group. Now I know why. I am not great with composer yet. Can you quickly tell me how to modify the settings to update to your corrected version? Right now I have this setting: "prefer-st...
by alfredlaggner
21 Oct 2016, 21:57
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Re: Error when trying to read same csv or update

After I tried to figure out why only some products show a price. They have a minimum amount of greater than 1! As soon as I set it to 2 or higher they show the price. I could not find the reason for that.
by alfredlaggner
21 Oct 2016, 15:16
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Re: Error when trying to read same csv or update

If you don't create one product by hand, does it work in this case? No it does not. I created a new database. Imported all my products. The I created a catalog and manually moved all products into the catalog to see the front end. When I tried to import again import crashed with same error. php art...
by alfredlaggner
20 Oct 2016, 17:05
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Re: Error when trying to read same csv or update

1)I created a new database according to your suggesteions 2)I imported 1 product without error 3) I created one product manually 4) I attempted to import 100 products I crashed with this error: vagrant@homestead:~/Code/aimeos$ php artisan aimeos:jobs product/import/csv Executing the Aimeos jobs for ...
by alfredlaggner
19 Oct 2016, 18:22
Forum: Laravel package
Topic: Error when trying to read same csv or update
Replies: 16
Views: 7498

Re: Error when trying to read same csv or update

I put a print_r to display listItem. I my case it returned this: Aimeos\MShop\Common\Item\Lists\Standard Object ( [prefix:Aimeos\MShop\Common\Item\Lists\Standard:private] => product.lists. [values:Aimeos\MShop\Common\Item\Lists\Standard:private] => Array ( [product.lists.id] => 1591 [product.lists.p...