-
AuthorPosts
-
February 7, 2010 at 11:19 am #148474
Hi I try to use Tabs & Slide extension with mesolite template in the virtuemart products pages but doesn’t work…
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 8, 2010 at 10:18 am #332009Hi daza84
We only support these extensions with com_content component
February 8, 2010 at 1:32 pm #332047I don’t understand…what’s com_content component?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 9, 2010 at 8:18 am #332170Hi daza84
Open components folder, you will see com_content folder. It is the content component of joomla
Maybe you are a beginner of joomla.
February 9, 2010 at 9:36 am #332181ok but I don’t understand what is the connection between com_content and tab & slide extension?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 11, 2010 at 8:26 am #332354Hi 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 Friendtonyg
- Join date:
- June 2008
- Posts:
- 197
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 18
- Thanked:
- 46 times in 27 posts
February 11, 2010 at 12:19 pm #332375Hi 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
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by tonyg 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum