brianbolander
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Specific postcodes problem@laceyrod you are right, the calculator isn’t there, i don’t know why, because it is NOT disabled
https://snipboard.io/WmCid1.jpg
https://snipboard.io/miC07G.jpgForum: Plugins
In reply to: [WooCommerce] Specific postcodes problemHi, thanks for responding. I think you got most of it right, but you write “you’re no longer able to get rates in the cart once entering one of the listed codes” and i should not be entering anything on the cart page. I want flat rate to be shown using shop base address postcode without having to enter any postcode. Shop base address postcode is included in my list of postcodes.
https://snipboard.io/CxhD4W.jpg
https://snipboard.io/jrkAXU.jpg
https://snipboard.io/0FdXMc.jpgForum: Plugins
In reply to: [WooCommerce] Specific postcodes problemYes and it works until i add Specific postcodes. I have seen this question asked before in forums but never answered with anything usefull, always (like your answer, i´m sorry to say) replies like have you done this and that trivial things. I think problem is in woocommerce code but i cant figure out where to make the “correct” code change that solves the problem. Anyway i made a hack code change that works for me by adding “if(!$package[‘destination’][‘postcode’]) $package[‘destination’][‘postcode’] = get_option( ‘woocommerce_store_postcode’ ); ” in class-wc-shipping.php “public function load_shipping_methods” but that is for sure not the correct way to solve this problem