Don't know where all the </div> tags in your file are coming from. The last lines of this file contained in the plugin package look like this:
Code:<!--bof also purchased products module--> <?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?> <!--eof also purchased products module--> <!--bof Form close--> </form> <!--bof Form close--> <?php } // eof CATEGORY_RESTRICTION - OPEN ACCESS ?> </div>
Looks like you have a merging error and missed the code in red. To be on safe side place that code in red before the last </div>


Reply With Quote

