Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

display full description in virtuemart categories
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: display full description in virtuemart categories

display full description in virtuemart categories 10 years, 12 months ago #14402

How can I display the descriptions of the categories in viruemart category layout?
It displays only the title and the image.

Re: display full description in virtuemart categories 10 years, 12 months ago #14425

Dear harris Dimoliatis,

Please your_site\templates\sj_jare25\html\com_virtuemart\categories\default.php and find:

<?php echo shopFunctionsF::limitStringByWord ($category->category_description,100, '...') ?>


=>

<?php echo $category->category_description; ?>


Thanks!

Re: display full description in virtuemart categories 10 years, 12 months ago #14429

Dear harris Dimoliatis,

and go to your_site\templates\sj_jare25\html\com_virtuemart\category\default.php and find:

<h2>
							<a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
								<?php echo $category->category_name ?>
								<br/>
								<?php // if ($category->ids) {
								echo $category->images[0]->displayMediaThumb ("", FALSE);
								//} ?>
							</a>
						</h2>


=>

<h2>
							<a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
								<?php echo $category->category_name ?>
								<br/>
								<?php // if ($category->ids) {
								echo $category->images[0]->displayMediaThumb ("", FALSE);
								//} ?>
							</a>
						</h2>
						<?php echo $category->category_description; ?>


Thanks!
  • Page:
  • 1
Time to create page: 0.21 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes