Jump to content

No image in ebay template


kangarolf

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...