Search found 20 matches

by ajrmzcs
23 Oct 2018, 19:41
Forum: Laravel package
Topic: Problem on saving variants on a selection product
Replies: 10
Views: 3657

Re: Problem on saving variants on a selection product

Hi, thanks for your response. Does your products have a lot of attributes or other data? We've seen missing data after saving if the value of max_input_vars is too low. But the admin interface of the 2018.10 release should warn you about that ... No. I tested on a fresh aimeos installation with demo...
by ajrmzcs
17 Oct 2018, 20:25
Forum: Laravel package
Topic: Problem on saving variants on a selection product
Replies: 10
Views: 3657

Re: Problem on saving variants on a selection product

Hi there... We also tested, with demo data the product/selection variants problems and bug is still there... when you edit any attribute on the variant product (price and stock in our case), the variant attributes disappears on parent product: Screenshot from 2018-10-17 15-21-04.png Thanks. Regards,
by ajrmzcs
17 Oct 2018, 19:13
Forum: Laravel package
Topic: Problem on saving variants on a selection product
Replies: 10
Views: 3657

Re: Problem on saving variants on a selection product

Hi there!! After running composer update as you suggested, we are getting the following error when clicking on product detail: htmlspecialchars() expects parameter 1 to be string, array given on vendor/aimeos/aimeos-core/lib/mwlib/src/MW/View/Helper/Encoder/Standard.php Line 55. With the demo data. ...
by ajrmzcs
16 Oct 2018, 20:48
Forum: Laravel package
Topic: Problem on saving variants on a selection product
Replies: 10
Views: 3657

Re: Problem on saving variants on a selection product

Hello there, I've just exceuted composer update upgrade my aimeos/laravel installation to 2018.10 (2018.10.2) for testing selection products. Im getting the same reported error: When creating a selection product with 2 variants and then update the variants with price, stock, etc, the custom variant ...
by ajrmzcs
03 Oct 2018, 17:26
Forum: Laravel package
Topic: Problem on saving variants on a selection product
Replies: 10
Views: 3657

Problem on saving variants on a selection product

Hello, Laravel: 5.6. Aimeos: 2018.07. OS: Centos7. When creating a selection product and before saving adding a variant (child product) and then click on save. The Selection product is added but the variant is not saved loosing the changes. If you try to add the variant product once again when selec...
by ajrmzcs
28 Sep 2018, 20:26
Forum: Laravel package
Topic: Diference between orders and order base
Replies: 1
Views: 929

Diference between orders and order base

Hello, Laravel: 5.6. Aimeos: 2018.07. OS: Centos7. We are customizing Aimeos to our needs, and it's been very hard to understand the relationship between mshop_orders and mhop_orders_base. It seems order_base is the unique order, and records in mshop_orders are like transactions (payments/delivery c...
by ajrmzcs
08 Sep 2018, 12:18
Forum: Laravel package
Topic: Add a register/login page before checkout process starts
Replies: 1
Views: 1778

Add a register/login page before checkout process starts

Laravel: 5.6 Aimeos: 2018.04 PHP: 7.x Linux Hi, I was able to add custom registration/login page after the basket and before the checkout following your suggestion on: https://aimeos.org/help/laravel-package-f18/insert-step-in-checkout-only-if-necessary-t1103.html and its working fine. At the end of...
by ajrmzcs
13 Aug 2018, 15:28
Forum: Laravel package
Topic: Extend/Change Orders in admin
Replies: 11
Views: 4280

Re: Extend/Change Orders in admin

Hi there, Thanks for your response, as I mentioned we extended orders in admin to list orders from order_base table (unique orders) instead of invoices from order table... For this, we changed in our ext. mhsop.php like this: 'order' => [ 'manager' => [ // 'name' => 'MyStandard', 'base' => [ 'name' ...
by ajrmzcs
09 Aug 2018, 19:31
Forum: Laravel package
Topic: Extend/Change Orders in admin
Replies: 11
Views: 4280

Re: Extend/Change Orders in admin

Hi... I didn't change any save action I only extended the search query for orders base in mshop.php and created some getters for my new fields in my order base Item class and added this fields to search config in my base manager class. Can you be more specific please? I my extended order base manage...
by ajrmzcs
08 Aug 2018, 16:34
Forum: Laravel package
Topic: Extend/Change Orders in admin
Replies: 11
Views: 4280

Re: Extend/Change Orders in admin

Hi, Thanks for the quick fix. At this moment I'm capable of select a product and make the checkout process, but at the end Im getting the following SQL Exception: An exception occurred while executing ' INSERT INTO "madmin_log" ( "facility", "timestamp", "priority&...