Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • hotsd101 Friend
    #205482

    how to show SKU on they flypage / category page below price ?

    Should below code be added and where ?

    <?php // Product Sku
    echo JHTML::link ( JRoute::_ ( ‘index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=’ . $product->virtuemart_product_id . ‘&virtuemart_category_id=’ . $product->virtuemart_category_id ), $product->product_sku, array (‘title’ => $product->product_sku ) ); ?>

    hotsd101 Friend
    #566712

    any answers to this ?

    which file musty be edit

    hotsd101 Friend
    #566715

    never mind.

    anyone else face issue, edit components/com_virtuemart/sublayouts/products.php

    add after, line 89,

    <?php echo JText::_(‘COM_VIRTUEMART_CART_SKU’) ?>: <?php // Product Sku
    echo JHTML::link ( JRoute::_ ( ‘index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=’ . $product->virtuemart_product_id . ‘&virtuemart_category_id=’ . $product->virtuemart_category_id ), $product->product_sku, array (‘title’ => $product->product_sku ) ); ?>

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

This topic contains 3 replies, has 1 voice, and was last updated by  hotsd101 9 years, 7 months ago.

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