Announcement

Collapse
No announcement yet.

Update Product Via Provide.xml

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Update Product Via Provide.xml

    Either of these two methods will work:

    <Product_CustomField module="customfields" product="your_product_code" field="your_field_code">Your Desired Value</Product_CustomField>

    or

    <Module code="customfields" feature="fields_prod">
    <ProductField_Value product="your_product_code" field="your_field_code">Your Desired Value</ProductField_Value>
    <ProductField_Value product="your_2nd_product_code" field="your_field_code">Your Desired Value</ProductField_Value>
    </Module>

    Comment

    Working...
    X