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

#31
General Questions / Download links
Last post by artonweb - March 19, 2025, 08:12:20 AM
Hello.
Is there a way to sell products such as ebooks (in .pdf format)?
When a customer buys an ebook, Virtuemart sends him a download link for the purchased ebook.
Also, I would like to offer limited times (e.g. three times) to download the file.
Thank you in advance.
#32
Quote from: Dud3 on January 20, 2025, 06:38:14 AMI've overhauled the complete data receiving part - the Virtuemart Models are now used.

Customfields are now indexed if they have the search parameter enabled.
Breakdesign CustomFilter customfields are supported too.

Added a new plugin to allow you (or show you) how to access the indexing part and customize it to your needs.
More or less all Virtuemart product/category/manufacturer variables are there available.

https://github.com/Dudebaker/Virtuemart-Finder

Thank you for integrating Virtuemart product search into Joomla Smart Search (Finder). Product search works for me, but it gives results in the form of articles, not Virtuemart products. Tell me, do your plugins have settings to change the type of search results or do I have to edit the components\com_search\tmpl\search\default_results.php and components\com_search\tmpl\search\default_result.php files myself?
#33
Building frontend SEF URLs using Joomla\CMS\Router\Route::link() doesn't work. This check in vmrouterHelper::buildRoute() prevents it from working:
if (!VmConfig::isSite()) return $segments;
#34
Still its bug, that must be fixed...
#35
General Questions / Re: Extra Related Products
Last post by hazael - March 15, 2025, 15:45:13 PM
Hello, Ok now I understand. From my observations it seems that this addon you are asking about works, but is not supported by the vmadmin template. You would have to look for a bug in the template. All you have to do now is uncheck the [ ] New Admin Template in the settings

You cannot view this attachment.
#36
Why do you need this primitive pagination? Now everything has moved to smartphones, and there nobody likes this cumbersome pagination, which never worked well in Virtuemart. Make yourself an automatic loading of more pages in javascript. Convenience, speed and less google spam.

See how it is done at my place - once you click on [show more] and then each product adds itself to this list of products without reloading the page:

https://piekielko.com/sklep/srebrna-bizuteria

https://horyzont.com/projekty-domow/jednorodzinne
#37
Hi in pagination there is bug in VM 4.4.6.11109 J 4.4.11

problem is in this file:
administrator/components/com_virtuemart/helpers/vmpagination.php

if i replace file with file from build 11095 pagination work correct, please check this 2 files.

Problem with pagination start when you use sorting sort by price, name, sales (ASC/DESC)
page with URL: /category_slug/by,product_price/dirAsc
V 11109 page 2 genarate this URL (its wrong): /category_slug/results,19-36
V 11095 page 2 genarate this URL (its correct): /category_slug/by,product_price/dirAsc/results,19-36
#38
General Questions / Re: Extra Related Products
Last post by sandomatyas - March 14, 2025, 14:06:17 PM
Hi,

Hmm, if I understand correctly, you wrote about "related products," but I was asking about "extra related products."



When I assign it, I don't see any changes while typing.




The goal is to have multiple, separate "related products" groups.

I also tried adding a second "Related Products" field, but it doesn't appear in the "custom fields" tab when editing a product.

#39
Hi,
Since I don't need VAT tax on the products there were no "taxes and calculation rules". IT worked until now like that, but it seems that I need to specify at least on VAT tax calculation rule with the new version. So I did just specify a 0% Tax Rule and now it works.
Thanks for your help.
#40
Looking a bit better through the forum, I found a thread discussing this topic and linking to a possible solution.

https://forum.virtuemart.net/index.php?topic=152301.0

It seems that the "virtuemart_calc_id" field in the "#__virtuemart_order_calc_rules" table can now be negative.

I wonder what the reason is or in which cases this happens.
Does anyone know?
Shouldn't the table update automatically?

Carlos.