Ask a questionAsk a question
 

AnswerCoupon to give user a different price

  • Friday, November 06, 2009 3:44 PMJaybuffet Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have 2 prices on each product in my catalog, List Price and Special Price.  Normally a user gets list price, but i would like to allow a user to put in a coupon code to get Special Price (its not a percentage or something simple like that)

    How would something like that be accomplished?

Answers

  • Saturday, November 07, 2009 10:40 AMRavi Kanth KoppalaMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The intent of having coupon code is something different and may not be used to your requirement OOB. May be you can create coupon codes, distribute to the users but while the user is doing order checkout, you can check whether provided coupon code is valid or not - if it is valid, you can update line item price with speical price and execute all pipelines.

    Hope this helps.

    Regards,
    -Ravi Kanth Koppala
    http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)

All Replies

  • Saturday, November 07, 2009 10:40 AMRavi Kanth KoppalaMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The intent of having coupon code is something different and may not be used to your requirement OOB. May be you can create coupon codes, distribute to the users but while the user is doing order checkout, you can check whether provided coupon code is valid or not - if it is valid, you can update line item price with speical price and execute all pipelines.

    Hope this helps.

    Regards,
    -Ravi Kanth Koppala
    http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)
  • Sunday, November 08, 2009 3:01 PMJaybuffet Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Where would this be done?
  • Sunday, November 08, 2009 3:16 PMRavi Kanth KoppalaMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    I prefer to incorporate this logic in Basket pipeline.

    Regards,
    -Ravi Kanth Koppala
    http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)