kcrolin
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Clear cacheHi, thanks for your response. I copied those delete_transient() rows into a separate function, which I’m calling right after my own cron job, but it didn’t help unfortunately.
Forum: Plugins
In reply to: [WooCommerce] Importing product attributesThanks for your input. Well, turns out my file was fine after all – I logged in using another admin account and imported my file without any issues. Did my previous attempts leave some meta data that was interfering or what? I noticed my site has also became slower after multiple imports even though I’ve only got about 200 products. Not sure if it’s the import’s fault or not, but I’d like to prevent it from happening again in the future…
Forum: Plugins
In reply to: [WooCommerce] Importing product attributesHi, yes, that’s right, I’m using the core import function. I created a sample of the product file that I’m using and translated the column names that are related to attributes: Link
Is there something wrong with my file?
Marking this as resolved. I’m going with a different plugin.
I’ve found the answers to the questions in my original post, but unfortunately, the shortcode didn’t exactly help me with my problem. Is there a simple query to retrieve products that are currently on sale (as a an array or WP post objects)?
Hi. As I said, I didn’t exactly solve it, but I went with the quick fix of adding the __() function calls to some of the files I mentioned. It works for now, but I’m looking forward to seeing an actual fix in the plugin. ??