Announcement

Collapse
No announcement yet.

Order Dilemma

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

    Order Dilemma

    We sell personalised collars for dogs - where the collar can be embroidered with your phone number, dogs name, even had some embroidered with football or dog class names.

    Over weekend we've had an order which includes the word f***ing - my dilemma - do we accept it and pass onto the embroidery company who may be offended - do we want to be seen as a company that will do this sort of thing - or do we email the customer asking them to either change the wording or we will cancel the order.

    Really not sure - what would others do?

    Kathy
    Kathy Newman

    #2
    ooooh...err there's a tough one.
    I'm assuming it's not a particularly high value order? I think I'd be inclined to request re-wording (and add on the website that offensive wording will not be accepted etc)

    Just that, if someone else (potential customer-wise) sees it and it becomes associated with your company, I'm not sure that's a good thing.

    JMHO though, obviously

    I don't think one offensive satisfied customer is worth reputation.
    Tracey

    Comment


      #3
      im with bumps on this one

      was just typing moved computers and shes already done it

      for one little order with probably no repeat custom id bin it
      Remembering the road to Actinic enlightenment is a long and sometimes painful one.
      Current project:
      cheapadulttoys4u.co.uk
      cheaplingerie4u.co.uk
      Something for the Missus,Something for the Weekend

      Comment


        #4
        I wouldn't burden the embroidery company with having to go through the same dilemma - they might not feel able to refuse (although they might really want to) because you are a regular customer, not just a one-off, then you have forced them down to the level of your customer.

        Aquazuro - designer stainless steel accessories

        Comment


          #5
          I wouldn't put my reputation on the line for 15.99.

          I'd ask the customer to reword and offer a few alternatives in the process... Blimming, Freeking, etc.

          The customer may have meant nothing by it but it is your reputation.
          "Opportunities multiply as they are seized." - Sun Tzu

          Comment


            #6
            I'm with everyone else on this one Kathy.

            Apart from the fact that you are concerned it isn't worth the reputation of your business.

            I'd politely ask them to reword it and if they won't then politely cancel their order.

            Comment


              #7
              again same as everyone.

              its your reputation on the line for one order

              Comment


                #8
                Yea, same as everyone else. If you don't feel comfortable doing it then contact the customer and ask them to reword it.

                I'd also add something to the website to say that customisations including obscenities will be refused.

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment


                  #9
                  what did the entire collar say?

                  Comment


                    #10
                    Originally posted by gabrielcrowe
                    what did the entire collar say?
                    My owner is a f***ing moron

                    Aquazuro - designer stainless steel accessories

                    Comment


                      #11
                      Brilliant Mark - made my morning.

                      Comment


                        #12
                        Spot on Mark

                        Comment


                          #13
                          unrelated

                          i notice that i can type more than 22 characters in the box to order my collar.

                          so i wrote this.

                          HTML Code:
                          <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                          <html xmlns="http://www.w3.org/1999/xhtml">
                          <head>
                          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                          <title>scripty goodness</title>
                          </head>
                          
                          <body>
                          <!-- function i knocked up to strip bad mouth words -->
                          <script type="text/javascript">
                          //configure the max length
                          var limitnumber = 22
                          
                          function Left(str, n){
                          	if (n <= 0)
                          	    return "";
                          	else if (n > String(str).length)
                          	    return str;
                          	else
                          	    return String(str).substring(0,n);
                          }
                          
                          	function limit(numString) {
                          		var re = new RegExp("[^0-9a-zA-Z] ", "g");
                          		// ^ comment this line out to remove non alphanumberic character culling
                          	  
                          		document.getElementById('limitshow').innerHTML = 'You have used '+numString.length+' characters'
                          		
                          		if (limitnumber<numString.length) {document.getElementById('limitshow').innerHTML = '<span style=\'color:#ff0000\'>'+numString.length+' characters is too many!</span>'}
                          		//^ this line lets you simply tell them its too many
                          		
                          		if (limitnumber<numString.length) {numString=Left(numString,limitnumber)}
                          		//^ this line lets you prohibit them from typing too many
                          		
                          		
                          		return numString.replace(re, "");
                          		//return numstring
                          		//^ this line causes the full string to be returned, not the edited one
                          	}
                          </script>
                          
                          <!-- example form that makes it work -->
                          <form id="form1" name="form1" method="post" action="">
                            <label>test input
                            <input type="text" name="textfield" onkeyup="this.value = limit(this.value)"/>
                            </label>
                          </form>
                          <p id="limitshow">Type your message here...</p>
                          </body>
                          </html>

                          Comment


                            #14
                            Gabe strikes again

                            Comment

                            Working...
                            X