Mudit Kumawat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Guest users will not receive a thank you page.Yes, we all know this is a public forum, and they will not share any site credentials here. Is there any option for them to contact us to fix this issue?
Forum: Plugins
In reply to: [WooCommerce] Guest users will not receive a thank you page.Ok, share your website detail with me, I will fix this issue.
Forum: Plugins
In reply to: [WooCommerce] Guest users will not receive a thank you page.You should read my message properly first. I did not mention anything about the order-details.php file, you need to do the coding in the order-received.php file.
Forum: Plugins
In reply to: [WooCommerce] Guest users will not receive a thank you page.I have checked your screenshots. You did it wrong.
Step 1: Copyorder-received.php
andthankyou.php
from your WooCommerce directory (plugins/woocommerce/templates/checkout
) to this path:astra-child/woocommerce/checkout
Step 2: add the following code inastra-child/woocommerce/checkout/order-received.php
below the?defined( 'ABSPATH' ) || exit;
?line (https://prnt.sc/aEhKOPB56tu7) :global $wp;
if ( isset($wp->query_vars['order-received']) ) {
$order_id = absint($wp->query_vars['order-received']); // The order ID
$order = wc_get_order( $order_id ); // The WC_Order object
}If you are still unable to configure this, please share the details with me and I will do it for you, free of cost ??
- This reply was modified 8 months, 2 weeks ago by Mudit Kumawat.
- This reply was modified 8 months, 2 weeks ago by Mudit Kumawat.
- This reply was modified 8 months, 2 weeks ago by Mudit Kumawat.
Forum: Plugins
In reply to: [WooCommerce] Guest users will not receive a thank you page.@kibitzz?This issue occurs because order details are not available on the thank-you page for non-logged-in users, causing it to call a different template:
woocommerce/templates/checkout/order-received.php
. To fix this issue, you need to override the template by copying it toyourtheme/woocommerce/order/order-details.php
. Then, copy the code from yourthankyou.php
file code intoorder-details.php
and add the following code below thedefined( 'ABSPATH' ) || exit;
line (https://prnt.sc/aEhKOPB56tu7) :global $wp;
if ( isset($wp->query_vars['order-received']) ) {
$order_id = absint($wp->query_vars['order-received']); // The order ID
$order = wc_get_order( $order_id ); // The WC_Order object
}This solution will resolve the issue.
Forum: Plugins
In reply to: [Awesome Responsive Menu] Missing Home linkI Have check our Plugin working fine, In your “style.css” some CSS added :
#menu-main li:first-child a {
font-size: 1px !important;
}This CSS change font size of first element of menu . Remove this CSS from your style.css Line Number is:54. Check screenshot for better to understand: https://www.awesomescreenshot.com/image/873804/5f3f1ca34aca02f6b718f933b1809a5b
Forum: Plugins
In reply to: [Awesome Responsive Menu] Missing Home linkPlease share your site url with me for checking issue . For get Quick Reply contact here: [email protected]
Forum: Plugins
In reply to: [WP Quick Maintenance] How to remove clouds from WP Quick MaintenanceHi markettoz,
Please check now i have added this feature(remove clouds from WP Quick Maintenance) in our plugin.Forum: Plugins
In reply to: [WP Quick Maintenance] How to remove clouds from WP Quick MaintenanceThis Feature not Available in our Plugin but i will add this shortly.
Thanks
Forum: Plugins
In reply to: [Awesome Responsive Menu] Missing Home linkHi mstudioIL,
Can you Please share Your Site URL with me for checking issue.
Thanks
Forum: Plugins
In reply to: [Awesome Responsive Menu] Change the 'Back' Text from the menuThis feature not available in this plugin , but I will add this feature shortly .
Forum: Plugins
In reply to: [WooCommerce] Search products by Product IDCheck here My stackoverflow Answer For search product By ID: https://stackoverflow.com/questions/33014611/woocommerce-search-products-by-id/33740998#33740998
If after see stackoverflow Answer if You have any issue ,you can contact me ??
Forum: Plugins
In reply to: [Responsive Navigation] Awesome plugin! Small problem i guess?Hi Zaanmedia,
Thanks For using my Plugin, For scroll down menu on Mobile device there feature available in Advance setting when you check on Fixed Position on scroll scroll down menu on Mobile feature is enable.Forum: Reviews
In reply to: [Responsive Navigation] Awesome responsive menu plugins!Hi Zaanmedia,
Thanks For using my Plugin, For scroll down menu on Mobile device there feature available in Advance setting when you check on Fixed Position on scroll scroll down menu on Mobile feature is enable.Forum: Plugins
In reply to: [Responsive Navigation] List bullets showing when refresh page in ChromeHi kungfo,
I’ve Corrected the problem , Now please download a Fresh copy of the plugin
https://www.ads-software.com/plugins/responsive-navigation/