News:

Looking for documentation? Take a look on our wiki

Main Menu

Recent posts

#1
Templating & Layouts / Re: How to remove ADD TO CART ...
Last post by AH - Yesterday at 14:35:53 PM
Create an override to the file:
components\com_virtuemart\sublayouts\products.php

Comment out this section as shown below:

<!-- <div class="vm3pr---><?php //echo $rowsHeight[$row]['customfields'] ?><!--"> --><?php
// echo shopFunctionsF::renderVmSubLayout('addtocart',array('product'=>$product,'rowHeights'=>$rowsHeight[$row], 'position' => array('ontop', 'addtocart'))); ?>

<!-- </div>-->

#2
Product pricing / Re: shows tax included prices ...
Last post by AH - Yesterday at 14:27:45 PM
Solved via configuration options
#3
Update to solved
#4
General Questions / Re: Fatal error after return t...
Last post by AH - Yesterday at 14:24:57 PM
Thanks for the update
#5
Installation, Migration & Upgrade / Re: updating router.php
Last post by Georgios Kolomvos - November 20, 2024, 22:43:34 PM
Quote from: Jumbo! on November 20, 2024, 16:53:38 PMIn VirtueMart Configuration, under the SEO tab, turn on the "Use full category tree for product links" option.
I have tested this setting but unfortunately it does not solve the problem. Some hours ago i also created a topic for the same problem at: https://forum.virtuemart.net/index.php?topic=152174.0
#6
Quote from: ViPeS on November 20, 2024, 21:04:28 PMIn VirtueMart Configuration, under the SEO tab, turn on the "Use full category tree for product links" option.
I have already tried that. With this setting the Virtuemart generated link for the product "Cap Baseball" changes from: https://test1.endon-gnosis.gr/component/virtuemart/cap-baseball-detail to https://test1.endon-gnosis.gr/cap-baseball-detail but it is still different to the Joomla menu item which is https://test1.endon-gnosis.gr/e-shop/cap-baseball/cap-baseball-detail
So the problem remains. I believe that there is a bug with the Virtuemart generated product links.
#7
Virtuemart Development and bug reports / Re: Virtuemart product links d...
Last post by ViPeS - November 20, 2024, 21:04:28 PM
Quote from: Jumbo! on November 20, 2024, 16:53:38 PMIn VirtueMart Configuration, under the SEO tab, turn on the "Use full category tree for product links" option.
#8
Testing Site: https://test1.endon-gnosis.gr/ 
- Joomla Version: 5.2.1 
- VirtueMart Version: 4.4.0 (with sample data) 
- VirtueMart Configuration / SEO Settings: (SEO Disabled = No), (SEF for cart links = Yes) 

I have created a Joomla menu item for each of the 3 products displayed on the homepage. These menu items are placed within the module named "Main Menu". 

However, the product links generated by VirtueMart on the homepage (category browse view) are different from the URLs of the Joomla menu items of those products. 

For example: 
- For the product "Cap Baseball", the link of the Joomla menu item is: 
  https://test1.endon-gnosis.gr/e-shop/cap-baseball/cap-baseball-detail 
- Meanwhile, the VirtueMart-generated link found in the category browse page is: 
  https://test1.endon-gnosis.gr/component/virtuemart/cap-baseball-detail 

The Problem: 
I have created a module named "TEST MODULE" (with a green background) that I want to display only on these 3 product pages. To achieve this, I assigned the module to the Joomla menu items of these products. 

The module appears only when accessing the products via their menu items in the Joomla Main Menu. However, it does not appear when clicking on the product links in the VirtueMart browse page (or in the cart page etc.). 

You can observe this behavior by clicking on the two different links for the product "Cap Baseball" mentioned above. 

This feature works perfectly on two other sites I have running VirtueMart 4.2.0. The first time I noticed this issue was after trying to update to VirtueMart 4.4.0. I hope the issue will be resolved soon. 
#9
Installation, Migration & Upgrade / Re: updating router.php
Last post by Jumbo! - November 20, 2024, 16:53:38 PM
In VirtueMart Configuration, under the SEO tab, turn on the "Use full category tree for product links" option.
#10
Installation, Migration & Upgrade / updating router.php
Last post by ampe74 - November 20, 2024, 08:34:08 AM
after updating router.php, product links from a given category have the same menu ID at the end, assigned modules disappear, how to fix it