开发者 | Jeremias Francisco |
---|---|
更新时间 | 2011年8月27日 03:28 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.0 |
wp-ecommerce-csv-importer
folder to the /wp-content/plugins/
directory.In the Settings of your Wordpress dashboard, click the WP E-commerce CSV Importer then the main page will prompt.
Header is very important when using WP E-commerce CSV Importer plugin. This is a case senstive and you must follow this rule. For instance you want to import sku, product description, additional description, price, sale price, local shipping. Here's how you would write at the very first row of your csv file. SKU, Product Description, Additional Description, Price, Sale Price, Local Shipping As mentioned earlier this header fields are case sensitive. **Note: Product Id or SKU is a required field. You can use both, but I recommend to use SKU and must be included in your all csv file as the primary key. This plugin can also be used to change related informations in your product details, and again you must include either Product Id or SKU or both. Example: You have all your product in the database and you don't have SKU and want to change price or product description or add sale price using Product Id as your primary key. In your csv file include the "Product Id" "Price" "Sale Price" "Product Description" "SKU" if you'd like to add sku in your product. This will create or add the sku and update whatever product details you'd like to change.
If you are using MS Excel spreadsheet for Mac, make sure you save your CSV file as "Comma Delimited" and not "Comma Separated Values". Otherwise it won't work. If you don't have "Comma Delimited" in your Excel spreadsheet, go to openoffice.org download and install the openoffice. Use the openoffice to create your CSV file(Comma Delimited).
The plugin needs server sessions to store some variables. If your sessions was turned-off or not sure, please contact and web host and they will set this up for you.
You must include the "Thumbnail Image" header field in you csv file and at the right side of the page you will see the the "upload" button, click onto that and select all the image files that you would like to upload. A message indicator will show up to let you know the progress of the upload.
Please visit us at http://ihayag.com/wpplugin/ for more infomation.
Simply copy the new files across and replace the old files saving saving ones you've modified. If you have product images uploaded then do not overwrite the product_images folder or images folder. If you have downloadable products for sale do not overwrite the files folder. When updating it is important that you do not overwrite the entire images folder. Instead you should copy over the contents of the new images folder into the existing images folder on your server - saving all the exiting product images you may have already uploaded. If you experience database errors try de-activating and re-activating your plugin.