Announcement

Collapse
No announcement yet.

Minimum Orders for Customer Accounts

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

    Minimum Orders for Customer Accounts

    I've been searching previous posts and have come to the conclusion that you cannot set the minimum order quantity for different customers.

    But is there anyway to notify customers on checkout that they must spend a certain amount ?

    I'm trying to set this up to differentiate between wholesale and dropshipping.
    My wholesale customers have a €100 minimum and there should be no minimum for dropshipping.

    Or can anyone think of another way around this ??
    For Everyday Pet Products
    www.pet-bliss.com

    For Doggy Bling and Clothes
    www.poshpaws.ie

    #2
    Is "Maximum order value" in Edit Customer Details > Buyer important to you?
    If not you can replace in ActinicOrder.pm this row:
    $nBuyerLimit < $nTotal) with
    $nBuyerLimit > $nTotal)
    then you can set for every Account a specific Minimum order value instead of Maximum order value.


    Sorry for my english
    http://www.karakorum.it/

    Comment


      #3
      No, maximum order is no problems... the more they buy the better !

      If you make those changes, how do you actually set a value for the minimum spend ?
      For Everyday Pet Products
      www.pet-bliss.com

      For Doggy Bling and Clothes
      www.poshpaws.ie

      Comment


        #4
        see the attachment below...
        Attached Files
        http://www.karakorum.it/

        Comment


          #5
          Hi Lyndsey

          By doing what Luca has suggested actually reverses the functionality of Maximum order value and it does exactly what you want. I would also suggest that you make changes to Design | Text :- phase -1, ID 2348 . This text is the error message that come up when the condition set is not fulfilled.
          Kiran Chandran
          Technical Support - SellerDeck
          http://www.sellerdeck.co.uk/

          Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

          Comment


            #6
            I've tried doing this and refreshed the website, but its not implementing for the customers. Any ideas ? Am I missing something really simple ?
            For Everyday Pet Products
            www.pet-bliss.com

            For Doggy Bling and Clothes
            www.poshpaws.ie

            Comment


              #7
              You can try it on my web site (www.karakorum.it login:guest pwd:guest) minimum order 30 euro.
              http://www.karakorum.it/

              Comment


                #8
                It seems like its not updating the actinicorder.pm file on the server. I've tried a refresh and still no luck.

                Any ideas if i need to purge and refresh ?
                For Everyday Pet Products
                www.pet-bliss.com

                For Doggy Bling and Clothes
                www.poshpaws.ie

                Comment


                  #9
                  Ignore last post... got it working !

                  Thanks for all your help !!
                  For Everyday Pet Products
                  www.pet-bliss.com

                  For Doggy Bling and Clothes
                  www.poshpaws.ie

                  Comment


                    #10
                    Hi Lyndsey (or anyone else with the answer)

                    How did you get Actinic to update the actinicorder.pm file?

                    I changed the actinicorder.pm file as described, and also changed it to check the SubTotal and not the Total (to exclude VAT, etc). This worked fine in v7 but I cant get it to work with v8.

                    I don't think actinic is updating the scripts generated from actinicorder file because at present is doesn't update actinicextras.js either (easily fixed by direct ftp I know) but I don't know how to do this with the actinicorder file!

                    Any ideas? Thanks.

                    Comment


                      #11
                      Check that you are in fact editing the actinicorder.pm and actinicextras.js in the site folder and NOT the originals in the Original folder.
                      Bill
                      www.egyptianwonders.co.uk
                      Text directoryWorldwide Actinic(TM) shops
                      BC Ness Solutions Support services, custom software
                      Registered Microsoft™ Partner (ISV)
                      VoIP UK: 0131 208 0605
                      Located: Alexandria, EGYPT

                      Comment


                        #12
                        Bill,

                        No, I have checked this and I am editing the correct files. I can manually ftp the actinicextras file to the site and this corrects the error, so this must be the correct file.

                        Comment


                          #13
                          Check the <head> section of your OuterLayout and ensure the actinicextras.js is correctly referenced there. If it is and it's still not working may be well worth your time making a safe backup of your site folder contents and the two databases onto another drive and then doing a complete re-install of Actinic.
                          Bill
                          www.egyptianwonders.co.uk
                          Text directoryWorldwide Actinic(TM) shops
                          BC Ness Solutions Support services, custom software
                          Registered Microsoft™ Partner (ISV)
                          VoIP UK: 0131 208 0605
                          Located: Alexandria, EGYPT

                          Comment


                            #14
                            I have checked and yes the script is correctly referenced in the <head> section, which is why it works when manually uploaded.

                            Unless any other suggestions come forward I will have to try the backup and reinstall route.

                            Comment


                              #15
                              A re-install appears to have fixed the problem, but no obvious cause.

                              Strange, never mind it now works!

                              Thanks.

                              Comment

                              Working...
                              X