Jeff Sherk
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] orders filtering displaying "No orders found"Okay so looking at the database, it looks like older versions of woocommerce set the post type as PUBLISHED but now uses something different so no longer displays “published” orders.
I simply changed the post_type from published to wc-completed to get them to show up in the list on the orders page.
I used the following SQL to fix it (WARNING: backup database before making any changes):
UPDATEwp_postsSETpost_status= ‘wc-completed’ WHEREpost_status= ‘published’ ANDpost_type= ‘shop_order’Forum: Plugins
In reply to: [WooCommerce] orders filtering displaying "No orders found"I am seeing similar issue with NO ORDERS FOUND but with 20 beside ALL and PUBLISHED.
When I click ALL or PUBLISHED it still says No Orders Found.
These are definitely older orders and although not critical to see them, it would be nice!
I am using WP 4.2.2 with WC 2.3.11
Forum: Plugins
In reply to: [WooCommerce] How to revert post_status changes added in 2.2I am seeing similar issue with NO ORDERS FOUND but with 20 beside ALL and PUBLISHED.
When I click ALL or PUBLISHED it still says No Orders Found.
These are definitely older orders and although not critical to see them, it would be nice!
I am using WP 4.2.2 with WC 2.3.11
Forum: Plugins
In reply to: [WooCommerce] One page checkoutThanks I will check it out (pun intended lol).
Okay I will submit ticket shortly.
Thanks
So the PayPal IPN for WordPress plugin does NOT automatically change the order status to complete? So not sure I understand the point of the plugin if it does not do anything. Or maybe I am misunderstanding what you are saying.
THanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Delete a form?[resolved]
Forum: Plugins
In reply to: [Fast Secure Contact Form] Delete a form?@allm I thought I looked in all the tabs, but did not see it there. Thanks!!!
WordPress only does one level deep menus? I had no idea!
I guess if WordPress ever gets around to fixing that, then I will request it again.
Thanks
Sorry, I clicked on wrong email link and responded without reading which site I was on.
Ok thanks.
So can you be speific as to which add-ons go in which folder:
FOLDERS
/wp-content/extensions/newsletter/
/wp-content/plugins/newsletter/
/wp-content/plugins/ADD ONS
comment-plus =
facebook =
feed =
flv-auto-player =
followup =
mailjet =
reports =
sendgrid =Thanks
When I click Subscription then Form Fields And Layout, I have Sex set to Disabled/Private.
When I go to Subscribers and then click Edit for any email, it still shows up on this page (but would like it removed completely).
Also when I choose Newsletters then New Message then Create The Email then Who Will Receive It, it still shows up as a filter on this page as well (but would like it removed completely).
Thanks
How do I setup shortcode to display exactly like table displays in the Contact Form DB admin menu? Pagination works, and column sorting works and all the CSS must be there already.
Thanks
Okay thanks, that is helpful. Makes much more sense now. And I did not see the test link before, so that is helpful too.
But I am still just seeing a plain black and white table with no pagination and no sortable columns.
Thanks
Forum: Plugins
In reply to: [Contact Form DB] How to import existing data from an external DB?Purchased the extension and had all my data imported from my old db in less than 30 minutes!
Thanks 🙂