Repon Hossain
Forum Replies Created
-
Forum: Plugins
In reply to: [Freight Shipping Quote] Need to change the ‘Subject’ line of the emailsHi @baz74
You should put code like this below
function your_theme_set_email_priority($headers, $email_id) { if( ! ( 'shipping-quote-new' == $email_id ) ) return; // only for Freight 'shipping-quote-new' emails $headers .= "X-Priority: 1\n"; $headers .= "Priority: Urgent\n"; $headers .= "Importance: high"; return $headers; } add_filter('woocommerce_email_headers', 'your_theme_set_email_priority', 100, 2);
Let me know after checking.
Hi @andresramirezduque ,
I just checked your site and the plugin is working perfectly. Here you can see the video https://www.loom.com/share/55fff05a8b8e487abe3aacfd2d91e19f. Let me know If you still see the problem.
Thanks,
ReponThank you for your message. Have you updated the last version?
Forum: Plugins
In reply to: [Freight Shipping Quote] Error: Mismatch shipping costHi @andrian77s ,
I have added a new setting for disabling that notice. Please see the screenshot below
https://prnt.sc/kt2WisgvJLOnThanks,
ReponForum: Plugins
In reply to: [Freight Shipping Quote] Error: Mismatch shipping costHi @andrian77s ,
I just checked the problem you are saying. The above notice will get the customer when the shipping cost does not match. Customer will see the below error if mismatch
"Mismatch shipping cost. Your shipping cost should be {amount}. Please refresh and try again."
Would you give me a screenshot of the backend where you set the shipping cost?
Thanks,
Repon- This reply was modified 8 months ago by Repon Hossain.
Forum: Plugins
In reply to: [Freight Shipping Quote] Need to change the ‘Subject’ line of the emailsHi @baz74
Here is the code you can place in the functions.php on your child theme.
function your_theme_set_email_priority($headers, $email_id) { $headers .= "X-Priority: 1\n"; $headers .= "Priority: Urgent\n"; $headers .= "Importance: high"; return $headers; } add_filter('woocommerce_email_headers', 'your_theme_set_email_priority', 100, 2);
Keep in mind above code will set priority for all kinds of emails. For specific emails, you can apply the condition. There is $email_id available.
Thanks,
ReponHi @andresramirezduque ,
Thank you for your clear information. I watched the video you sent. This is very strange behavior you see. But I tried some times on your site without any problem. Are you seeing this problem every time? Would you try more time, please? let me know If you still see the problem. Also, ask your friend to do like that to figure out that problem. I will try to my best for solve the problem.
Thanks,
ReponHi @baz74
I am sorry to tell you that I have not planned to do this kind of pre-filled data for the shipping address. It is not possible to do now like that, I might need to separate the fields of address on the modal form, then it will be possible.
Thanks,
Forum: Plugins
In reply to: [Freight Shipping Quote] Need to change the ‘Subject’ line of the emailsHi @baz74
If you want to set priority you can use this woocommerce filter “woocommerce_email_headers”. Please tell your developer to add this filter to your child theme. If you do not have a developer I can assist you.
Forum: Plugins
In reply to: [Freight Shipping Quote] Need to change the ‘Subject’ line of the emailsHi @baz74
We have already the option for changing the subject line on email settings. Please open the email settings page (https://example.com/wp-admin/admin.php?page=wc-settings&tab=email§ion=freight-shipping-quote-new) and change the subject line. Here is the screenshot https://prnt.sc/Zz0hiCqCs1G6
Thanks,
ReponHi @andresramirezduque ,
The problem comes from the Lightspeed plugin. You can fix it by putting this “zip_code_based_product_price_location” in the “Do Not Cache Cookies” field item. Here is a screenshot of the guideline https://prnt.sc/qVLTOkE6r3mB.
I think 3 stars do not deserve this plugin. Don’t forget to update it.
Thanks,
Hi @andresramirezduque ,
can you try disabling the Litespeed plugin and let me know if it works
I watched your video and checked on some browsers. It is working on some browsers, but not on every browser. Here is a screenshot of the result https://prnt.sc/L_Z-3SQ1IECv
I will solve this problem within 24 hours.
I have updated the version. I think I fixed the problem you are seeing.
Thanks,
ReponHi @andresramirezduque ,
Would you write more info about the problem? I will immediately solve the problem.
Thanks,