Archive for July, 2012

Translating Web Sites into Other Languages

No business owner wants to turn away a potentially good customer. No one wants to let barriers like language stand in the way, particularly if there’s an easy way to translate your Web site into another language.

So why not use automated translation tools like Google Translate and Bing Translator? They offer free tools any Web site can add to translate any site into almost any language.

Here’s the problem: the translations are horrible, and probably wouldn’t reflect well on your business. Take this example:

From https://www.yola.com/es:

Crea gratis y en minutos un sitio web profesional.

Google Translate translates this as:

Free and in minutes Create a professional website

The average user could probably figure out what the intent was, but this sentence would hardly look professional. The truth is, if you need a translation of your site into another language, you need to have a professional translator write it up in the language of your choice. If you have a service, you’ll also need to make sure you have someone on staff who can speak with the language that you’ve translated the site into.

No Comments

Babysitting Facebook, Twitter and other Social Media Presences

Many businesses have Social Media accounts to help find new clients, customers and patients. Most create an account and forget about it. It is actually better to just create an account if that’s your approach — have an “empty” account can look worse to a potential customer than not having one at all. A successful social media presence involves an ongoing investment in adding content and having a dialog with your customers (such as this blog!).

Once you have a presence, it is also important to monitor the accounts for negative content such as a customer complaint. Customer complaints will make potential buyers leery to work with you. With Blogs, Facebook and Google Plus, that means using built-in tools to remove the offending content. With Twitter, YouTube and Yelp — where negative content can’t be easily removed unless it violates the service’s terms of service, it means responding to the negative content in a friendly way — making it appear that you really do care about your customers. Try apologizing to the person publicly and inviting them to contact your directly to resolve the problem.

What kind of content have you had to remove from social media accounts?

No Comments

Updating WordPress and Its Plugins

Many of the sites we are working with use WordPress, which is one of several open source content management systems that are available for Web site developers to use. WordPress is powerful, extensible and easy for developers to use making it a great choice. It’s also very popular, which means you have lots of other sites using it.

That popularity can be a blessing and a curse. The fact that many others are using it means there will be lots of people who can help you if you have a problem. It also means that if you were a malicious person, and you knew how to develop a piece of software that could attack a WordPress installation, you could attack many sites with the same software.

The defense against these types of attacks is keeping your WordPress installation up to date. This is easy to do — click the “updates” section from your dashboard to see what updates are available and make sure they are applied. Occasionally, updates to the core and/or the plugins can break existing functionality, so it may be good to involve your a Web site development professional to be sure that nothing gets broken.

As of this writing, the current version of WordPress is 3.4.1 and it includes several security related issues that were fixed.

 

2 Comments

7 things every E-commerce Site needs

Most merchant account providers will ask you to include this information on your site. Most of them are good common-sense items that you would want to include anyway.

  1. Website active with DBA on application present and prominent. So if you call yourself “XYZ, Inc.” it should mention that on your site. This helps make sure that your customers aren’t confused when they see a charge from “XYZ, Inc” on a credit card bill when they have never heard of the company.
  2.  Customer Service number or email listed – Customer service contact information must be available for the customer to reach the you in case there are questions or problems. We always recommend a phone number in addition to an email address, but technically one one is usually required.
  3. Return/Refund Policy present - This is where you describe what your policy is if someone wants to cancel or return an item. For example, if you return with x amount of days with receipt - we will refund your entire purchase minus shipping. It doesn’t actually mater what this policy is: it can say “no refunds!” — it just must be accurate.
  4.  Merchant Privacy Statement must be present – This tells the consumer what will happen with the information that is collected on the website. For example: we will or will not sell your information or we maintain that information offsite so it is not on the web server for your protection . It actually doesn’t matter what the policy is: you could write “we will sell your data to the highest bidder!” as long as it is accurate.
  5. Website Secure Order Page – The page that accepts credit card data must be secured using an SSL certificate.
  6. Products/Services listed with price
  7. Delivery Method and timing are clearly stated - the underwriters of your merchant account want to know how the product is going to be shipped or service rendered and what the time frame is for delivery.  Again here, it doesn’t matter what your policy is — for example — you could write “we ship all items in 18-20 weeks” — it just must be accurate.

No Comments

State Sales Tax for E-Commerce – for WA and Beyond

When we’re setting up Web sites for E-Commerce clients (who are mostly in Washington state), we often have to do a lot of work to get Sales Tax to compute properly and we also have to do a lot of work educating our clients on how Sales Tax works. Almost every site that sells products should include sales tax. Here are some general guidelines that we use regarding setting up sales tax:

- First, determine what state(s) the business has offices in.  An office seems like an easy thing to figure out, but some states count affiliate relationships, warehouses, and/or employees as “offices.”  If the client is unsure, they should contact their lawyer or accountant for professional advice.
- For every state the client has a presence in, we need to charge state sales tax, if there is one. This wikipedia article is a good starting point to determine what the general rules are, though you should search for the department of revenue for the specific state for confirmation.
    - Some examples:
        A business located in GA, with a customer located in FL = no state sales tax.
        A business located in GA, with a customer located in GA = charge state sales tax. see Georgia Department of Revenue for details.
        A business located in GA, NY, and FL, with a customer in OR = no state sales tax.
        A business located in GA, NY, and FL, with a customer in NY = charge state sales tax. see New York Department of Revenue for details.
- Sales tax should in most cases be computed based on where the product is shipped to, not the billing address.
- For businesses that operate in Washington state, WA uses a destination based sales tax system. This means that for WA businesses who have customers in WA state, the sales tax is computed based on the specific location it is shipped to. For example, a Seattle business ships to Cle Elum should be charged Cle Elum sales tax. Note that this applies only in Washington state; a WA business shipping to OR charges no sales tax.
- The exact way to charge for sales tax in WA involves looking up the address in a database provided by the state. However, e-commerce transactions can sometimes include misspelled addresses, alternate street names, or addresses not in the WA database. Curvine Web Solutions preferred method involves looking up the 5 digit zip code and determining the a sales tax in the general area. It should be noted that this generates a good guess at the right sales tax, but is not 100% accurate. It represents a “best effort” given the parameters we have to work with with related to e-commerce transactions. See the DOR Web site for a copy of the database. This database should be updated every quarter.
- Note that Paypal, Google Checkout and many other shopping carts don’t support the WA destination based shipping. X-cart, Magento and other more robust carts either do or can easily be modified to support it.
If you have more questions, post them below.

2 Comments