aumjosh
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Shipping] Lost Thousands of Dollars after activatingThanks for your reply.
I am also looking more into this… I just updated the plugin to 1.1.4 and the problem appears to have gone away. Still I switched back to Shipping & Tax until I have more time to test.
Stripe is processed through Payment Plugins for Stripe WooCommerce
Previous version of the WooCommerce Shipping also caused conflicts with Zapier, causing complete crash of the integration, conflicts with webhooks. We were unable to process payments via backend with Stripe… was given unknown errors, didn’t realize it was the Shipping Plugin until next day.
Release notes for latest update showing known conflict with JetPack:
4.0.5
- Added: Additional options for category visibility, can now select Archive and Single posts, Archive only, or Singe Posts only
- Fixed: Content is updated and removed during page editing
- Fixed: response is not a valid json response
- Fixed: Ajax select2 search field
- Fixed: Compatibility issue with All In One SEO plugin
- Fixed: Compatibility issue with Woo Pick List plugin
- Fixed: Compatibility issue with Jetpack
- Fixed: Compatibility issue with Table of Content plugin
- Fixed: Compatibility issue with WP Recipe plugin
- Fixed: Devices Restriction, condition now working in mobile
The latest update that was just released today (4.0.5) solved the problem, without adjusting any other settings.
Hi @tneveu,
That setting is already off. Any other ideas?
Hi Roxy,
Thanks for your quick reply and for the helpful links. I have done some more testing. After deactivating, reactivating, and reconnecting Jetpack, deactivating and reactivating WC S&T, I not longer am noticing this issue.
If anything changes, I’ll let you know, but I’m marking this as resolved for now.
-Josh
I’m not deceiving people. Your support is poor. Of all of the plugin developers I’ve contacted, you guys are extremely poor with your responses. Just very very slow.
But when I want a refund or leave a review, your response is very quick.
- This reply was modified 2 years, 5 months ago by aumjosh.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Manual Split does nothingIf it helps to know why I need this.
The original order is used for communicating with the customer.
The split orders are used to communicate with the vendors.Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Manual Split does nothingThanks for the quick reply.
It looks like remove from parent is not really what I want.
I still want the parent to look exactly as it originally did.
If an order has 2 items I want to split, I want to keep the original order as it was, then create 2 new orders each with it’s own product.
Is this possible?Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Manual Split does nothingOk, I clicked the checkbox on the ‘Order Split Settings’ screen at the top of the list of products. Is this what you mean?
screenshotAfter selecting, now when I do a manual split from the single order page, It just seems to be duplicating the order. The order I’m using has 2 products and both are selected.
How can I split the order so that the original order has two products, and then I create two new orders, each with a different single product?Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Feature Request – Email AttachmentI don’t want to send after payment.
Only some of the orders are sent via CSV, so this would not work.
What I need is ability to send specific orders via email.
I want to be able to modify the email subject to include a custom field (formatted)
I want to be able to modify the body of the email to include order number and custom field for PO number.
Also need to be able to send to a custom field email address
So ideally, I can check the orders I want to send in bulk, then click send.Can I do this with the PRO version?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Feature Request – Email AttachmentFor the email functionality, what I really need is:
The ability to send emails on per order basis (not in batch jobs)
The ability to modify the email template in plain text format.Does the PRO version have this ability?
Thanks,
JoshSure thing.. this worked great, much appreciated:
<?php add_filter('woe_get_order_value__wcpdf_invoice_number',function ($value, $order,$fieldname) { return preg_replace('/(\w+)(\s\-\s)(\d+)/', '$3', $value); },10,3);
Ok great, thank you for your help
Thanks for reminding me. That’s fine, then I don’t need to format this at all.
But what I still need to do is format a custom field (_wcpdf_invoice_number).
I need the output to adhere to this regex:<?php $string = _wcpdf_invoice_number; preg_replace('/(\w+)(\s\-\s)(\d+)/', '$3', $string); ?>
Can you help me apply this to the correct filter?
Actually this one I wanted to format as text because for postcodes that start with a 0, excel removes the 0