I am currently running zen cart 1.5.0 and installed this plugin as instructed. I have currently only 1 language in use which is not english so I copied language files to that folder. But product page don't show add to any button and Logs shows no errors and also google dev tools shows no errrors related to this I can think of.
I noticed that on this line:
Code:
define('TEXT_PRODUCT_ADD_TO_ANY_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'add-to-any/add-to-any-4.gif', 'Share')); // for an image or comment out to use another
Is a reference to DIR_WS_TEMPLATE_IMAGES but my configuration file does not contain any reference to it. Should I add DIR_WS_TEMPLATE_IMAGES to also /includes/configure.php file?
Bookmarks