hikeforce
Forum Replies Created
-
Please send the CSV to support@xadapter.com, so that we can check the issue.
@makeonlineshop: You are welcome!
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] Retain Order ID@asarfara: Currently retaining ID on import is not possible with the basic version.
However, this can be possible with our Pro Version.With a PHP application, when encountering a 500 error on a file upload these are the first things to check:
1.) Is the directory where the uploaded file is being placed owned by www-data (Debian/Ubuntu) or apache (CentOS)? If the web server process does not have permission to copy the file from it’s temporary location to the upload directory it can cause issues.
2.) Is the file larger than the maximum size? In your php.ini (with apache this is /etc/php5/apache2/php.ini) look for upload_max_filesize and post_max_size and make sure they are larger than any file you expect the form to receive.
You can check for any errors in the error log. When a 500 error is returned additional details of the error should be recorded there. If you’re running Apache this can be found in /var/log/apache2/error.log
@makeonlineshop: Glad that you sorted it out.
Forum: Plugins
In reply to: [Product Reviews Import Export for WooCommerce] Problem importing reviews@reasoluzioni: Please leave a mail to support@xadapter.com
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] Import produces empty coupons@wovawefo: Glad that you sorted it out. Could you please share sample of your exported CSV and modified CSV to support@xadapter.com, so we can analyze why it happened.It will help us to improve the plugin and documentation.
@croneberg: The internal WP-IDs will be there having same IDs as other type of post like article, order …etc. You can import it as new product just by Mapping the ID column as “Do not Import” in second Step of import.
Let us know if you have anymore queries.
@laxstreetwear: Currently Cron job for export and import option is not available in this version. However, the Pro verion contains this feature.
You can refer this article to know more about Cron settings for importing products to woocommerce.
Forum: Plugins
In reply to: [Product Reviews Import Export for WooCommerce] Problem importing reviewsCould you please provide a screenshot of “review section” you are mentioning. By default all the product reviews will fall under WordPress comments section.
@benni0307: This plugin will export data into column product_url for External products. Currently the Product page URL export option is available only in the Pro version
Forum: Plugins
In reply to: [Product Reviews Import Export for WooCommerce] Problem importing reviews@reasoluzioni: WooCommerce default reviews are treated as comments only.Please let us know which review plugin you are using, so we can check the compatibility.
You can refer this article on details about how it works.
Also you can mail your sample CSV to support@xadapter.comForum: Plugins
In reply to: [Product Reviews Import Export for WooCommerce] CSV exported unreadable@karanv95 : Which tool you are using to view the CSV.? Please send the CSV to support@xadapter.com, so we can check the issue.
If you are having some encoding issue with CSV , please check this article.Hello Croneberg,
Please cross check SKU of the products in both sites , if they are same , it will either skip or overwrite according to your selection of “Merge products if exists”.
This plugin will not delete products in any case.Please check this article on more details about how it works.
- This reply was modified 9 years, 5 months ago by hikeforce.
Forum: Plugins
In reply to: [Order Export & Order Import for WooCommerce] Coupon import and export issues@sevans917 : Products IDs related to coupons will be exported as comma separated numbers, please check the screenshot.
.You can check this article on how to work with import and export of coupon.