News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Recent posts

#21
Quote from: Milbo on October 28, 2025, 19:09:23 PMWebStuff, that is strange, that this fixes something there. But I will take a look.

Patbe60, which captcha do you use? there are different "types". Some use 3rd party plugins, others just joomla plugins of older versions.
Hi Milbo,
I use the Google V3 Invisible Captcha.
It maybe another plugin is mucking up something to do with the $virtuemart_product_id and it is returning "null" and putting the "(int)" in is at least turning it to 0 and not crashing the function.
#22
Virtuemart Development and bug reports / Re: Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:14:10 PM
I've now solved the problem by reloading VirtueMart 4.4.10 11120
Let me know if the problem is resolved in version 4.6.0.
#23
Virtuemart Development and bug reports / Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:13:43 PM
I've encountered a major issue on three managed sites. This past week, I updated to VirtueMart version 4.6.0 11214.
The update went well until I saw users having trouble completing their orders. I ran a test, and the problem is that the error message "Invalid Token, in view=cart task=updatecart" appears. It's not possible to proceed with the order.

Regards

Joomla! 5.4.0
PHP version 8.4.5
#24
General Questions / Re: Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 20:10:26 PM
I've now solved the problem by reloading VirtueMart 4.4.10 11120
Let me know if the problem is resolved in version 4.6.0.
#25
General Questions / Checkout stuck issue
Last post by fatelettronica - November 01, 2025, 13:27:50 PM
I've encountered a major issue on three managed sites. This past week, I updated to VirtueMart version 4.6.0 11214.
The update went well until I saw users having trouble completing their orders. I ran a test, and the problem is that the error message "Invalid Token, in view=cart task=updatecart" appears. It's not possible to proceed with the order.

Regards

Joomla! 5.4.0
PHP version 8.4.5
#26
Finally I could solve also this problem:

In my template css I had iframe {height:100%}. Deleting this line solved the problem.
#27
It wouldn't have been necessary to check the database. The error was that there was no value in shop -> vendor tab -> List of accepted currencies.

This leaded to a wrong value in the table in vendor_accepted_currencies: "Array" instead of a currency ID (in my case swiss francs - ID = 27).

I don't know, why this field wasn't filled in any longer. As you know I'm using VM since years without this problem.
#28
Virtuemart Development and bug reports / Re: VM4.6.0 pagination error
Last post by Milbo - October 30, 2025, 11:25:50 AM
That works for me here https://whiteandblack.hu/eljegyzesi-gyuru

Maybe you do some more stuff. For example sorting, or so?
#29
General Questions / Re: Virtuemart 4 Cart prices (...
Last post by Milbo - October 30, 2025, 11:22:27 AM
-1 means to use the rounding options of the currency itself. For example Lire are usually not displayed with decimals.
#30
General Questions / Re: Display lowest price based...
Last post by Milbo - October 30, 2025, 11:19:48 AM
Maybe I misunderstand the problem, but there is a simple setting for it. In the vmconfig tab prices, there is "Order of multiple prices". So you can decide if the product should show mainly the lowest, or highest price. No resort code in the template needed.

But in anyway thank you for the idea vmfyelloq19. And great that you managed it modernmagic.