News:

Support the VirtueMart project and become a member

Main Menu

Recent posts

#31
General Questions / Re: Setting maxChilds=100
Last post by FREESERVIS - November 12, 2024, 23:29:08 PM
What should I look for in the manual?

In the configuration file, maxChilds=100 is set and the configuration is saved. The entry maxChilds=100 is in the database, even so the custom color multivariant field is not saved.
#32
Virtuemart Development and bug reports / Re: Product tax calculation no...
Last post by Milbo - November 12, 2024, 23:13:20 PM
What the heck? haha. I think you know i am also german, but I never heard about such a construct. I am sure you are right about, how it should be calculated, but when I wrote that feature, I did not thought about different taxes of the bundled products.
#33
General Questions / Re: Cart JSON Additional Info
Last post by Milbo - November 12, 2024, 22:59:35 PM
Hmm, it is not a big deal to add the weight to the cart json, if we just change the core.
#34
General Questions / Re: Captcha ideas
Last post by Milbo - November 12, 2024, 22:54:49 PM
Quote from: iWim on November 12, 2024, 17:10:30 PMThe recaptcha setting in VM configuration applies to any captcha set in the Global Configuration.

Unlike what the label in VM configuration says, it is not limited to recaptcha.
You can use any captcha.


Also: From what I read about VM4.4, an option was added to only allow registration when people buy something. ("When there's a product in the cart.")

For years I have used an override and a rule in the htaccess to achieve about the same result.
It prevents registration through Joomla registration form. People could only register in the cart.


Thank you for this perfect post.
#35
General Questions / Re: All of Sudden Getting Lots...
Last post by Milbo - November 12, 2024, 22:53:30 PM
The new core has a new option,

Allow registering only, if there is a product in the cart. Just enable it in the vmconfig, tab cart. :-)

I am sure you will like it. Btw please read here https://virtuemart.net/news/release-of-virtuemart-4-4-and-roadmap-always-push-beyond and join the WP thread.
#36
General Questions / Re: Setting maxChilds=100
Last post by Milbo - November 12, 2024, 22:51:00 PM
Please read this manual https://docs.virtuemart.net/manual/general-concepts/hidden-configurations

just how to use it, write into your virtuemart.cfg

maxChilds=150
#37
General Questions / Setting maxChilds=100
Last post by FREESERVIS - November 12, 2024, 21:59:06 PM
Hello,

I have 94 childs for one product in the e-shop.
In the administrator/components/com_virtuemart/views/product/view.html.php file,
I edited on line 115 $maxChilds = VmConfig::get('maxChilds',100);
and administrator/components/com_virtuemart/virtuemart.cfg inserted maxChilds=100.

When I set a custom color multivariant field for the product and want to save the product, the multivariants are not saved.
Where can the problem be?

Joomla! 5.1.4
VirtueMart 4.2.18 11050
PHP 8.2.25

Regards, Milan
#38
Virtuemart Development and bug reports / Re: SOLVED - I cannot create t...
Last post by Milbo - November 12, 2024, 20:54:18 PM
Nice that this is solved. "Or to use the database tools." I mean of course our database tools in the tools section. The buttong "update db and so on" should have solved it. I wonder how it got set to unique?
#39
Hello,

I got a quite simple product setup but the tax calculation is not working as expected. In the shop there are two products:

1) Regular Ticket, 25 € incl. 7% VatTax
2) VIP Ticket, 55 € incl. 19% VatTax

The VIP Ticket needs to be sold in addition to the Regular Ticket, so I tried to create a product bundle. When opening the Regular Ticket, the product bundle is shown but the additional price is not calculated as it should be.
The base price of the VIP ticket is 46.218487 € and the additonal cost should be 55,00 €. Instead it shows + 49,45€ so it uses the 7% VatTax instead of the 19% VatTax. It doesn't matter whether the VIP Ticket is a child product of the Regular Product or not. The cart also shows both tax rates, which is good, but the shown values are incorrect as well.

Important: I cannot create a product for the total price of 80 € incl. 19% VatTax because this is not correct in Germany. It has to be calculated partially using the proper tax rates.

Current Virtuemart version: VirtueMart 4.2.18 11050

Kind regards,
Tobias
#40
Development & Testing / Re: Developing VirtueMart for ...
Last post by Milbo - November 12, 2024, 17:43:17 PM
The idea is that we do not need a migration tool, because the tables and database is just the same. :-)