Announcement

Collapse
No announcement yet.

Ultimate Gift Certificate Module

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

    Ultimate Gift Certificate Module

    Trying to figure out how to bypass the presentation of shipping options if someone only purchases a gift certificate. I found the following in the Sebenza KB but it's old and I wasn't sure if the newer shipping options in more recent versions of MIVA affect this solution:

    You could create a weight based shipping method and assign a zero weight for the certificate product. By setting the min and max weight in the shipping method to zero, the method would only appear if the basket weight is zero. You could also do the reverse where your gift certificates have a positive weight and your other products have a zero weight.
    Thanks!

    Korey
    Korey McWilliams
    Project Director
    _____________________________
    korey usbones dot com
    http://usbones.com

    #2
    Re: Ultimate Gift Certificate Module

    We have the ability under shipping rules to turn off require shipping, that might help. I haven't personally played with this module.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Ultimate Gift Certificate Module

      Originally posted by Rick Wilson View Post
      We have the ability under shipping rules to turn off require shipping, that might help. I haven't personally played with this module.
      Hmmm...I don't see anything under "Shipping Settings" > "Shipping Rules" that turns off require shipping?
      Korey McWilliams
      Project Director
      _____________________________
      korey usbones dot com
      http://usbones.com

      Comment


        #4
        Re: Ultimate Gift Certificate Module

        NM, I was wrong. I was referring to the skip Shipping/Payment for Free Orders.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Ultimate Gift Certificate Module

          Hi Leslie

          On Kiyonna.com I set up a flat rate shipping option "Email Delivery" $0.

          ON the OSEL page while the basket is rendering I check for a gift certificate and set a flag

          if item;code eq "giftcertificate code'
          then assign g.IsGift | 1
          else assign g.IsGift | 0

          The flag is set if ONLY the Gift Certificate is in the basket by itself.

          Then when the shipping options display you can check g.IsGift and the shipping method "Email Delivery" and only display that option.
          Ray Yates
          "If I have seen further, it is by standing on the shoulders of giants."
          --- Sir Isaac Newton

          Comment

          Working...
          X