FOREACH not working

Pending
REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme February 09, 2019
Login to reply
Igor Sunz Support Agent
5 years ago

Content Egg Offer -> Image URL is for Image url, not for image code. you must place there url

{image_url[1]}

not 

<img src="{image_url[1]}" alt="{product_name[1]}" /> 

And I am sure that your code is wrong, because there is no such thing like [FOREACH({image_url})]

Check again documentation which shows example of structure for images and code



Anestis .
5 years ago

The code is used when bulk import with wpai ceo addon

http://www.wpallimport.com/documentation/advanced/foreach-loops/

Igor Sunz Support Agent
5 years ago

I don't know where you find this code and what it does. Image url field is for Url of image, not for shortcodes

Anestis .
5 years ago

Hello support????

Anestis .
5 years ago

Hello,

FOREACH not working in the field (Content Egg Offer -> Image URL), does not import anything. 

Without FOREACH he works well

code: [FOREACH({image_url})] <img src="{image_url[1]}" alt="{product_name[1]}" /> [ENDFOREACH]