Dave
Forum Replies Created
-
I can confirm that I am experiencing the same issue.
From the order page, I am able to generate and download the invoice PDF without any problems. However, when I try to generate the invoice from WooCommerce → PDF Invoice, I get the following error:
“Document not available for order xxxx, please try selecting another order.”I have already checked the permissions and updated all plugins, but the issue persists only in the PDF Invoice section of the WooCommerce backend.
Has anyone managed to solve this or does anyone have any additional suggestions?Thank you!
Hi, I solved it this way.
The error is located in the multisite-clone-duplicator.php file at line 28:// Load textdomain
load_plugin_textdomain( MUCD_DOMAIN, NULL, MUCD_PATH . '/language/' );Replace this line with:
// Load textdomain
add_action('init', function() {
load_plugin_textdomain( MUCD_DOMAIN, NULL, MUCD_PATH . '/language/' );
});- This reply was modified 1 year, 3 months ago by Dave.
Hi @alexmigf ,
Thank you so much for the help you provided in the forum! Your solution worked perfectly, and I greatly appreciated your support.
Thanks again!
DaveForum: Plugins
In reply to: [Elementor Website Builder - more than just a page builder] Admin errorHi Michelle and thank you for your answer,
the screenshots are here http://is.am/4ntu and http://is.am/4nuyit happens if elementor free is active
Greetings
DavidForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Warning Issue with PHP8 in admin sideI follow, I have the same problem.
PHP Version: 8.0.0rc1
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postCiao @paoloz53 dimmi pure.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postHi @keraweb
thanks for the assistance and technical support!
The problem appears to be solved.Cheers,Dave
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postHi Jory,
i read the chanlog and in the new 2.7.23 release this is fixed.
Do you agree?Added / Fixed: Support Pod related magic tags in shortcode query parameters. # 5734 (@JoryHogeveen)
Are there any updates in the guides on how to assign the post id?
Thanks for your help
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postGreat Jory,
thanks for your help.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postHi Jory,
I am using the shortcode in page content.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postThe people field is a bi-directional field relationship with other People pods.
People is a multi select.The People page includes the list of publications.
A publication belongs to multiple People.The where clause indicates the ID reference by ID of the author page in the publications of the single People.
If I use the fixed numeric ID, (test mode)
where = “people.id = ‘8928’” I get the result.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] How to get ID page/postHi, Jory Hogeveen
thanks for your answer,
yes I had already included it in the wp-config.php, but I had no result.If I call {@ID} in the pods templates I see it and it works correctly, but in the where clause in the shortcode no.
it certainly returns the IDs of the publications but not of the page / post
I don’t understand where the problem may be.
Thankyou
Dave- This reply was modified 6 years ago by Dave.