Search found 72 matches

by createanet
30 Sep 2021, 06:42
Forum: Help
Topic: Delivery service failures
Replies: 2
Views: 857

Delivery service failures

Morning all, Just after some opinions on how others handle failures when executing the following job. order/service/delivery Im learning that it will continue to retry until the status of the order has been changed, and this will be every minute, the job doesn't keep track of attempts. Currently im ...
by createanet
28 Sep 2021, 10:07
Forum: Help
Topic: PropertyAdd: Attributes missing for 'selection' products
Replies: 5
Views: 1533

Re: PropertyAdd: Attributes missing for 'selection' products

Thanks for the update on this. I've been on a little break and have just got around to looking at it today. I have created a pull request with the suggested updates. https://github.com/aimeos/aimeos-core/pull/252 For me, as I am still using 2020.10, I have created a new plugin which implements these...
by createanet
21 Sep 2021, 14:08
Forum: Help
Topic: PropertyAdd: Attributes missing for 'selection' products
Replies: 5
Views: 1533

Re: PropertyAdd: Attributes missing for 'selection' products

...Just to clarify. I have the plugin setup to store the following properties for a ordered product. propertyadd.types = ["package-weight","package-net-weight"] These are being stored successfully for product types matching "article", but are missing for orders made for...
by createanet
21 Sep 2021, 14:02
Forum: Help
Topic: PropertyAdd: Attributes missing for 'selection' products
Replies: 5
Views: 1533

Re: PropertyAdd: Attributes missing for 'selection' products

Sorry, it's probably my wording... The PropertyAdd add plugin is working correctly for single articles and I understand the differences and how it works. It fails when I need to use the properties from a variant on a selection product. I have weights stored on the variants that I need to calculate s...
by createanet
21 Sep 2021, 13:59
Forum: Laravel package
Topic: Extending customer results SQLSTATE[23000]
Replies: 3
Views: 1120

Re: Extending customer results SQLSTATE[23000]

Thanks for confirming. What is confusing me is the default value you assign in the schema? If there is no value, then I would expect the default to have been used in this instance. It seems like my options are 1. Make the the column nullable 2. Overwrite the manager and manually assign the default.
by createanet
21 Sep 2021, 13:13
Forum: Help
Topic: PropertyAdd: Attributes missing for 'selection' products
Replies: 5
Views: 1533

PropertyAdd: Attributes missing for 'selection' products

Hello,

I know this plugin ships with the core and it has had some iterations.

Im finding that product attributes that belong to a selection product are not being attached to the orders product attributes.

Is this intentional?

Thanks
by createanet
21 Sep 2021, 09:41
Forum: Laravel package
Topic: Extending customer results SQLSTATE[23000]
Replies: 3
Views: 1120

Extending customer results SQLSTATE[23000]

Hello, Ive extended the customer following the decorator method described in the docs. I notice in my logs that I am seeing the following errors. Specifically when the user checks out as a guest and check the box to create an account - which is obviously failing. Unable to create an account: SQLSTAT...
by createanet
21 Sep 2021, 09:31
Forum: Help
Topic: Extend Physical properties
Replies: 8
Views: 2450

Re: Extend Physical properties

Thanks :)
by createanet
13 Sep 2021, 07:57
Forum: Help
Topic: Extend Physical properties
Replies: 8
Views: 2450

Re: Extend Physical properties

Sorry, I got to the bottom of the issue Friday. As I mentioned Im still on 2020.10 release, which wont pick this update up. Your implementation was almost identical to mine, my issue however is that for me to make these changes I have used a global decorators. ie. /admin/clients/product/physical/dec...
by createanet
10 Sep 2021, 10:45
Forum: Help
Topic: Extend Physical properties
Replies: 8
Views: 2450

Re: Extend Physical properties

Hello,

Im still on 2020, so not picked up the changes in the new version.

I've noticed an issue now when cloning the product in the admin, all physical properties are grouped under the characteristics now? Do i need to implement some changes on the copy() method?

Thanks,