<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adjust the amount total in DPM C# in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22335#M12097</link>
    <description>&lt;P&gt;Download the sample app(NOT the sample code) on the SDKs download page. And see how it is used. Bascailly have to get the amount before going to the BeginSIMForm page.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2012 12:21:47 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-01-30T12:21:47Z</dc:date>
    <item>
      <title>Adjust the amount total in DPM C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22271#M12068</link>
      <description>&lt;P&gt;Environment: DPM, C#, VS 2010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am baiscally creating a one page, 3 item shopping cart.&amp;nbsp; &lt;A target="_blank" href="http://secure.avtec.edu"&gt;http://secure.avtec.edu&lt;/A&gt;&amp;nbsp;(note: this is under development, so if the page doesnt render, it is temporary as I work on this issue).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at 3rd party shopping carts that claim to work with Auth.Net and are PCI compliant.&amp;nbsp; They are &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;WAY&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; overkill from what I need to do.&amp;nbsp; At the very least, a text field where the user can enter the final amount would be acceptable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I know I can edit this line on Index.aspx:&lt;/P&gt;&lt;PRE&gt; &amp;lt;%using (Html.BeginSIMForm("&lt;A target="_blank" href="http://secure.avtec.edu/home/sim"&gt;http://secure.avtec.edu/home/sim&lt;/A&gt;", 1.99M, "6343LUe4Q9jf", "8S5mF7KP9ps8D2NJ", true)){ %&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and I have found the reference to to 1.99M amount that generates the html on the FormBuilder.cs file and uses a hidden input field.&amp;nbsp;I have tried various ways of trying to turn this into a text field or something flexible to be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if anyone has come up with a good solution to provide this functionality, I'd like to hear about it.&lt;/P&gt;&lt;P&gt;-OR-&lt;/P&gt;&lt;P&gt;If someone could verify that OOB functionality will ONLY provide for one static amount to be charged, I would (not) like to hear that as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2012 19:29:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22271#M12068</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-27T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust the amount total in DPM C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22335#M12097</link>
      <description>&lt;P&gt;Download the sample app(NOT the sample code) on the SDKs download page. And see how it is used. Bascailly have to get the amount before going to the BeginSIMForm page.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:21:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22335#M12097</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-30T12:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust the amount total in DPM C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22361#M12108</link>
      <description>&lt;P&gt;Raynor,&lt;/P&gt;&lt;P&gt;I dont see sample code for DPM.&amp;nbsp; Although I do see that some users say it is like AIM.&amp;nbsp; Will this work, especially with MVC?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, I have discovered the best way to do this is to pick up the extra line item and other info on a seperate page and pass it with cookies.&amp;nbsp; What a pain :smileysad:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also find it amazing that when the reciept comes in the email, it shows the line items, and a total but does not tally the total for, as in there is a disconnect with the line items and the total at the server level.&amp;nbsp; Enough whining, I am glad you are here to elaborate. :smileyhappy:&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2012 19:11:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22361#M12108</guid>
      <dc:creator>SFink</dc:creator>
      <dc:date>2012-01-30T19:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust the amount total in DPM C#</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22391#M12121</link>
      <description>&lt;P&gt;Scroll down to the bottom on this&amp;nbsp;&lt;A target="_blank" href="http://developer.authorize.net/downloads/"&gt;http://developer.authorize.net/downloads/&lt;/A&gt; for the MVC sample app. Or download the SIM sample code&amp;nbsp;&lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt; and mod it to DPM, read the DPM documentation for required fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to pass in the total amount on the amount field. line items is for informational only.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2012 12:21:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Adjust-the-amount-total-in-DPM-C/m-p/22391#M12121</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-31T12:21:27Z</dc:date>
    </item>
  </channel>
</rss>

