miky990t
Forum Replies Created
-
Thank you for your reply mate,
I look forward to the release of this feature. In the meantime, I must commend the plugin for its excellent functionality and the great value it provides.
Many thanks
Forum: Plugins
In reply to: [Participants Database] Opening PDF file in new windowI didn’t think this would work with PDF files!
Thank you very much for your support
Thank you very much for your support. That worked perfectly!
Forum: Plugins
In reply to: [Participants Database] PDF invoice generatorThank you so much for your valuable advice and taking the time to help me.
Forum: Plugins
In reply to: [WooCommerce] Display registratin button on checkout pageThank you very much carolm29
I really appreciate your kindness and time to find a plugin for me.
This plugin actually is much better than what I expected.
Thank you again for solving my queries.Forum: Plugins
In reply to: [WooCommerce] Display registratin button on checkout pageThank you @carolm29
I already know this feature but I was hoping to have a registration button next to “Lost your password” or if possible, to have a popup login and registration form to popup when guests try to checkout. If you can suggest and plugin, I would be grateful.
Thank you for your time
Forum: Everything else WordPress
In reply to: Average usage of CPU for a pluginThank you @threadi
The information was a massive help.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Remove hover tooltipThank you for your prompt reply and support @dwpriv
That worked perfectly.
Appreciate your time many thanks
Hi @Mohamad
My apology for the late reply.
Yes this worked perfectly ???? exactly what I am looking for. Now I won’t need another plugin
Thank you for your support??
Hi again Yordan
I found another plugin that has the option to open the invoice without opening or loading the doucment and it works perfectly fine with this plugin with no conflict:
https://www.ads-software.com/plugins/woocommerce-delivery-notes/Thank you again for your support
Thank you Priyanka Jagtap for sharing the correct code.
Here is the code for anyone needs to use it:
function custom_order_info_fields( $fields, $order ) {
? ? // Add your custom meta fields here
? ? $custom_fields = array(
? ? ? ? array(
? ? ? ? ? ? 'label' => 'ID:',
? ? ? ? ? ? 'value' => $order->get_meta('_billing_tckimlik_vergino', true),
? ? ? ? ),
? ? );
? ? // Merge the custom fields with the existing fields
? ? $fields = array_merge( $fields, $custom_fields );
? ? return $fields;
}
add_filter( 'wcdn_order_info_fields', 'custom_order_info_fields', 10, 2 );Forum: Plugins
In reply to: [WooCommerce] Admin Orders page breakpoint 782pxHi Omar,
First of all, thank you very much for the prompt reply.
I am currently attempting to style the orders page in the backend to better fit my requirements.
Fortunately, I’ve already found a solution for anyone else attempting to make similar changes:
@media only screen and (max-width: 782px)
{
.toggle-row{
display: none !important;
}body{
overflow: scroll !important;
}
}Thank you very much for your prompt reply Yordan
This worked on both invoice and packing slip buttons but I need it work on the packing slip button only and the invoice button to function as normal.
Also, I want to prevent the packing slip from loading or opening in the browser so just to make it like a print button only where I don’t have to close the tab or a popup box.
Thank youh??
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] viewing the PDF in a popupThank you so much, Yordan; that worked like a charm. Your support and effort are really, really appreciated. ??????
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] viewing the PDF in a popupThank you very much Yordan for your support again.
I tried all 3 steps on my current site and on a fresh wordpress but still the same.
I am sorry if I didn’t make things clear. I am trying to open the dpf invoice from woocommerce orders page at the backend.