Shipping step missing when bundle product is in cart?Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Magento 2.2.2 REST API - I need to change the customer password using REST API“Class mixed does not exist” with only one array param in the body in Magento 2How to override webapi.xml in custom module?Add configure product in Cart using Magento 2 API facing an issue“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2Magento 2.2.6- After Migration all default Payment Methods are not working finemagento error logs Error log record number: 1173359093956Magento2 - Checkout shipping method when click Ship here
tikz: not so precise graphic
Why doesn't Rocket Lab use a solid stage?
Why was Thor doubtful about his worthiness to Mjolnir?
Run script for 10 times until meets the condition, but break the loop if it meets the condition during iteration
How do I compare the result of "1d20+x, with advantage" to "1d20+y, without advantage", assuming x < y?
How can this pool heater gas line be disconnected?
Why does my circuit work on a breadboard, but not on a perfboard? I am new to soldering
What are the components of a legend (in the sense of a tale, not a figure legend)?
Is it a bad idea to replace pull-up resistors with hard pull-ups?
Why was Endgame Thanos so different than Infinity War Thanos?
Size of a folder with du
What does a comma mean inside an 'if' statement?
51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?
Why is “Ich wusste, dass aus dir mal was wird” grammitally correct?
Why was castling bad for white in this game, and engine strongly prefered trading queens?
How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?
What is Plautus’s pun about frustum and frustrum?
What are the implications of the new alleged key recovery attack preprint on SIMON?
Why does the Earth follow an elliptical trajectory rather than a parabolic one?
What's the word for the soldier salute?
Why is this int array not passed as an object vararg array?
What does the expression "right on the tip of my tongue" mean?
Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?
Plastic-on-plastic lubricant that wont leave a residue?
Shipping step missing when bundle product is in cart?
Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Magento 2.2.2 REST API - I need to change the customer password using REST API“Class mixed does not exist” with only one array param in the body in Magento 2How to override webapi.xml in custom module?Add configure product in Cart using Magento 2 API facing an issue“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2Magento 2.2.6- After Migration all default Payment Methods are not working finemagento error logs Error log record number: 1173359093956Magento2 - Checkout shipping method when click Ship here
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
On my Magento 2.2.8 store the shipping step is missing when I have a bundle product in my cart. Not sure if this is the reason, but the checkout is also not working. As soon as I mix it with a normal product, everything works. The trace is:
"message":"Auf dem Server ist ein Fehler aufgetreten. Bitte versuchen Sie die Bestellung erneut aufzugeben.","trace":"#0 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Checkout\Model\PaymentInformationManagement->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#1 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callParent('savePaymentInfo...', Array)n#2 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->Magento\Framework\Interception\closure(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#3 /html/magento2/generated/code/Magento/Checkout/Model/PaymentInformationManagement/Interceptor.php(26): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callPlugins('savePaymentInfo...', Array, Array)n#4 [internal function]: Magento\Checkout\Model\PaymentInformationManagement\Interceptor->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#5 /html/magento2/vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php(95): call_user_func_array(Array, Array)n#6 /html/magento2/vendor/magento/module-webapi/Controller/Rest.php(244): Magento\Webapi\Controller\Rest\SynchronousRequestProcessor->process(Object(Magento\Framework\Webapi\Rest\Request\Proxy))n#7 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))n#8 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Rest\Interceptor->___callParent('dispatch', Array)n#9 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Rest\Interceptor->Magento\Framework\Interception\closure(Object(Magento\Framework\App\Request\Http))n#10 /html/magento2/generated/code/Magento/Webapi/Controller/Rest/Interceptor.php(39): Magento\Webapi\Controller\Rest\Interceptor->___callPlugins('dispatch', Array, Array)n#11 /html/magento2/vendor/magento/framework/App/Http.php(136): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))n#12 /html/magento2/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()n#13 /html/magento2/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()n#14 /html/magento2/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))n#15 main"
The error means something like: There was an error on the server. Please try to replace your order.
I can see savePaymentMethod
in the trace, so maybe thats related? The order is placed anyway, I can see it in the order grid in admin, but on frontend it looks like it hasnt.
Thanks for any help!
magento2 checkout shipping-methods bundled-product
|
show 2 more comments
On my Magento 2.2.8 store the shipping step is missing when I have a bundle product in my cart. Not sure if this is the reason, but the checkout is also not working. As soon as I mix it with a normal product, everything works. The trace is:
"message":"Auf dem Server ist ein Fehler aufgetreten. Bitte versuchen Sie die Bestellung erneut aufzugeben.","trace":"#0 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Checkout\Model\PaymentInformationManagement->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#1 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callParent('savePaymentInfo...', Array)n#2 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->Magento\Framework\Interception\closure(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#3 /html/magento2/generated/code/Magento/Checkout/Model/PaymentInformationManagement/Interceptor.php(26): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callPlugins('savePaymentInfo...', Array, Array)n#4 [internal function]: Magento\Checkout\Model\PaymentInformationManagement\Interceptor->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#5 /html/magento2/vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php(95): call_user_func_array(Array, Array)n#6 /html/magento2/vendor/magento/module-webapi/Controller/Rest.php(244): Magento\Webapi\Controller\Rest\SynchronousRequestProcessor->process(Object(Magento\Framework\Webapi\Rest\Request\Proxy))n#7 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))n#8 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Rest\Interceptor->___callParent('dispatch', Array)n#9 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Rest\Interceptor->Magento\Framework\Interception\closure(Object(Magento\Framework\App\Request\Http))n#10 /html/magento2/generated/code/Magento/Webapi/Controller/Rest/Interceptor.php(39): Magento\Webapi\Controller\Rest\Interceptor->___callPlugins('dispatch', Array, Array)n#11 /html/magento2/vendor/magento/framework/App/Http.php(136): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))n#12 /html/magento2/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()n#13 /html/magento2/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()n#14 /html/magento2/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))n#15 main"
The error means something like: There was an error on the server. Please try to replace your order.
I can see savePaymentMethod
in the trace, so maybe thats related? The order is placed anyway, I can see it in the order grid in admin, but on frontend it looks like it hasnt.
Thanks for any help!
magento2 checkout shipping-methods bundled-product
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33
|
show 2 more comments
On my Magento 2.2.8 store the shipping step is missing when I have a bundle product in my cart. Not sure if this is the reason, but the checkout is also not working. As soon as I mix it with a normal product, everything works. The trace is:
"message":"Auf dem Server ist ein Fehler aufgetreten. Bitte versuchen Sie die Bestellung erneut aufzugeben.","trace":"#0 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Checkout\Model\PaymentInformationManagement->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#1 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callParent('savePaymentInfo...', Array)n#2 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->Magento\Framework\Interception\closure(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#3 /html/magento2/generated/code/Magento/Checkout/Model/PaymentInformationManagement/Interceptor.php(26): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callPlugins('savePaymentInfo...', Array, Array)n#4 [internal function]: Magento\Checkout\Model\PaymentInformationManagement\Interceptor->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#5 /html/magento2/vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php(95): call_user_func_array(Array, Array)n#6 /html/magento2/vendor/magento/module-webapi/Controller/Rest.php(244): Magento\Webapi\Controller\Rest\SynchronousRequestProcessor->process(Object(Magento\Framework\Webapi\Rest\Request\Proxy))n#7 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))n#8 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Rest\Interceptor->___callParent('dispatch', Array)n#9 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Rest\Interceptor->Magento\Framework\Interception\closure(Object(Magento\Framework\App\Request\Http))n#10 /html/magento2/generated/code/Magento/Webapi/Controller/Rest/Interceptor.php(39): Magento\Webapi\Controller\Rest\Interceptor->___callPlugins('dispatch', Array, Array)n#11 /html/magento2/vendor/magento/framework/App/Http.php(136): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))n#12 /html/magento2/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()n#13 /html/magento2/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()n#14 /html/magento2/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))n#15 main"
The error means something like: There was an error on the server. Please try to replace your order.
I can see savePaymentMethod
in the trace, so maybe thats related? The order is placed anyway, I can see it in the order grid in admin, but on frontend it looks like it hasnt.
Thanks for any help!
magento2 checkout shipping-methods bundled-product
On my Magento 2.2.8 store the shipping step is missing when I have a bundle product in my cart. Not sure if this is the reason, but the checkout is also not working. As soon as I mix it with a normal product, everything works. The trace is:
"message":"Auf dem Server ist ein Fehler aufgetreten. Bitte versuchen Sie die Bestellung erneut aufzugeben.","trace":"#0 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Checkout\Model\PaymentInformationManagement->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#1 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callParent('savePaymentInfo...', Array)n#2 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->Magento\Framework\Interception\closure(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#3 /html/magento2/generated/code/Magento/Checkout/Model/PaymentInformationManagement/Interceptor.php(26): Magento\Checkout\Model\PaymentInformationManagement\Interceptor->___callPlugins('savePaymentInfo...', Array, Array)n#4 [internal function]: Magento\Checkout\Model\PaymentInformationManagement\Interceptor->savePaymentInformationAndPlaceOrder(6953, Object(Magento\Quote\Model\Quote\Payment\Interceptor), Object(Magento\Quote\Model\Quote\Address))n#5 /html/magento2/vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php(95): call_user_func_array(Array, Array)n#6 /html/magento2/vendor/magento/module-webapi/Controller/Rest.php(244): Magento\Webapi\Controller\Rest\SynchronousRequestProcessor->process(Object(Magento\Framework\Webapi\Rest\Request\Proxy))n#7 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(58): Magento\Webapi\Controller\Rest->dispatch(Object(Magento\Framework\App\Request\Http))n#8 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(138): Magento\Webapi\Controller\Rest\Interceptor->___callParent('dispatch', Array)n#9 /html/magento2/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Webapi\Controller\Rest\Interceptor->Magento\Framework\Interception\closure(Object(Magento\Framework\App\Request\Http))n#10 /html/magento2/generated/code/Magento/Webapi/Controller/Rest/Interceptor.php(39): Magento\Webapi\Controller\Rest\Interceptor->___callPlugins('dispatch', Array, Array)n#11 /html/magento2/vendor/magento/framework/App/Http.php(136): Magento\Webapi\Controller\Rest\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))n#12 /html/magento2/generated/code/Magento/Framework/App/Http/Interceptor.php(24): Magento\Framework\App\Http->launch()n#13 /html/magento2/vendor/magento/framework/App/Bootstrap.php(257): Magento\Framework\App\Http\Interceptor->launch()n#14 /html/magento2/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http\Interceptor))n#15 main"
The error means something like: There was an error on the server. Please try to replace your order.
I can see savePaymentMethod
in the trace, so maybe thats related? The order is placed anyway, I can see it in the order grid in admin, but on frontend it looks like it hasnt.
Thanks for any help!
magento2 checkout shipping-methods bundled-product
magento2 checkout shipping-methods bundled-product
edited May 8 at 9:54
Muhammad Anas
9121322
9121322
asked May 8 at 9:14
ArnieArnie
351514
351514
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33
|
show 2 more comments
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33
|
show 2 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
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%2fmagento.stackexchange.com%2fquestions%2f273804%2fshipping-step-missing-when-bundle-product-is-in-cart%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- 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%2fmagento.stackexchange.com%2fquestions%2f273804%2fshipping-step-missing-when-bundle-product-is-in-cart%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
Virtual/downloadable product don't need any shipping. So in this case you can see only payment step.
– Sohel Rana
May 8 at 9:23
Yeah, but its a bundle product ... is that true for bundle products as well?
– Arnie
May 8 at 9:24
What is the option for bundle product? all are virtual/downloadable?
– Sohel Rana
May 8 at 9:26
Yes, right, ok so thats the reason why the step is missing. Any idea why I get the error message?
– Arnie
May 8 at 9:30
Can you translate this message to English?
– Sohel Rana
May 8 at 9:33