Studio dub
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Set all orders to “on-hold”I would like to do the same. There must be a way to set the default order status after payment is received without using an additional plugin.
Perhaps there is a hook that we can use to modify the order status parameter that fires after payment is received?
Forum: Plugins
In reply to: [Intuitive Custom Post Order] custom post type date order not worksI’m having the same problem (on multiple installations). When using the Intuitive Custom Post Order plugin to manually sort my CPT posts, I’m unable to override this setting with a custom WP_Query(). Whatever I do, no sorting options seem to be accepted, all posts are returned in the manual defined sort whatever orderby or order parameters I provide to my new WP_Query() function.
There should be a way to override this… right?
Thanks rontal! I was having the same problem. Using the
wpseo_breadcrumb_linkshook works as a charm.Same here, unable to add new image sizes or export PHP theme code.
Forum: Plugins
In reply to: [WP Session Manager] Can't update properties of stored objectsJust verifying that this ‘dirty’ fix is working for me as well. Thanks for sharing.
Forum: Plugins
In reply to: [WooCommerce] Set sale prices trough codeI’m having the same problem as Niels. This problem does not only occur when inserting _sale_price values, but also when inserting _regular_price values. The prices don’t show up until you update the product.
I’ve tried to trigger some update_post logic, but to be honest, I don’t know exactly how to do that. All over the web you can find examples of how to update the meta data using the update_post_meta function, but no one speaks of the problems that Niels and I are experiencing.
Perhaps someone (or you Niels) have found a solution to this?