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

Thread: Coupon Import

  1. #1
    EAD is offline Junior Member
    Join Date
    Feb 2010
    Posts
    6

    Question Coupon Import

    Is it possible to iinclude coupons as part of an import?

    I want to use the coupons as an additional discount for specific products for specific customers. I have many variations and would like to handle it as an import rather than manually configuring each one.

    Is this possible?

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    The only way you would be able to do this via import is via our Web Service Automation Interface (WSI) with a direct sql query (eg. using the ExecuteSQL/SQL nodes). More information can be found in our WSI manual under the ExecuteSQL menu item
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    EAD is offline Junior Member
    Join Date
    Feb 2010
    Posts
    6

    Question Code/Queries

    Has anyone written code for coupon import through WSI – It would be helpful to see some SQL queries.