Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Real time Shipping

  1. #1
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation Real time Shipping

    Hi,
    I have configures UPS real time shipping for my store.

    But.

    in checkout process.

    i see some XML code displayed in checkoutshipping.aspx?dontupdateid=true

    RTShipRequest:
    HTML Code:
    <roottag_justaddedfordisplayonthispage>
      <UPSRequest>
        <AccessRequest xml:lang="en-us">
          <AccessLicenseNumber>123456789</AccessLicenseNumber>
          <UserId>username</UserId>
          <Password>password</Password>
        </AccessRequest>
        <RatingServiceSelectionRequest xml:lang="en-US">
          <Request>
            <RequestAction>Rate</RequestAction>
            <RequestOption>Shop</RequestOption>
            <TransactionReference>
              <CustomerContext>Rating and Service</CustomerContext>
              <XpciVersion>1.0001</XpciVersion>
            </TransactionReference>
          </Request>
          <PickupType>
            <Code>01</Code>
          </PickupType>
          <Shipment>
            <Shipper>
              <Address>
                <City>
                </City>
                <StateProvinceCode>
                </StateProvinceCode>
                <PostalCode>11040</PostalCode>
                <CountryCode>US</CountryCode>
              </Address>
            </Shipper>
            <ShipTo>
              <Address>
                <City>HICKSVILLE</City>
                <StateProvinceCode>NY</StateProvinceCode>
                <PostalCode>11801</PostalCode>
                <CountryCode>US</CountryCode>
                <ResidentialAddressIndicator />
              </Address>
            </ShipTo>
            <ShipmentWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>0.4500</Weight>
            </ShipmentWeight>
            <Package>
              <PackagingType>
                <Code>02</Code>
              </PackagingType>
              <Dimensions>
                <UnitOfMeasurement>
                  <Code>IN</Code>
                </UnitOfMeasurement>
                <Length>0</Length>
                <Width>0</Width>
                <Height>0</Height>
              </Dimensions>
              <Description>1</Description>
              <PackageWeight>
                <UnitOfMeasure>
                  <Code>LBS</Code>
                </UnitOfMeasure>
                <Weight>0.4500</Weight>
              </PackageWeight>
              <OversizePackage />
            </Package>
            <ShipmentServiceOptions />
          </Shipment>
        </RatingServiceSelectionRequest>
      </UPSRequest>
    </roottag_justaddedfordisplayonthispage>
    RTShipResponse:
    HTML Code:
    <roottag_justaddedfordisplayonthispage>
      <UPSResponse>
        <RatingServiceSelectionResponse>
          <Response>
            <TransactionReference>
              <CustomerContext>Rating and Service</CustomerContext>
              <XpciVersion>1.0001</XpciVersion>
            </TransactionReference>
            <ResponseStatusCode>1</ResponseStatusCode>
            <ResponseStatusDescription>Success</ResponseStatusDescription>
          </Response>
          <RatedShipment>
            <Service>
              <Code>03</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>7.43</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>7.43</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery />
            <ScheduledDeliveryTime />
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>7.43</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>7.43</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
          <RatedShipment>
            <Service>
              <Code>12</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>9.17</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>9.17</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery>3</GuaranteedDaysToDelivery>
            <ScheduledDeliveryTime />
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>9.17</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>9.17</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
          <RatedShipment>
            <Service>
              <Code>02</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>13.89</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>13.89</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery>2</GuaranteedDaysToDelivery>
            <ScheduledDeliveryTime />
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>13.89</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>13.89</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
          <RatedShipment>
            <Service>
              <Code>13</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>20.18</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>20.18</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery>
            <ScheduledDeliveryTime />
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>20.18</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>20.18</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
          <RatedShipment>
            <Service>
              <Code>14</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>56.75</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>56.75</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery>
            <ScheduledDeliveryTime>8:30 A.M.</ScheduledDeliveryTime>
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>56.75</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>56.75</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
          <RatedShipment>
            <Service>
              <Code>01</Code>
            </Service>
            <RatedShipmentWarning>Your invoice may vary from the displayed reference rates</RatedShipmentWarning>
            <BillingWeight>
              <UnitOfMeasurement>
                <Code>LBS</Code>
              </UnitOfMeasurement>
              <Weight>1.0</Weight>
            </BillingWeight>
            <TransportationCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>23.11</MonetaryValue>
            </TransportationCharges>
            <ServiceOptionsCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>0.00</MonetaryValue>
            </ServiceOptionsCharges>
            <TotalCharges>
              <CurrencyCode>USD</CurrencyCode>
              <MonetaryValue>23.11</MonetaryValue>
            </TotalCharges>
            <GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery>
            <ScheduledDeliveryTime>10:30 A.M.</ScheduledDeliveryTime>
            <RatedPackage>
              <TransportationCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>23.11</MonetaryValue>
              </TransportationCharges>
              <ServiceOptionsCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>0.00</MonetaryValue>
              </ServiceOptionsCharges>
              <TotalCharges>
                <CurrencyCode>USD</CurrencyCode>
                <MonetaryValue>23.11</MonetaryValue>
              </TotalCharges>
              <Weight>0.4</Weight>
              <BillingWeight>
                <UnitOfMeasurement>
                  <Code>LBS</Code>
                </UnitOfMeasurement>
                <Weight>1.0</Weight>
              </BillingWeight>
            </RatedPackage>
          </RatedShipment>
        </RatingServiceSelectionResponse>
      </UPSResponse>
    </roottag_justaddedfordisplayonthispage>
    How can i remove it.

    thanks
    Last edited by harsha.gus; 10-27-2010 at 08:54 AM.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  2. #2
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    Set this appconfig to false

    RTShipping.DumpXmlOnCartPage

  3. #3
    amient2 is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    I am getting the same message, is it an error I need to be concerned about?

  4. #4
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Smile

    Quote Originally Posted by amient2 View Post
    I am getting the same message, is it an error I need to be concerned about?
    from you admin side,
    click on Advancedconfig adn search for RTShipping.DumpXmlOnCartPage
    then set it to false.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  5. #5
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    you might want to remove your username, xml access and password from the first post.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  6. #6
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Red face thanks

    thanks for informing it.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  7. #7
    amient2 is offline Member
    Join Date
    Jul 2009
    Posts
    40

    Default

    Thank you for the information. So I guess this warning is not something I need to worry about ?

  8. #8
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That isn't something you have to worry about, yes. Those are just xml dump which could be used for troubleshooting.