choutin
Forum Replies Created
-
Already try that but doesn’t work. Any other idea what to replace that field. Thank you.
I didn’t mean to modify the form checkout. php
The form checkout.php im your plugin is different from original woocommerce checkout form. In the snippet .col-2 is shipping field. It is not work if I activate the multistep check out. here is some code from the snippet. I can replace .col-2 to .woocommerce-shipping-fields and that still work as the .col-2 hide the notes too.
jQuery(‘#customer_details .col-2’).fadeOut();
} else {
jQuery(‘#customer_details .col-2’).fadeIn();
}
});
so I need something to replce the .col-2 in the snippet as the. col-2 is not shipping field in your plugin form checkout.php
Thank you.Forum: Plugins
In reply to: [YITH WooCommerce Quick View] can it not refresh the pape after add to cart?Any one have any idea how to do this? or If the premium version offer such function? please let me know. Thanks for any help.
Forum: Plugins
In reply to: [Additional Charge] how to move the table to be under the billingnever mind. after using hook and move it to where I want it in the check out field. Problem solved.
Forum: Plugins
In reply to: [WooReer] where is the minimum amount ruleI used check out form editor to disable/not showing the country and state. but after I put it back and disable all the plug in except woocommerce, change the theme. I am still not able to make it showing on the check out. I will try it on another brand new website tonight to see if it is working.
Forum: Plugins
In reply to: [WooReer] where is the minimum amount rulenot even with country and state enable. not even with all the plug in disable. no idea what make it not show up in the check out page.
Forum: Plugins
In reply to: [WooReer] where is the minimum amount ruleEverything is set up correctly. the address is enter as well. I also test to deactivate some other plug in to see if any conflict. but without good luck. The only thing I remove from the check out filed is the country and state. the address, city and zip code are on the check out page. the 4 point you mention above is all good. Might be the state was missing and cause the problem?
Forum: Plugins
In reply to: [WooReer] where is the minimum amount rulealso the check out page only shows the pick up option as shipping. I enable the debug on woocommerce shipping option. on the check out page message display Customer matched zone “United States Pick Up”. not showing any error. any idea to fix? I have lastest wordpress and woocommerce are installed.
Forum: Plugins
In reply to: [WooReer] where is the minimum amount ruleI see that. but can you set Minimum Order Amount and shipping cost on different distance. not just free shipping. Thank you.