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
In a module? Or do you mean just in the category product display page? If the second, use template overrides.
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.
must be easy to adapt that module just to show a categories products with no filtering
I would do that by overriding the module's layout output
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
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)