FGD
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] CSV ExportYep, the update to v.4.3.3. resolves the issue!
Forum: Plugins
In reply to: [WooCommerce] CSV ExportI am having the exact same issue on two entirely different web servers. Seems like a bug in the plugin. I submitted a ticket at woo commerce. It says it could be up to 5 days before someone gets back to me because they are busy. (Probably because there stuff isn’t working like it use to is my guess.) I will let you know what they say or discover (if anything.)
Thanks!
The plugin author had marked this as resolved. The recommendation was to purchase the Pro version of the plugin. And it would have supplied a way to bypass this issue. However, we took another approach. Here is what caused the issue.
My client duplicated a variable product then changed that new product to a simple product. That caused the variations to get a post_status of ‘trash’. I’m not sure why this plugin is scraping trashed variations?
Anyhow…. So, we decided to clean the database using a SQL query ->
UPDATE wp_posts SET post_status = 'trash' WHERE post_type = 'product_variation' AND post_status = 'publish' AND post_parent = 'X' /* WHERE 'X' is the product ID */
Hopefully this will help somebody with a similar issue and XML files and Google Merchant Center reporting products with a price of 0 zero.
Cheers!
(I suppose this solves it.)
Sorry for the double post… WordPress had some issues when I was trying to submit. It is working now and I just sent the request.
Thanks!
Hmmm… the link you sent is not responding.
Hmm… that webappick.com/support website is not responding.
Will do!
Thanks for the response. I thought that might be the problem too but the products do not have any variations and are WooCommerce Simple Products.
Forum: Plugins
In reply to: [Widgets on Pages] V1.0.3 does not work with PHP 5.3Some of us need to run older PHP versions dependent upon other items. If this cannot run pre 5.4 then we will have to leave this plugin and move on to something else.
Forum: Plugins
In reply to: [Widgets on Pages] Latest version broken – Cannot even activateBROKEN FOR ME TOO…
Parse error: syntax error, unexpected ‘[‘ in /wp-content/plugins/widgets-on-pages/public/class-widgets-on-pages-public.php on line 126
PHP 5.3
Forum: Plugins
In reply to: [WooCommerce] Editing pages and posts broken after update to 3.0I am having the same issue and we are not using QuickPay. This does not appear to be totally solved. Any help?
Forum: Plugins
In reply to: [Gravity Forms No CAPTCHA reCAPTCHA] ERROR for site owner: Invalid site keyWe rolled this out on a WordPress with multisite. It worked great but now we have sites that are displaying the same error.
ERROR for site owner:
Invalid domain for site keyWe regenerated keys and still no luck.
Hopefully it gets fixed but at this time we will have to pull this plugin from all 25 sites. Bummer!
No worries – boom!
Problem solved.
Thank you sir.
No worries. I notified the other plugin developer too!
Love the plugin by the way @libinvbabu… keep it up!
Well… the MailPoet guys came to the rescue with a fix.
Increase the WordPress Memory Limit.
/* Increase PHP Memory to 128MB */ define('WP_MEMORY_LIMIT', '128M');
Marking this issue as resolved.
Thanks!