Having Trouble Creating Attributes and Linking Attributes to Product
-
I’m having trouble creating attributes for products. For example I have products that have different color. So the main attribute is Color and the Variables would be Red, Orange and Purple.
I have tried the following but I am unable to set it.
wp_set_object_terms( 165, 'Color', 'pa_colour' ); wp_set_object_terms( 165, Array("Red", "Orange", "Purple"), 'pa_colour' );
How do I create the attributes first and link them to the product?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Having Trouble Creating Attributes and Linking Attributes to Product’ is closed to new replies.