yonahs
Forum Replies Created
-
yes, I am using bulk rules.
i can’t find what I need in the link you provided, can you help me out a little more?
Thank you, but I am looking to get the invoice in a completely external environment, is there no way to allow the invoice to be viewable with some kind of master Key in the querystring?
@alexmigf
Do you have an answer?Thank you, I did that, but what is the link to view the PDF?
I got the following error as well:
#0 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-content/plugins/visibility-logic-elementor/core/helpers/Controls.php(63): Stax\VisibilityLogic\Controls->register_controls() #1 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-includes/class-wp-hook.php(303): Stax\VisibilityLogic\Controls->on_controls_registered() #2 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters() #3 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-includes/plugin.php(470): WP_Hook->do_action() #4 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-content/plugins/elementor/includes/managers/controls.php(453): do_action() #5 /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-content/plugins/elementor/includes/managers/c in /home/***.cloudwaysapps.com/ysgjymdxpp/public_html/wp-content/plugins/visibility-logic-elementor/core/helpers/Controls.php on line 74
I rolled back to previous version of your app and its ok.
No, I am not on latest version of Elementor,
I am not comfortable sharing my system info on a public forum.If you need, I’m willing to send to you privately
Forum: Plugins
In reply to: [Formidable PRO2PDF] Hebrew Support (RTL)I have emailed you my files, both before and after.
Thank you
Forum: Plugins
In reply to: [W3 Total Cache] Automatically Flush Cache at the end of WP All Import?Thank you for your quick reply.
I did find a hook form WP All Import:
function after_xml_import( $import_id, $import ) { // Only run if import ID is 6. if ($import_id == 6) { w3tc_flush_all(); sg_cachepress_purge_everything(); } } add_action( 'pmxi_after_xml_import', 'after_xml_import', 10, 2 );
- This reply was modified 3 years, 9 months ago by yonahs.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Error Since Latest UpdateNope, still getting it on every order that I update via REST-API (I am not sure if is happening on regular update as I don’t do those at all)
Forum: Plugins
In reply to: [WP User Merger] WoocommerceI am sorry, but you are not correct.
The post_author value does not accurately determine the customer of a woocommerce order
The value that controls who the customer is a meta tag called ‘_customer_user’In my case, I imported many older orders, so the post_author for all those orders is the Admin, while the ‘_customer_user’ correctly contains the customer that placed the order.
I had the same problem.
So, I purged my entire cache and it seems to have worked.
But….
This is not an answer.
I can’t be expected to go in and purge the entire cache just because I updated one CSS file in my site.Isn’t Nitro supposed to pick up on updates and automatically do a purge of the relevant files?
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Import Very SlowI have over 39,000 to update
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Import Very SlowHi, you never responded to me.
I am just trying to figure out how to build this string:
a:1:{i:0;a:5:{s:17:"tracking_provider";s:11:"israel-post";s:15:"tracking_number";s:13:"MyTrackingNumber";s:12:"date_shipped";s:10:"1206576000";s:14:"status_shipped";s:1:"1";s:11:"tracking_id";s:32:"ddf87c6cfc5bb96faf72a41ac428190a";}}
The 2 variables that are not fully clear are the date_shipped. What format is that?
And the tracking_id, is that just a random guid?Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Import Very SlowThank you, but can you please explain some of the values in the field for me:
What type is the date_shipped value stored as?
Where do I get a value for “tracking_id”?Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Import Very SlowOk, I am processing 49 orders. It took about 2 and half minutes.
Seems to be moving faster, and not locking down my browser.But this is not realistic as I said have 13,000 orders to update.
Where does AST store the information in the database?
I did not see it in postmeta.I don’t neeed it to update order status, i don’t need it to send any emails, i just want the information in the database, so can you tell me where its stored and I will try to enter the data directly?
Thanks
thanks, i didn’t even think of that…
hopefully my users won’t be savvy enough to look there to remove it