supportsws
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Partial TranslationHello,
We made changes to the store’s default languange (settings -> general -> language) and the issue has been resolved.Thank you.
Hello,
Yes this was most likely the culprit. We made some changes and the error seems to be gone.
Thank youHello,
Very peculiar and interesting.
Thank you for taking the time and finding the culprit.
Hello, we suspect that this is caused due to heavy load on our server’s resources (many imports/exports being executed within the day). We are in the midst of upgrading our plan and will come back with the results.
Thank you.
Forum: Plugins
In reply to: [WooCommerce] get_sku at woocommerce_process_product_meta is emptyBryan from the slack community helped us with the approach to this problem.
We used
woocommerce_process_product_metato identify products being created manually to which we added a custom field and value viaupdate_post_metamethod.
We later usedadded_post_metaandupdated_post_metaactions to log meta data being added and updated to our product. Once the logs stopped we had our product created and values ready to be retrieved.
In our example the latest action was performed viaupdated_post_metaon_edit_lockmeta_key.Many thanks to Bryan for his help.
Hello,
Yes this option did do ‘the trick’ and we’re able to view/change our rules/filters now.
Thank you for the rapid and on point response.