Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • bluelinux Friend
    #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


    1. Virtuemart-Configpic24
    2. Frontpagepic22
    3. Descriptionpic21
    TomC Moderator
    #422339

    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?

    bluelinux Friend
    #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. Thnaks

    TomC Moderator
    #422482
    I 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 Friend
    #422491

    Try with this.i think you want to display the short description in featured products module.this is a small hack 🙂

    http://www.joomlart.com/forums/topic/add-short-description-to-the-ja-mesolite-ii-featured-products-module/

    Thanks

    TomC Moderator
    #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 🙂

    http://www.joomlart.com/forums/topic/add-short-description-to-the-ja-mesolite-ii-featured-products-module/

    Thanks</blockquote>
    I thought he wanted to add a short description within the CATEGORIES pages … but that’s a handy hack as well.

    bluelinux Friend
    #422526

    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

    bluelinux Friend
    #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 code

    echo “<br /><h3 class=”vmFieldTitle”>”.$VM_LANG->_(‘PHPSHOP_CATEGORIES’).”</h4>”;
    echo $categories; ?>

    in components/com_virtuemart/themes/ja_mesolite/template/common/shopIndex.tpl

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  bluelinux 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum