Skip to main content

Questions tagged [shipping-methods]

Denotes questions about shipping methods configuration and implementation.

0 votes
0 answers
27 views

<?php declare(strict_types=1); namespace Vendor\Module\Model\Quote\Total; use Magento\Quote\Api\Data\ShippingAssignmentInterface; use Magento\Quote\Model\Quote; use Magento\Quote\Model\Quote\...
Ashok Marthineni's user avatar
0 votes
0 answers
56 views

I’m passing new information from my custom shipping method to the frontend following the previous answer Need to get additional data in custom shipping method Magento 2? namespace Sway\ShipSmart\Model\...
Luan's user avatar
  • 1
0 votes
1 answer
75 views

I have this qty_more attribute showing on the Grouped Product PDP. I have a table of the shipping costs of the different countries that will only apply if the product having attribute is add to cart ...
Rana Zain's user avatar
  • 731
0 votes
1 answer
249 views

I am using the UPS shipping method and I am getting shipping rates with the below option. United Parcel Service XML But as I change it to United Parcel Service REST then it stopped working and ...
Manish Goswami's user avatar
0 votes
2 answers
364 views

I am trying to configure UPS shipping method with Magento 2.4.7. I am using United Parcel Service REST UPS type. you can verify below images of UPS configurations : [1]: https://i.sstatic.net/Mwv9g3pB....
MageComp Project Team's user avatar
0 votes
1 answer
221 views

I use magento 2.4.6. I have a custom code that allows the free shipping method only for peculiar products so, if one of these products are in the cart, the free shipping is visible, otherwise it's not....
Lou Nik's user avatar
  • 527
0 votes
1 answer
83 views

i've added textbox field if shipping method is freeshipping based on the shipping method textbox functionality working fine. but i want to make that field required which is not working here is my code ...
Ronak's user avatar
  • 476
0 votes
1 answer
67 views

I want to use the only one shipping method at the checkout, but it don't distrub the internal shipping methods and the other shipping methods working besides checkout. Actually I am doing something ...
Rana Zain's user avatar
  • 731
0 votes
0 answers
59 views

I want to do some functionality on update order's shipping method in admin so how it is possible. is there any event or plugin or other ?
SURENDER SINGH's user avatar
0 votes
2 answers
152 views

I'm reaching out to point out the Checkout issue in our Multi-website Magento 2.3.5 Setup. It is not allowing us to proceed further on the second website and showing an error on the Shipping Step. ...
Sheri's user avatar
  • 159
0 votes
0 answers
121 views

Magento 2, On the custom checkout page, the shipping method is loading while I am changing the shipping address and getting the below error in the browser console. js.storage.js:155 Uncaught TypeError:...
Dinesh's user avatar
  • 1
1 vote
1 answer
413 views

I have an issue where a customer has an order that qualifies for free shipping, but the Flat rate shipping option still appears in the basket. But the flat rate shipping price is also zero. I have a ...
Andy's user avatar
  • 59
0 votes
1 answer
102 views

I'm able to use this city dropdown plugin successfully. Now I'm trying to call shipping vendor API in my custom shipping module. Can anyone help me how I can print / echo / debug the destination in ...
dinotame's user avatar
1 vote
1 answer
443 views

What is the use of setprice and setcost in shipping carrier? public function collectRates(RateRequest $request) { if (!$this->getConfigFlag('active')) { return false; ...
Muhammad Hossain's user avatar
1 vote
1 answer
547 views

How can I get list of shipping methods for the different customer group.
user avatar

15 30 50 per page
1
2 3 4 5
69