Results 1 to 6 of 6

Thread: Promo Code Vs Free shipping

  1. #1
    Join Date
    Dec 2008
    Posts
    166

    Default Promo Code Vs Free shipping

    We have a dilemna here. We turned on the FREE shipping over $50.00 using the App Config. But people can also enter the Promo Code too. The dilemna now is, if someone enters Promo Code, they get discount, BUT Shipping is no longer FREE. If someone buys over $50.00 AND have Promo Code. How does the system know to turn off the over $50.00 option not to apply? Is there any way around this?

    thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Have no clue what you're asking (yet). Can you be more specific?

    Trying to guess:

    a) If >$50 && no coupon => free shipping
    b) If coupon (of any kind) => no free shipping?

    or is there more?
    AspDotNetStorefront
    Shopping Cart

  3. #3
    Join Date
    Dec 2008
    Posts
    166

    Default

    Thanks for the reply...sorry for not being clear.

    If order>$50 and no coupon code , offer free shipping automatically
    And
    If order> $50 after entering coupon code, no free shipping

  4. #4
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    The system recognizes the value of the FreeShippingThreshold appconfig parameter as a global certainty; as long as the cart subtotal is $50 or greater the user will be offered the option of free shipping.

    What you could do though is go into the code where FreeShippingThreshold is being utilized and check for the existence of the coupon code. If a coupon code is being used (or if certain coupon codes are being used depending on how you are setting up your coupons) then don't execute the FreeShippingThreshold code that says "give the customer free shipping". Not hard to implement...will just take a few code modifications
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  5. #5
    Join Date
    Dec 2008
    Posts
    166

    Default

    Should i use XML package for this? What is the easiest way of doing this? Can you help me with this?

    thanks!

  6. #6
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    No...will have to be done in the code. Do you have source? Is it C# or VB?
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •