Hey, great addon! I'm having a big problem though.
I have to require a custom file in my product_info_display.php file.
http://www.shoppingitonline.com/inde...3ff50f87255d0c
You can see my problem there. Those [[tags]] should be showing up as links to popups not the way they are. I believe its a problem with the require that tabbed product pro uses. When I don't have:
<?php
//BOF :: Tabbed Products Pro ::
require(DIR_WS_MODULES . 'tabbed_products_pro.php');
//EOF :: Tabbed Products Pro ::
?>
in my code, my tags work fine. Would anyone know how to work around this? I must include this code:
require_once('tags.php');
or my tags will not work. I have a feeling that this require is overwriting the tags one or something. Any help would be very appreciated! Thanks!
Bookmarks