vj_007
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Woocommerce – Shipping not workingIf you update your WooCommerce version to 2.6, there is a major change in Shipping settings. Shipping Zones are introduced, which brings more flexibility to woocommerce shipping.
If your site is updated to woocommerce 2.6, then go through this article on on Shipping Zones, which might help to fix the issue you are facing.Forum: Plugins
In reply to: [Plugin: WooCommerce] Shipping classes and Flat rateHi, WooCommerce default Flat rate shipping method is not flexible to solve this use case. It will show the shipping cost purely based on the shipping class, not based on the quantity of the items added to the cart.
One possible solution is to use table rate shipping. You will be able to solve this use case using Table rate shipping pro plugin.Forum: Plugins
In reply to: [WooCommerce] Delivery OptionsBelow code snippet should help you.
add_filter( 'woocommerce_shipping_chosen_method', '__return_false', 99);
Reference from this article.Hi,
I hope this article will help to resolve your issue.
http://www.xadapter.com/2016/05/26/enable-shipping-state-field-for-specific-countries-during-woocommerce-checkout/It explains how to enable shipping state field for specific countries during WooCommerce Checkout. The example code snippet is made specific to AF.
Hope it helps.
Forum: Plugins
In reply to: [WooCommerce Shipping Pro with Table Rate] Plugin doesn't show up..Hi Oksana,
Can you please share your screen shot of wp-admin plugins where weight country plugin is activated? Also, the screen shot of your woocommerce shipping settings page? That will help us to confirm basic things are fine.
Forum: Plugins
In reply to: WooCommerce USPS Shipping Plugin (not calculating prices)It will be more easier to understand the issue if you can provide usps request and response after enabling “debug” in USPS settings. This request and response will be visible in cart and checkout page.