Search found 153 matches

by Moritz
15 Sep 2022, 10:57
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Re: Upgrade from 18.10.11 to 22.7.1

While executing the taxrate migration the taxrate column in mshop_price was decimal. When the update SQL is executed it tries to insert the JSON in the decimal column what is resulting in 0.00 At the end of the upgrade wizard the column is varchar. I think the change of the column type comes to late...
by Moritz
15 Sep 2022, 10:24
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Re: Upgrade from 18.10.11 to 22.7.1

Okay, and what can I do now?
Or do you fix it in the upgrade wizard?
by Moritz
15 Sep 2022, 10:11
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Re: Upgrade from 18.10.11 to 22.7.1

Perfect! Now the upgrade wizard was successfully.

When I click on the order overview tab I get this error.
error_order.png
error_order.png (37.05 KiB) Viewed 7004 times

Also when I want to edit a product I get an error.
error_product.png
error_product.png (37.22 KiB) Viewed 7004 times
by Moritz
15 Sep 2022, 07:16
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Re: Upgrade from 18.10.11 to 22.7.1

Thank you for the update! I tried the upgrade wizard with the new version 22.7.2 and get errors for table mshop_stock. Before the upgrade the table looks like this. mshop_stock_v18.png I executed the wizard and get this error. wizard_error_1.png The table after this. mshop_stock_error_1.png I execut...
by Moritz
13 Sep 2022, 06:18
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Re: Upgrade from 18.10.11 to 22.7.1

But it is possible to do an upgrade directly from 18.10.11 to 22.7.1?
Or should I execute the Upgrade Wizard for each major version?
by Moritz
09 Sep 2022, 10:26
Forum: TYPO3 extension
Topic: Upgrade from 18.10.11 to 22.7.1
Replies: 113
Views: 39944

Upgrade from 18.10.11 to 22.7.1

For our client we make a Typo3 upgrade from v9 to v11. Because of this we also want upgrade Aimeos from 18.10.11 to current 22.7.1. Is there any guideline for this in the documentation? My first try was installing Aimeos 22.7.1 and start the upgrade wizard. That fails with an error. error.png After ...
by Moritz
16 Apr 2019, 09:30
Forum: TYPO3 extension
Topic: Change product price in payment provider
Replies: 7
Views: 2687

Re: Change product price in payment provider

Disable the ProductPrice plugin is no option for me because then no price will be reset if I choose an other payment. I think the error messages are ok for me. My main problem is currently that I can't place an order if the prices are set to 0.00€ before. When clicking "buy now" I get the ...
by Moritz
15 Apr 2019, 11:10
Forum: TYPO3 extension
Topic: Change product price in payment provider
Replies: 7
Views: 2687

Re: Change product price in payment provider

The price will only be updated when I return to the shopping cart or click on "Buy Now". However, I get an error message that the price has changed and have to click the button again to continue. This may make sense if the price changes from 0.00€ to 19.99€. However, if the prices are all ...
by Moritz
15 Apr 2019, 09:48
Forum: TYPO3 extension
Topic: Change product price in payment provider
Replies: 7
Views: 2687

Re: Change product price in payment provider

Ok, thanks! I tried it with a plugin to set all prices to 0.00€ if the configured payment is selected. That works until I click 'change payment' on confirmation page and select a different payment. The prices then are 0.00€ aswell. Maybe I should call something like resetPrices() if a different paym...
by Moritz
12 Apr 2019, 14:00
Forum: TYPO3 extension
Topic: Change product price in payment provider
Replies: 7
Views: 2687

Change product price in payment provider

Hello, I want to change the price of all products and its sum in the basket if my self created payment provider is selected as payment option. I try to do that in the calcPrice() method. On the confirmation page the price is correctly changed but after completion the old price is shown again in the ...