Search found 72 matches

by createanet
07 Jun 2021, 09:08
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

That makes total sense, thanks for clarifying.

I'll open a pull request with the suggested changes now.
by createanet
04 Jun 2021, 12:51
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

Yeah of course, Id just like to make sure I am understanding the changes necessary. At the moment I don't understand how the removal of the following lines will interfere with processing of other providers? https://github.com/aimeos/ai-client-html/blob/master/client/html/src/Client/Html/Checkout/Sta...
by createanet
04 Jun 2021, 07:34
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

Morning, Sure, I understand option 1 being favourable. My only question would be, aside of making this change it still won't be possible to hook into the providers methods to execute actions on the order? For eg. The initial query was with regards to the default assignment of 'authorized' for all ze...
by createanet
01 Jun 2021, 15:36
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10043

Re: Dynamic delivery services

Just incase it is/isnt the correct way I have managed to get the updates via the following command.

Code: Select all

composer req aimeos/ai-client-html:2020.10.x-dev
Thanks again :)
by createanet
01 Jun 2021, 14:18
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

I don't think so, both these options cover everything I have described.
by createanet
01 Jun 2021, 14:15
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10043

Re: Dynamic delivery services

Thanks for looking into this...

Im still working on the 2020.10 LTS, and for now have no plans to upgrade to 2021.*.

What is required for me to pull in these changes please?

TY
by createanet
28 May 2021, 06:25
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10043

Re: Dynamic delivery services

So it seems removing the service from the basket via the plugin fails to interrupt the steps in the checkout process once the user attempts to checkout again.

I was hoping the removal of the delivery service would force this step as the next step as its incomplete.
by createanet
27 May 2021, 08:36
Forum: Help
Topic: Dynamic delivery services
Replies: 17
Views: 10043

Re: Dynamic delivery services

Hello again, Just visiting this, I notice now that when updating product quantities (via ajax) the price assigned in the service remains the same. If I then "checkout", the customer is sent to last step with the original price of the delivery service. But, because the quantities have chang...
by createanet
24 May 2021, 08:48
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

This is still true for a fresh install, neither my process or updatesync methods appear to ever be called. Would this be because the provider has no gateway, and falls back on the default implementation that redirects the customer to the confirmation page? [edit] As a test I put through an order wit...
by createanet
24 May 2021, 07:28
Forum: Help
Topic: Payment service 'process' not being called
Replies: 11
Views: 13647

Re: Payment service 'process' not being called

Morning, It was initially a decorator, then I switched over to a service so I could narrow down where or what might be changing it (or not) As it is its owns service, the updatePush inherits from its parent whose default is a http response "not implemented", I have added in logging and thi...