VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: manx on April 13, 2016, 18:45:57 PM

Title: Product list in module
Post by: manx on April 13, 2016, 18:45:57 PM
Hi,

is there any way to show product list (without "add to cart", price, etc, just url link) from specific category in module? I want only links ordered alphabetically. I am surprised there is no module to do that. What is php code to do what I want? Can you help me?

Thank you
Title: Re: Product list in module
Post by: jenkinhill on April 13, 2016, 18:51:40 PM
In a module? Or do you mean just in the category product display page?  If the second, use template overrides.
Title: Re: Product list in module
Post by: manx on April 13, 2016, 20:10:44 PM
Not category product display. I want to display products in simple list form (just product names as urls) in module. There is "VM - Featured products" module, but it shows: featured, lasts, random, bestsellers products. I just want to show list of all products from specific category. Working like "VM - Category" module, but with products list. VM is 3.0.14 and Joomla 3.5.1. It can be just php code, I could put it in html module.
Title: Re: Product list in module
Post by: GJC Web Design on April 14, 2016, 09:48:10 AM
must be easy to adapt that module just to show a categories products with no filtering
Title: Re: Product list in module
Post by: balai on April 14, 2016, 11:24:49 AM
I would do that by overriding the module's layout output
Title: Re: Product list in module
Post by: tramber91 on March 27, 2021, 16:55:35 PM
Hi all

I come back to this topic which is what i need.
I have found a way to do it by an overide the VM Product module, I focus on Layout "single", file "single.php"

My Module Setting
Layout: single
Display: Latest product
Number of displayed products: 100
Products per row: 1
Display Style: List based ul-li
Show Product Price? : No
Show Add-To-Cart Link? : No
Use category filter: yes
Category: My category

See list in my website (Right side bar)
https://boutique.abbayejouarre.org/creche-b2-6cm

I search a way to sort this list in alphabetical order ?

Possible ?

thanks for your support

Bertrand
Title: Re: Product list in module
Post by: pinochico on March 27, 2021, 19:25:47 PM
QuoteI search a way to sort this list in alphabetical order ?


very easy, setup in module administration.
If not exist in original VM product module, then:

- add as development - you can some hire or self
- waiting if something send there the right code for modify original module
- use other module, on intenrnet are a lot of type of this module. We use this: https://www.minijoomla.org/extensions/virtuemart-extensions/related-products-extended-for-virtuemart

(https://www.minijoomla.org/images/stories/virtuemart/product/virtuemart_product_extended-setup-06-en.jpg)