Search found 72 matches

by createanet
24 May 2021, 06:32
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

This was the route I had taken on the friday, with a view to change if there was something I had missed relating the the order/basket. Thanks for the confirmation :)
by createanet
21 May 2021, 10:29
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

For anyone else reading this and wanting to use this hash, the correct hash appears to be $hash = md5( json_encode( $address->toArray() ) . json_encode( $products->call( 'toArray' )->toArray() ) ); The initial call to toArray returns a Map which when encoded will return an empty object, thus changin...
by createanet
20 May 2021, 18:37
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13699

Payment service 'process' not being called

Hello, I have a custom payment service and have implemented calcPrice, isAvailable and finally process. Initially I was working with a decorator along with the PostPay provider. No matter what I do, when hit buy now my process method is never called, I've followed the docs example below just to set ...
by createanet
19 May 2021, 08:37
Forum: Help
Topic: Bundle Products
Replies: 2
Views: 1474

Re: Bundle Products

I have managed to throw together this functionality...it creates unique bundle of products specific to the customer not visible on the frontend, but purchasable. The plan is to group to a category or use an attribute that I can filter on in the admin which will be ignored , but remain in the system ...
by createanet
19 May 2021, 08:15
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

Arghh this is good, thank you :)

Once im complete id be happy to wrap in an extension and share with you for review.

I will look to make these changes you have suggested.
by createanet
18 May 2021, 11:15
Forum: Help
Topic: Bundle Products
Replies: 2
Views: 1474

Bundle Products

Hello,

Could you please advise if it's possible to build bundle products on the fly?

eg. I wish to create a ui builder for the customer to choose from a selection of products, this can then create a bundle product which can then be added to the basket with a fixed price of our choosing.

Thanks
by createanet
18 May 2021, 06:58
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

Hello, A customer has options to choose a delivery service. Im aware we can use a decorator around the service to calculate a price via a 3rd party api based on the basket contents. Could you please tell me if it's possible to provide user with options with this approach also? We are integrating wi...
by createanet
17 May 2021, 13:14
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

How is it best to avoid multiple request to the API for this data? Obviously it looks like I 'll need to cache this response and possibly store in the session, but at what point can I decide that it needs busting and a fresh request being made? For me this would be anytime the user changes their add...
by createanet
12 May 2021, 11:29
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10107

Re: Dynamic delivery services

Perfect, Ive just had a look at the default example for the supplier provider.

This seems like it will allow me to present the delivery options to the customer over a generic service.

Thank you
by createanet
12 May 2021, 11:02
Forum: Symfony bundle
Topic: Promotional systems in aimeos
Replies: 7
Views: 160263

Re: Promotional systems in aimeos

Looks like that might be the case :) thanks for the quick response...I'll bookmark the thread and hopefully return to it once we have something working.