-
AuthorPosts
-
October 29, 2011 at 4:19 pm #170180
I had this problem getting my short Shop description to display at frontpage of my Virtuemart/Ja Mesolite template below are the problem as appear on the home page; and below are the current setting i had on the site
adn this
Note; I deliberate removed content in Description so as to pinpoint where need to be set to remove that categories that show up at frontpage. I am so sorry, if sound naive. I would have love to have it online but I want to get this working on local-machine.
Thanks
Qamardeen
- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 29, 2011 at 4:37 pm #422339Greetings Qamardeen:
I’m not certain I fully understand your issue as you described. You’re having an issue getting your short product descriptions to display as you like?
Have you also posted your question within the Virtuemart site Community Forum?
October 30, 2011 at 5:44 am #422406<em>@TomC 279663 wrote:</em><blockquote>Greetings Qamardeen:
I’m not certain I fully understand your issue as you described. You’re having an issue getting your short product descriptions to display as you like?
Have you also posted your question within the Virtuemart site Community Forum?</blockquote>
Thanks for your response Tom,
What i want to achieve is to removed area indicated as CATEGORIES and replaced my short “Shop Description”. in the picture I attached earlier. ThnaksTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 31, 2011 at 3:37 am #422482I believe you need to edit the following file.
components/com_virtuemart/themes/ja-mesolite/templates/browse/includes/browse_header_category.tpl.php
Once you have located the file change the code to look like this:<?php if( !defined( ‘_VALID_MOS’ ) && !defined( ‘_JEXEC’ ) )
die( ‘Direct Access to ‘.basename(__FILE__).’ is not allowed.’ ); ?><h3 style=”margin-top: 0;”>
if( $this->get_cfg( ‘showFeedIcon’, 1 ) && (VM_FEED_ENABLED == 1) ) { ?>
<a class=”vmFeedIcon” href=”/component/option,com_
/category_id,/page,shop.feed/”
title=”_(‘VM_FEED_SUBSCRIBE_TOCATEGORY_TITLE’) ?>”>
<img src=”//images/feed-icon-14×14.png”
align=”baseline” alt=”feed” border=”0″/></a>
} ?>
</h3>
<?php if( trim(str_replace( “<br />”, “” , $desc)) != “” ) { ?><div style=”width:100%;float:left;”>
</div>
<br class=”clr” /><br />
}
?><div style=”text-align:left;”>
<?php echo $navigation_childlist; ?>
</div>we2solutions Friendwe2solutions
- Join date:
- September 2014
- Posts:
- 526
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 136
- Thanked:
- 100 times in 1 posts
October 31, 2011 at 4:48 am #422491Try with this.i think you want to display the short description in featured products module.this is a small hack 🙂
Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 31, 2011 at 4:53 am #422492<em>@WE2Solutions 279853 wrote:</em><blockquote>Try with this.i think you want to display the short description in featured products module.this is a small hack 🙂
Thanks</blockquote>
I thought he wanted to add a short description within the CATEGORIES pages … but that’s a handy hack as well.October 31, 2011 at 8:53 am #422526I am grateful to all who had find time to respond to my request, I had eventually upload the project at http://thecrescenthost.net/ishop/
Now, I need to remove that CATEGORIES ( along with image and categories list) with another modules from joomla modules or even ordinary Shop description.Thanks,once again
November 1, 2011 at 1:59 pm #422791<em>@bluelinux 279896 wrote:</em><blockquote>I am grateful to all who had find time to respond to my request, I had eventually upload the project at http://thecrescenthost.net/ishop/
Now, I need to remove that CATEGORIES ( along with image and categories list) with another modules from joomla modules or even ordinary Shop description.Thanks,once again</blockquote>
Thanks all,
I eventually get it work out by removing the following codeecho “<br /><h3 class=”vmFieldTitle”>”.$VM_LANG->_(‘PHPSHOP_CATEGORIES’).”</h4>”;
echo $categories; ?>in components/com_virtuemart/themes/ja_mesolite/template/common/shopIndex.tpl
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by bluelinux 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum