Totally Zenned
- Join Date:
- Jun 2005
- Location:
- Kelowna, BC Canada
- Posts:
- 1,033
- Plugin Contributions:
- 4
Is there a reason that also_purchased is dead?
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:```
//require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_ALSO_PURCHASED_PRODUCTS));
Thanks!
- Steven