Announcement

Collapse
No announcement yet.

Stopping People from Checking Out with Less than 80€

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

    #16
    For my part, I'm on Developer version 7.0.1.0.0.0.EGSA

    Thanks.
    Mathieu Perino
    ICTL - Liaisons Optiques
    Website: www.ictl.com

    Comment


      #17
      Hi,

      The fix that I posted was for v7.0.3 and I see there are differences in the ActinicOrder.pm file between the two versions. I have asked our development team if they can come up with a workaround for v7.0.1. I will post back as soon as I hear from them.
      ********************
      Tracey
      SellerDeck

      Comment


        #18
        Hi,

        OK, the previous fix will work for versions 7.0.2 onwards. If you do not want to upgrade then restore your ActinicOrder.pm file from the 'c:\program files\actinic v7\original' folder and then make the following change:

        Search for 'sub CheckBuyerLimit'
        Scroll down to...

        Code:
        else
                {
                $nUpperBound = $$::g_pSetupBlob{'MAX_ORDER_VALUE'};
                $nLowerBound = $$::g_pSetupBlob{'MIN_ORDER_VALUE'};
                }
        Replace that with...

        Code:
        else
                {
                $nUpperBound = $$::g_pSetupBlob{'MAX_ORDER_VALUE'};
                }
        $nLowerBound = $$::g_pSetupBlob{'MIN_ORDER_VALUE'};
        then update your site. This will set the 'minimum order value' field for registered and un-registered customers.
        ********************
        Tracey
        SellerDeck

        Comment


          #19
          Hi Tracey, thanks so much. Works perfect.

          Lonnie
          http://www.TheLondonPoject.ca
          Located at Vancouver, Canada

          Comment


            #20


            It works for me too!
            Thanks!!
            Mathieu Perino
            ICTL - Liaisons Optiques
            Website: www.ictl.com

            Comment

            Working...
            X