Announcement

Collapse
No announcement yet.

Locating Text

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

    Locating Text

    Can anyone point me in the right direction.

    I have my site setup so that you have to order more than €100.
    If you try to order less, you get this message :

    [Not Used] Value of your shopping basket (€2.60 / £2.06) exceeds your limit (€100.00 / £79.30).
    Please, remove something from your shopping basket.

    Anyone any idea where this code is to change it ?

    I have tried the actinicorder.pm and the design text search but can't find it...

    Tried changing Phase -1 and ID 2349 but it doesn't implement
    For Everyday Pet Products
    www.pet-bliss.com

    For Doggy Bling and Clothes
    www.poshpaws.ie

    #2
    Hmmm - that message doesn't make any sense - 2 euros certainly doesn't exceed 200 euros!

    When you get a [Not Used] it means exactly that - the error message has been retired and shouldn't appear. Maybe you could screenshot (i.e. press the 'PrtScn' button and paste it into a Word doc and then attach that to a post) your order limit settings to see what you have there and this might help diagnose the problem.

    Comment


      #3
      I have this changed :

      ActinicOrder.pm:
      $nBuyerLimit < $nTotal) was replaced with $nBuyerLimit > $nTotal)
      Attached Files
      For Everyday Pet Products
      www.pet-bliss.com

      For Doggy Bling and Clothes
      www.poshpaws.ie

      Comment


        #4
        OK - take a snapshot first and then:
        1. Open your ActinicCatalog.mdb file in your site folder using MS Access (if you have it - if not, you'll need ot contact support)
        2. Open the 'Checkout Prompt' table
        3. Search in the the 'sPrompt' column for '[Not Used] Value of your shopping basket (%s) exceeds your limit (%s).<br />Please, remove something from your shopping basket.'
        4. Edit it as required.

        Comment


          #5
          Excellent ... thanks !
          For Everyday Pet Products
          www.pet-bliss.com

          For Doggy Bling and Clothes
          www.poshpaws.ie

          Comment

          Working...
          X