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 2 of 2

Thread: Extended Price and Customer Levels

  1. #1
    Ankush Garg is offline Junior Member
    Join Date
    Feb 2010
    Posts
    7

    Default Extended Price and Customer Levels

    Hi,

    I have a couple of questions on WSI:

    1) Can the customer levels be imported through the WSI for a product? The Entity node in Mappings does not mention about it?

    <Entity EntityType="Manufacturer|Distributor|Category|Sect ion|Genre|Vector" Name="string" XPath="string" ID="integer" GUID="uniqueidentifier" DisplayOrder="integer"/>

    2) Can the Extended Price feature be added to the Product XML for the WSI? I don't see anything related to Extended Price on the Product XML given in the manual?

    Thanks,
    Ankush

  2. #2
    Ankush Garg is offline Junior Member
    Join Date
    Feb 2010
    Posts
    7

    Default

    Its there in the Master doc... Posting it if someone else also found it hard to find it:

    <ExtendedPrices AutoCleanup="boolean" PullFromVariantID="integer" PullFromVariantGUID="uniqueidentifier">
    <CustomerLevel ID="integer" GUID="uniqueidentifier" Price="decimal"/>
    <CustomerLevel ID="integer" GUID="uniqueidentifier" Price="decimal"/>
    <CustomerLevel ID="integer" GUID="uniqueidentifier" Price="decimal"/>
    <CustomerLevel ID="integer" GUID="uniqueidentifier" Price="decimal"/>
    </ExtendedPrices>