Geoc112 Posted May 12, 2021 Share Posted May 12, 2021 Hello, i have a php script that creates a csv product feed when executed. I used $item['mpn'] = $product->supplier_reference; but it just returns an empty field even if the products does have a supplier reference. if($product->supplier_name == "supplier1" || $product->supplier_name == "supplier2"){ $item['mpn'] = $product->supplier_reference; } else { $item['mpn'] = $product->reference; } 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