Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • daza84 Friend
    #148474

    Hi I try to use Tabs & Slide extension with mesolite template in the virtuemart products pages but doesn’t work…

    Anonymous Moderator
    #332009

    Hi daza84

    We only support these extensions with com_content component

    daza84 Friend
    #332047

    I don’t understand…what’s com_content component?

    Anonymous Moderator
    #332170

    Hi daza84

    Open components folder, you will see com_content folder. It is the content component of joomla

    Maybe you are a beginner of joomla.

    daza84 Friend
    #332181

    ok but I don’t understand what is the connection between com_content and tab & slide extension?

    Anonymous Moderator
    #332354

    Hi daza84

    Ja tabs it a plugin, this plugin will be called in content component

    Hope you understand my explannation.

    If you only want to use ja tabs and slideshow module, it does not relate to virtuemart component

    tonyg Friend
    #332375

    Hi Daza84

    To have tabs Description, Recently Viewed Products, Related Products, Customer Reviews etc in Virtuemart flypage, try using Core Designs tabs plugins. You need to install the latest Core Design Scriptegrator plugin and Core Design Magic Tabs plugin. You can download the two plugins from here: http://www.greatjoomla.com/index.php?option=com_docman&task=cat_view&gid=50&Itemid=143

    Once you have installed the plugins ensure you enabled them in the Plugin Manager at the back end of Joomla and follow the steps below:

    1: Go to VMs Global configuration and ensure that “Enable content mambots / plugins in descriptions?” option is tick.

    2: Locate your flypage.tpl which can be located at: componentscom_virtuemartthemesdefaulttemplatesproduct_details).

    3: Edit the flypage.tpl to include something that looks like the codes below, you can copy and paste the code to the bottom of the flypape.

    <?php
    $template = ‘{magictabs style=black_rounded, tabwidth=120px}’;
    //$template .= $VM_LANG->_(‘PHPSHOP_PRODUCT_DESC_TITLE’);
    $template .= ‘Description’;
    $template .= ‘::’;
    $template .= ‘<table colspan=”3″><tr><td>’;
    $template .= $product_description;
    $template .= ‘</td></tr></table>’;
    $template .= ‘||||’;
    $template .= ‘Recently Viewed’;
    $template .= ‘::’;
    $template .= ‘<table colspan=”3″><tr><td>’;
    $template .= $recent_products;
    $template .= ‘</td></tr></table>’;
    $template .= ‘||||’;
    $template .= $VM_LANG->_(‘PHPSHOP_REVIEWS’);
    $template .= ‘::’;
    $template .= ‘<table colspan=”3″><tr><td>’;
    $template .= $product_reviews;
    $template .= ‘<br />’;
    $template .= $product_reviewform;
    $template .= ‘</td></tr></table>’;
    $template .= ‘||||’;
    $template .= ‘Availability’;
    $template .= ‘::’;
    $template .= ‘<table colspan=”3″><tr><td>’;
    $template .= $product_availability;
    $template .= ‘</td></tr></table>’;
    $template .= ‘||||’;
    $template .= ‘Related Products’;
    $template .= ‘::’;
    $template .= ‘<table colspan=”3″><tr><td>’;
    $template .= ‘Related products here.’;
    $template .= $related_products;
    $template .= ‘</td></tr></table>’;
    $template .= ‘{/magictabs}’;
    ?>

    <?php echo JHTML::_(‘content.prepare’, $template); ?>

    Ideally you should try and fully test this out on a test server to get it exactly how you want it before moving it to your live site.

    Let me know how you get on

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

This topic contains 7 replies, has 3 voices, and was last updated by  tonyg 14 years, 8 months ago.

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