Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jimmiehendriks Friend
    #181255

    I think it is a great advantage for customers to see the short description of a product as soon as the see the product list page.

    Is this possible? I know it was in Ja Mesolite. But how in Ja Vintas? Do I miss something?

    See the picture. Any help is welcome.

    Kind regards, Jimmie


    1. forum_joomlart
    Stork11 Friend
    #469399

    <em>@jimmiehendriks 341359 wrote:</em><blockquote>I think it is a great advantage for customers to see the short description of a product as soon as the see the product list page.

    Is this possible? I know it was in Ja Mesolite. But how in Ja Vintas? Do I miss something?

    See the picture. Any help is welcome.

    Kind regards, Jimmie</blockquote>
    Hello jimmiehendriks,

    Please open “/templates/ja_vintas/html/com_virtuemart/category/default.php” file, then search “// Product Short Description” text. After that, un-comment the following line to display short description of product:
    [PHP]
    <?php // Product Short Description
    if(!empty($product->product_s_desc)) { ?>
    <p class=”product_s_desc”>
    <?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 40, ‘…’) ?>
    </p>
    <?php } ?>
    [/PHP]

    Regards.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Stork11 12 years, 1 month ago.

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