Magento 2 - How to Change Shipping information in one page checkout - payment stepHow to do onestep checkout for the checkout page?Checkout progress not changing status when skippedChange custom field position in checkout pageCompute shipping fee before choosing payment methodMagento 2 - How to add Extra Checkout Step after Review & Payments Section with Place Order ButtonMiGS payment gateway is not appearing in Payment Methods section in One Page CheckoutCheckout stuck step 2 (payment)CE 1.9.2 - Onepage checkout - merge shipping address and method into one stepImpossible to change one-page checkout step to payment on magento 1.9.3.6Magento 2 Collect Total In Payment Step
files created then deleted at every second in tmp directory
Different meanings of こわい
Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
What does the same-ish mean?
Can someone clarify Hamming's notion of important problems in relation to modern academia?
What is the fastest integer factorization to break RSA?
What are the G forces leaving Earth orbit?
Ambiguity in the definition of entropy
Why didn't Boeing produce its own regional jet?
How to remove border from elements in the last row?
Implication of namely
Should I tell management that I intend to leave due to bad software development practices?
Am I breaking OOP practice with this architecture?
Why was Sir Cadogan fired?
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
Processor speed limited at 0.4 Ghz
Why are UK visa biometrics appointments suspended at USCIS Application Support Centers?
Can compressed videos be decoded back to their uncompresed original format?
How to travel to Japan while expressing milk?
Is there a hemisphere-neutral way of specifying a season?
Could the museum Saturn V's be refitted for one more flight?
Why is the sentence "Das ist eine Nase" correct?
Machine learning testing data
Magento 2 - How to Change Shipping information in one page checkout - payment step
How to do onestep checkout for the checkout page?Checkout progress not changing status when skippedChange custom field position in checkout pageCompute shipping fee before choosing payment methodMagento 2 - How to add Extra Checkout Step after Review & Payments Section with Place Order ButtonMiGS payment gateway is not appearing in Payment Methods section in One Page CheckoutCheckout stuck step 2 (payment)CE 1.9.2 - Onepage checkout - merge shipping address and method into one stepImpossible to change one-page checkout step to payment on magento 1.9.3.6Magento 2 Collect Total In Payment Step
I created one shipping method for store pickup. Its working fine.
But i need to change the shipping information(i.e address) as store address but it should not affect the customer_address table data
.
What exactly i need is to change the address before submitting shipping address from shipping method step to payment step.
In below picture shipping info should contains store address
I'm working in magento 2.26 version.
Thank you
onepage-checkout magento2.2.6
New contributor
add a comment |
I created one shipping method for store pickup. Its working fine.
But i need to change the shipping information(i.e address) as store address but it should not affect the customer_address table data
.
What exactly i need is to change the address before submitting shipping address from shipping method step to payment step.
In below picture shipping info should contains store address
I'm working in magento 2.26 version.
Thank you
onepage-checkout magento2.2.6
New contributor
you can override shipping information address renderer template
– magefms
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday
add a comment |
I created one shipping method for store pickup. Its working fine.
But i need to change the shipping information(i.e address) as store address but it should not affect the customer_address table data
.
What exactly i need is to change the address before submitting shipping address from shipping method step to payment step.
In below picture shipping info should contains store address
I'm working in magento 2.26 version.
Thank you
onepage-checkout magento2.2.6
New contributor
I created one shipping method for store pickup. Its working fine.
But i need to change the shipping information(i.e address) as store address but it should not affect the customer_address table data
.
What exactly i need is to change the address before submitting shipping address from shipping method step to payment step.
In below picture shipping info should contains store address
I'm working in magento 2.26 version.
Thank you
onepage-checkout magento2.2.6
onepage-checkout magento2.2.6
New contributor
New contributor
edited yesterday
Ronak Rathod
892212
892212
New contributor
asked 2 days ago
pavi mohanpavi mohan
12
12
New contributor
New contributor
you can override shipping information address renderer template
– magefms
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday
add a comment |
you can override shipping information address renderer template
– magefms
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday
you can override shipping information address renderer template
– magefms
yesterday
you can override shipping information address renderer template
– magefms
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday
add a comment |
1 Answer
1
active
oldest
votes
I got answer. I used extension_attribute for passing store address. this extension attributes can be accessible in shipping information address renderer template.
So i override the shipping information address renderer template
New contributor
add a comment |
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
);
);
pavi mohan 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%2fmagento.stackexchange.com%2fquestions%2f268097%2fmagento-2-how-to-change-shipping-information-in-one-page-checkout-payment-st%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
I got answer. I used extension_attribute for passing store address. this extension attributes can be accessible in shipping information address renderer template.
So i override the shipping information address renderer template
New contributor
add a comment |
I got answer. I used extension_attribute for passing store address. this extension attributes can be accessible in shipping information address renderer template.
So i override the shipping information address renderer template
New contributor
add a comment |
I got answer. I used extension_attribute for passing store address. this extension attributes can be accessible in shipping information address renderer template.
So i override the shipping information address renderer template
New contributor
I got answer. I used extension_attribute for passing store address. this extension attributes can be accessible in shipping information address renderer template.
So i override the shipping information address renderer template
New contributor
New contributor
answered 9 hours ago
pavi mohanpavi mohan
12
12
New contributor
New contributor
add a comment |
add a comment |
pavi mohan is a new contributor. Be nice, and check out our Code of Conduct.
pavi mohan is a new contributor. Be nice, and check out our Code of Conduct.
pavi mohan is a new contributor. Be nice, and check out our Code of Conduct.
pavi mohan is a new contributor. Be nice, and check out our Code of Conduct.
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%2f268097%2fmagento-2-how-to-change-shipping-information-in-one-page-checkout-payment-st%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
you can override shipping information address renderer template
– magefms
yesterday
Can u give idea how to do that. because it returing customer data @magefms
– pavi mohan
yesterday