News:

Looking for documentation? Take a look on our wiki

Main Menu

Show description into empty category

Started by babu65, May 04, 2016, 19:01:53 PM

Previous topic - Next topic

babu65

Hi,
I'm using VM 3.0.6 in Joomla 3.5.1, so I'd like show in a empty category only its description, but if I not put a product I can't display the description into the category.
I've searched online but I find solutions for old version of VM.

Thanks in advance.

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

remove the
if (empty($this->keyword) and !empty($this->category)) {

from the category default template - over ride
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

babu65

Hi and thanks for the reply.
Of Course VM is 3.0.16 was a mistake  8)
About the override I've tried to remove
if (empty($this->keyword) and !empty($this->category)) {
?>
<div class="category_description">
<?php echo $this->category->category_description?>
</div>
<?php
}

but removing it cause an error 500 on all categories, full or empty  :'(

GJC Web Design

if so then your doing it wrong

remove the closing } obviously as well.. 
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation