Posts by AdrianLeite • 1 point
2 posts
-
0
votes1
answer95
viewsA: Shipping method (Shipping) in custom Woocommerce
Follow the solution I found and this working perfectly! function get_fretes($cep, $itens_carrinho){ // RETURNA OS VALORES DOS FRETES: PAC, SEDEX e ETCs // Array( // [PAC] => 12.32 // [SEDEX]…
-
0
votes1
answer95
viewsQ: Shipping method (Shipping) in custom Woocommerce
Hello. I am creating a shipping method (plugin) where I send the zip code and the cart items and the system (a third party site) returns me the shipping values (PAC and SEDEX). I already implemented…