Price Adjustment Select Option

Permalink Browser Info Environment
Hello!

I'm trying to import a Price Adjustment Select Option and I'm having trouble with getting the prices to get imported. What am I doing wrong?

<options> 
      <model> 
         <name><![CDATA[Choose your Model]]></name>
         <type>product_price_adjustment_select</type> 
         <required /> 
         <option>
            <name><![CDATA[Model 1]]></name>
            <price_adjustment>150</price_adjustment>
         </option>
         <option>
            <name><![CDATA[Model 2]]></name>
            <price_adjustment>250</price_adjustment>
         </option>
         <option>
            <name><![CDATA[Model 3]]></name>


THANKS!

Type: Discussion
Status: New
rainmaker
View Replies: View Best Answer
tbcrowe replied on at Permalink Best Answer Reply
tbcrowe
The example XML in the online help was incorrect. The <price_adjustment> tags should be <price_delta> tags, for example:
<options> 
   <model> 
      <name><![CDATA[Choose your Model]]></name>
      <type>product_price_adjustment_select</type> 
      <required /> 
      <option>
         <name><![CDATA[Model 1]]></name>
         <price_delta>150</price_delta>
      </option>
    :


Version 2.4.8 corrects the documentation.
rainmaker replied on at Permalink Reply
rainmaker
Ahhhhhhh I gotcha. :) Thanks!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.