Announcement

Collapse
No announcement yet.

Fixed Value Discount Coupon Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Fixed Value Discount Coupon Question

    Can I configure a coupon code to have a fixed value and redeem it against goods that cost less than the value of the coupon?
    When I tried this before I got a shipping error that says the shipping order value is out of range (ie negative)

    Thanks,

    Duncan R

    #2
    Anyone know if this can be done?

    </bump>

    Comment


      #3
      If I recall correctly you were getting a shipping error right?

      Try this, edit ShippingTemplate.pl, on Line 1446 you should see
      >>>>>>
      if ($nBasisTotal > 0)
      >>>>>>

      Replace with

      >>>>>>
      # if ($nBasisTotal > 0)
      >>>>>>

      Save and exit the file, update the site and it should work for you.

      Kind regards,
      Bruce King
      SellerDeck

      Comment


        #4
        Cheers Bruce - I'll give it a go.

        Comment

        Working...
        X