Get shipping class cost using shipping class id in Woocommerce2019 Community Moderator ElectionReference — What does this symbol mean in PHP?WooCommerce: stack shipping class costsItem-specific shipping cost wiith Woocommercehow to get woocommerce shipping class price/cost using shipping class idShipping cost based on cart total weight in Woocommerce 3Set shipping cost conditionally based on a shipping class in WoocommerceShipping cost discount based on a shipping classes in WoocommerceWoocommerce sort and group cart items per shipping classProgressive quantity based shipping costs with a max cost in WoocommerceSet Minimum item cost in Woocommerce Shipping method rates
How to make sure I'm assertive enough in contact with subordinates?
Is divide-by-zero a security vulnerability?
Affine transformation of circular arc in 3D
The need of reserving one's ability in job interviews
The past tense for the quoting particle って
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
In the world of The Matrix, what is "popping"?
Is there a math equivalent to the conditional ternary operator?
Can you run a ground wire from stove directly to ground pole in the ground
What is better: yes / no radio, or simple checkbox?
Learning to quickly identify valid fingering for piano?
I can't die. Who am I?
When to use the term transposed instead of modulation?
What is the oldest European royal house?
Why aren't there more gauls like Obelix?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
Are small insurances worth it
School performs periodic password audits. Is my password compromised?
The Key to the Door
Why is, for a group scheme of finite type, "smooth" (resp. irreducible) equivalent to "geometrically reduced" (resp. geometrically irreducible)?
“I had a flat in the centre of town, but I didn’t like living there, so …”
Can a Mimic (container form) actually hold loot?
Is there a way to find out the age of climbing ropes?
Practical reasons to have both a large police force and bounty hunting network?
Get shipping class cost using shipping class id in Woocommerce
2019 Community Moderator ElectionReference — What does this symbol mean in PHP?WooCommerce: stack shipping class costsItem-specific shipping cost wiith Woocommercehow to get woocommerce shipping class price/cost using shipping class idShipping cost based on cart total weight in Woocommerce 3Set shipping cost conditionally based on a shipping class in WoocommerceShipping cost discount based on a shipping classes in WoocommerceWoocommerce sort and group cart items per shipping classProgressive quantity based shipping costs with a max cost in WoocommerceSet Minimum item cost in Woocommerce Shipping method rates
I need the shipping class cost of products.
$order = new WC_Order( $order_id );
$items = $order->get_items();
foreach ($items as $item)
$product = new WC_Product($item['product_id']);
$shipping_class_id = $product->get_shipping_class_id();
How can I fetch shipping class cost based on shipping class id?
php wordpress woocommerce hook-woocommerce shipping-method
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I need the shipping class cost of products.
$order = new WC_Order( $order_id );
$items = $order->get_items();
foreach ($items as $item)
$product = new WC_Product($item['product_id']);
$shipping_class_id = $product->get_shipping_class_id();
How can I fetch shipping class cost based on shipping class id?
php wordpress woocommerce hook-woocommerce shipping-method
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I need the shipping class cost of products.
$order = new WC_Order( $order_id );
$items = $order->get_items();
foreach ($items as $item)
$product = new WC_Product($item['product_id']);
$shipping_class_id = $product->get_shipping_class_id();
How can I fetch shipping class cost based on shipping class id?
php wordpress woocommerce hook-woocommerce shipping-method
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I need the shipping class cost of products.
$order = new WC_Order( $order_id );
$items = $order->get_items();
foreach ($items as $item)
$product = new WC_Product($item['product_id']);
$shipping_class_id = $product->get_shipping_class_id();
How can I fetch shipping class cost based on shipping class id?
php wordpress woocommerce hook-woocommerce shipping-method
php wordpress woocommerce hook-woocommerce shipping-method
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 11 hours ago
LoicTheAztec
91.5k1365105
91.5k1365105
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
user1994user1994
41
41
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user1994 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
WooCommerce: Shipping classes are independent from Shipping Zones and Methods. Shipping class cost depends on the customer location and on the selected shipping method.
So the answer is its not possible
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
user1994 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55022329%2fget-shipping-class-cost-using-shipping-class-id-in-woocommerce%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
WooCommerce: Shipping classes are independent from Shipping Zones and Methods. Shipping class cost depends on the customer location and on the selected shipping method.
So the answer is its not possible
add a comment |
WooCommerce: Shipping classes are independent from Shipping Zones and Methods. Shipping class cost depends on the customer location and on the selected shipping method.
So the answer is its not possible
add a comment |
WooCommerce: Shipping classes are independent from Shipping Zones and Methods. Shipping class cost depends on the customer location and on the selected shipping method.
So the answer is its not possible
WooCommerce: Shipping classes are independent from Shipping Zones and Methods. Shipping class cost depends on the customer location and on the selected shipping method.
So the answer is its not possible
answered 18 hours ago
mujuonlymujuonly
2,38311327
2,38311327
add a comment |
add a comment |
user1994 is a new contributor. Be nice, and check out our Code of Conduct.
user1994 is a new contributor. Be nice, and check out our Code of Conduct.
user1994 is a new contributor. Be nice, and check out our Code of Conduct.
user1994 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55022329%2fget-shipping-class-cost-using-shipping-class-id-in-woocommerce%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown