Quick question on this great plug-in:
How do i get to display between the special centerbox and the featured centerbox?
I know the order of special/featured/new product can be change via admin but no luck with seasonal centerbox.
I tried to move the display code between
Code:
?>
<?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?>
<?php } ?
and
Code:
<?php if ($show_display_category->fields['configuration_key'] == 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS') { ?>
<?php
it appears to work at first by displaying seasonal box between the two. However, i end up with the seasonal box being display 2 more times below again. ( so 3 seasonal box total on main page
)
Any suggestion on this please?
Thank you
Bookmarks