jokes

Two women were having lunch together, and discussing the merits of cosmetic surgery. The first woman says, “I need to be honest with you, I’m getting a boob job.”
The second woman says “Oh that’s nothing, I’m thinking of having my a**hole bleached!”
To which the first replies, “Whoa, I just can’t picture your husband as a blonde!”

http://www.bobandtom.com/jokes

Zen Cart to BigCommerce Conversion or Migration

Here are the steps to migrate your products from Zen Cart to Big Commerce. (This information can probably be used to migrate from OSCommerce as well.)  It’s a little tricky to do smoothly. The basic process is to create a CSV file from your Zen Cart database then use the Import Products feature in BigCommerce. The tricky part ,of course, is to create the CSV file properly. It’s best to get your data organized in Zen Cart before creating the CSV file. NOTE: I wrote this for BigCommerce V6. The current V7 does not have a option import feature.

1. Product names need to be unique. In Zen Cart, you can have two products with the same name. Big Commerce uses the product name to identify the product.
If you have access to a SQL query tool like PHPmyadmin, you can use the following SQL query to check for duplicate names in Zen Cart: Continue reading