Can you also confirm the correct way of adding info the the actual tabs. Again it apears to be very different from tab products lite.
for expmple i want to add:
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
</h2>
<!--eof Product Reward Points block -->
to my add to cart tab. Exactly which area to i add it too, ive been trying add to cart pre load and the add to cart. So far only way i can get anything to show up in the actual tab its self is by adding this to some areas $fmtATC .= however as im not a programmer im having issues trying to get tho show.
Do you have a small guide you could do to explain how to add code to tabs.
Bookmarks