Announcement

Collapse
No announcement yet.

Formating of Maximum Quantity Text

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

    Formating of Maximum Quantity Text

    Has anyone managed to change the format of the Maximum Quantity message which appears on the shopping cart, when the quantity allowed for a product is exceeded ?


    Any help much appreciated.

    Regards
    Simon Silver

    #2
    The text "The quantity must be a whole number between..." can be changed in Design menu | Text | Web Site tab | Misc - if you can't find it, search for the word "whole". Don't change the last bit "... %d and %d."

    Malcolm
    ¤ The world wide web needn't cost the earth
    ¤ ARTISAN INTERNET LTD
    ¤ www.artinet.co.uk

    Comment


      #3
      I have tried to change this text but the %d is being a pain. The way I have reworded it is with only a maximum (it doesn't make sense to have a minimum as well in the context I have used it).

      The problem is that if I take the first %d out so there is only one %d in the string it is the minumum variable that is displayed.

      eg. if the minumum is 1 and the max is 10 then the original string is like this -
      must be between %d and %d = must be between 1 and 10
      but my string is like this -
      maximum of %d = maximum of 1
      Is there anyway to get just the maximum displayed...?
      John

      Comment


        #4
        Dave,

        Stick commenting out tags around the first %d but dont delete it. You string should read..

        maximum of <!--%d-->%d

        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          yup, that worked great!
          John

          Comment

          Working...
          X