Working on a mod, I came across commented out code referencing the /includes/modules/also_purchased_products.php file. The page referencing it (/includes/modules/pages/product_info/main_template_vars.php) has it commented out so it won't be used.
I uncommented it and it seems to work fine, so I'm wondering if there's a reason its not used. Does it break code somewhere?
Line 184:Thanks!Code://require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_ALSO_PURCHASED_PRODUCTS));
- Steven


That's how I learned that it was being commented out (as described above).

