News:

Support the VirtueMart project and become a member

Main Menu

Recent posts

#81
General Questions / Re: Questions about my multi-l...
Last post by VB74 - September 14, 2024, 16:51:41 PM
Hi hazael,

I have 2 more questions:

1/ How do you make your parent product non-addable to the cart? On my site the parent product can be added to the cart and therefore purchased. This doesn't make sense because it doesn't correspond to anything.

2/ Concerning the reviews and ratings of my parent product and my 6 children's products. Do you know how I could merge them into a single entity?

Thanks in advance for your help.
#82
Virtuemart Development and bug reports / Untranslatable "Do you have an...
Last post by Ghost - September 13, 2024, 08:44:02 AM
The strings "Do you have an account?" and "Login" are hardcoded in BS5 cart layout and can't be translated to other languages without overriding the whole layout
https://dev.virtuemart.net/projects/virtuemart/repository/virtuemart/entry/trunk/virtuemart/components/com_virtuemart/views/cart/tmpl/bs5-default.php?utf8=%E2%9C%93&rev=11051#L60

VM 4.2.18.11050
#83
General Questions / Re: Questions about my multi-l...
Last post by VB74 - September 12, 2024, 16:34:45 PM
Many thanks guys!  8)
#84
General Questions / Re: Questions about my multi-l...
Last post by hazael - September 12, 2024, 15:59:35 PM
perfect 8)
#85
General Questions / Re: Questions about my multi-l...
Last post by VB74 - September 12, 2024, 10:44:14 AM
I agree with you ;)

I put "Select language first", I think it's better. Please find here the result: https://casa-bandera.com/shop-italian-cookbooks/ebook-qs1

#86
General Questions / Re: Questions about my multi-l...
Last post by hazael - September 12, 2024, 10:14:36 AM
Enter this fragment of code in the active CSS file on this website, it will hide these unnecessary fields and it will look like in the attached images

.quantity-box, .custom-field-C-container:first-child .btn-vm-customfield:first-child {display: none}
After this, change "Langue (eBook)" to "Select langue (eBook)" - it will be more understandable for the user
#87
General Questions / Re: Questions about my multi-l...
Last post by hazael - September 12, 2024, 09:55:29 AM
It's ok, but I would just remove the buttons with the selection of the number of products - it is absolutely unnecessary in your store.

These [--select--] buttons also look strange - they suggest that this is a selection list and I have to press it to select something, but there is nothing there. You should at least rename these buttons to something else. Maybe [not selected]?
#88
General Questions / Re: Questions about my multi-l...
Last post by VB74 - September 12, 2024, 09:19:18 AM
That's very interesting, thanks!

I don't need to display all the products if I can display only the neutral parent product. But if I display the English/EPUB version and not the others (as I did yesterday) it would be strange. Your solution is very good. If I'm right, you use "Stockable custom fields"?


I created one product parent (without price, so it can't be added to the cart) and then assigned the 6 children to the parent (with multi-variants custom field), as you can see here: https://casa-bandera.com/shop-italian-cookbooks/ebook-qs1

I think we cannot do it better and easier.
#89
Templating & Layouts / Re: Manufacturer Image in pro...
Last post by PRO - September 11, 2024, 21:06:27 PM
what theme are you using?
#90
General Questions / Re: Questions about my multi-l...
Last post by hazael - September 11, 2024, 20:25:19 PM
And why do you need all the derivative products in the search results if it's just a different language version for the parent product? In the parent product, just write information that there are different versions to choose from and that's it. There is no point in repeating this


You can do it like on my website ( https://szeregowe.pl/projekty/emilka-3 ) - the parent product is a house design (which cannot be added to the cart) - it is only preliminary information, and the derivative products are its various versions (displayed at the bottom under the description), which you can finally select and buy. You won't find these versions anywhere on the product list, because it would create chaos -
the customer would get lost because it would seem to him that everything is the same.