molesto Posted June 25, 2014 Share Posted June 25, 2014 Hello, I'm trying to add a product by webservice adding a product feature custom value ("color bermeillon"), I tried with this: $resources->associations->product_features[0]->product_feature[0]->id[0] = 1; $resources->associations->product_features[0]->product_feature[0]->custom[0]->language[0] = "bermeillon"; but doesn't work, any idea? Thanks! Link to comment Share on other sites More sharing options...
Daniel Patilea Posted November 9, 2015 Share Posted November 9, 2015 Hello, I'm trying to add a product by webservice adding a product feature custom value ("color bermeillon"), I tried with this: $resources->associations->product_features[0]->product_feature[0]->id[0] = 1; $resources->associations->product_features[0]->product_feature[0]->custom[0]->language[0] = "bermeillon"; but doesn't work, any idea? Thanks! Hi! Did you managed to add product features via webservice? 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