allaerd
Forum Replies Created
-
Hi, this is because of a javascript error. replace in she-header.js at line 32 this:
var responsive_settings = data_settings["transparent_on"], width = $j(window).width();
with this
if ( typeof data_settings != 'undefined' ) { var responsive_settings = data_settings["transparent_on"]; var width = $j(window).width(); }
Forum: Plugins
In reply to: [Woocommerce CSV importer] Add-on downloading problemHi Check your downloads in your account. Should work now.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Product could not be saved and skippedHi,
This happend when the mandatory fields are not met. ( post_title )
Forum: Plugins
In reply to: [Woocommerce CSV importer] Menu_Order does not Workso you want to sort them in a category? Is your default sorting based on this?
Forum: Plugins
In reply to: [Woocommerce CSV importer] Custom fields don’t working with yoast fieldswell, if the you check out the development branch you would have seen the plugin is actively maintained.
Still i can not see what is wrong. You have empty fields and when the field is empty it does not import.
Do you want it to import even when it is empty?
Forum: Plugins
In reply to: [Woocommerce CSV importer] UTF 8 CSV ENCODING NOT WORKSHi,
Make sure you use a text editor to save it as utf08. ( no microsoft products, they actually do not save it right )
If you are sure your file is utf08, disable utf08 conversion in the settings page. else enable it.
Hi,
make sure your CSV is utf08. It is , else enable utf08 conversion in the settings page
Forum: Plugins
In reply to: [Woocommerce CSV importer] update weight prices trough url/ftpfor now importing by csv is the only option. Soon url will be supported as well.
The other 2 can be done by storing the value in a custom field do anything you want with it in the front-end.
changed the download function to a native wordpress function to prevent unwanted behaviour.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Support request response time?clients site experienced problems. Was a site problem, not an import problem.
Forum: Plugins
In reply to: [Woocommerce CSV importer] duration of license key and reply to mail?Hi,
support and updates are for a year when you buy a 1 site license. But till now i always renewed licences when there are troubles of some sort.
Forum: Plugins
In reply to: [Woocommerce CSV importer] WooCommerce Coupons?Hi,
yes it is. Coupons are not in now. I’ll try to see if i can add it in the future.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Number of itemsHi,
Best to upload all images upfront and use the filename in the featured_image or product_gallery fields. Else this will import every image over and over!
The other fields are custom fields i think. Best check the post_meta table on how it is stored
It should work fine for the most fields.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Scheduled importsHi,
I hope to have time soon to finish this!