kangarolf Posted November 28, 2014 Share Posted November 28, 2014 Hi all, Module (1.8.2) is working great mostly...thanks for all the work on that! I am using the default template but the tag {MAIN_IMAGE} doesnt work. I notice in my setup preferences and within ither sections of the module that it refers to large_default. Is there some sort of bug or should it work..? Thanks Link to comment Share on other sites More sharing options...
kangarolf Posted November 28, 2014 Author Share Posted November 28, 2014 I've tracked the code down to; (isset($large_pictures[0]) ? '<img src="'.Tools::safeOutput($large_pictures[0]).'" class="bodyMainImageProductPrestashop" />' : '') In ebay\classes\EbaySynchronizer.php but it looks ok to me..I dont know how I can test that function out (.Tools::safeOutput($large_pictures[0]).). Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now