با سلام مجدد خدمت شما
من یک کد را که به نظر میرسه واسه استفاده از مجیک تب در فروشگاه ویرچوال مارت است را پیدا کردم
ولی طریقه استفاده از آن را بلد نیستم
.
می خواستم اگر کسی اطلاعاتی داره لطف کن و بگه
<?php
$template = '{magictabs style=black_rounded, tabwidth=120px }';
//$template .= $VM_LANG->_('PHPSHOP_PRODUCT_DESC_TITLE');
$template .= 'Description';
$template .= '::';
$template .= '
'; $template .= $product_description;
$template .= '
'; $template .= '||||';
$template .= $VM_LANG->_('PHPSHOP_REVIEWS');
$template .= '::';
$template .= '
'; $template .= $product_reviews;
$template .= '
';
$template .= $product_reviewform;
$template .= '
'; $template .= '||||';
$template .= 'Colour Chart';
$template .= '::';
$template .= '
'; $template .= $product_reviews;
$template .= '
'; $template .= '||||';
$template .= 'Ordering Information';
$template .= '::';
$template .= '
'; $template .= '1';
$template .= $related_products;
$template .= '
'; $template .= '{/magictabs}';
?>
...
با تشکر