How to add text below shipping methods on checkoutGet the active shipping methods and rates custom checkout page?Checkout Shipping Methods : fedexhow to add custom block at shipping methods below in onepage checkout?How to fire jQuery event when all shipping methods are loaded in Magento2 checkout page?Magento 2: Recalculate shipping methods when State/Province changesMagento 2.1.8 - Custom Online shipping module not displaying shipping methods on checkoutMagento 2 Shopping Cart add Images and Text below Proceed to checkout buttonMagento2.1.9 How to apply condition in checkout shipping method?Magento 2 : Add tooltip to shipping methods
amsmath: How can I use the equation numbering and label manually and anywhere?
Computing elements of a 1000 x 60 matrix exhausts RAM
Is being an extrovert a necessary condition to be a manager?
Can diplomats be allowed on the flight deck of a commercial European airline?
size of pointers and architecture
nginx conf: http2 module not working in Chrome in ubuntu 18.04
One word for 'the thing that attracts me'?
Why is 'additive' EQ more difficult to use than 'subtractive'?
Why "strap-on" boosters, and how do other people say it?
Are there any tips to help hummingbirds find a new feeder?
To exponential digit growth and beyond!
Proto-Indo-European (PIE) words with IPA
Real Analysis: Proof of the equivalent definitions of the derivative.
Why is this integration method not valid?
Is there a word for pant sleeves?
Efficient Algorithms for Destroyed Document Reconstruction
Caught with my phone during an exam
Illustrating that universal optimality is stronger than sphere packing
Gas chromatography flame ionization detector (FID) - why hydrogen gas?
Way of refund if scammed?
How do you earn the reader's trust?
What happens when redirecting with 3>&1 1>/dev/null?
Existence of a model of ZFC in which the natural numbers are really the natural numbers
How to become an Editorial board member?
How to add text below shipping methods on checkout
Get the active shipping methods and rates custom checkout page?Checkout Shipping Methods : fedexhow to add custom block at shipping methods below in onepage checkout?How to fire jQuery event when all shipping methods are loaded in Magento2 checkout page?Magento 2: Recalculate shipping methods when State/Province changesMagento 2.1.8 - Custom Online shipping module not displaying shipping methods on checkoutMagento 2 Shopping Cart add Images and Text below Proceed to checkout buttonMagento2.1.9 How to apply condition in checkout shipping method?Magento 2 : Add tooltip to shipping methods
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to add some shipping policy of company below shipping methods on checkout.
Below is image attached which i want to achieve.
I am beginner to magento2. Kindly guide me how can i achieve this.
Thanks
magento2 magento-2.1 shipping
add a comment |
I want to add some shipping policy of company below shipping methods on checkout.
Below is image attached which i want to achieve.
I am beginner to magento2. Kindly guide me how can i achieve this.
Thanks
magento2 magento-2.1 shipping
2
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31
add a comment |
I want to add some shipping policy of company below shipping methods on checkout.
Below is image attached which i want to achieve.
I am beginner to magento2. Kindly guide me how can i achieve this.
Thanks
magento2 magento-2.1 shipping
I want to add some shipping policy of company below shipping methods on checkout.
Below is image attached which i want to achieve.
I am beginner to magento2. Kindly guide me how can i achieve this.
Thanks
magento2 magento-2.1 shipping
magento2 magento-2.1 shipping
asked Jan 2 '18 at 8:02
Awais KhanAwais Khan
6111
6111
2
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31
add a comment |
2
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31
2
2
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31
add a comment |
1 Answer
1
active
oldest
votes
Rather than any customization you can use OOTB feature of Magento, for that you just need to change your store configurations
Store > Configuration > Sales > Shipping Settings > Shipping Policy Parameters
On frontend It looks like this,
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
);
);
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%2f207720%2fhow-to-add-text-below-shipping-methods-on-checkout%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
Rather than any customization you can use OOTB feature of Magento, for that you just need to change your store configurations
Store > Configuration > Sales > Shipping Settings > Shipping Policy Parameters
On frontend It looks like this,
add a comment |
Rather than any customization you can use OOTB feature of Magento, for that you just need to change your store configurations
Store > Configuration > Sales > Shipping Settings > Shipping Policy Parameters
On frontend It looks like this,
add a comment |
Rather than any customization you can use OOTB feature of Magento, for that you just need to change your store configurations
Store > Configuration > Sales > Shipping Settings > Shipping Policy Parameters
On frontend It looks like this,
Rather than any customization you can use OOTB feature of Magento, for that you just need to change your store configurations
Store > Configuration > Sales > Shipping Settings > Shipping Policy Parameters
On frontend It looks like this,
edited May 15 at 6:09
Piyush
4,87472054
4,87472054
answered Jan 2 '18 at 11:50
Keyur ShahKeyur Shah
13.7k24166
13.7k24166
add a comment |
add a comment |
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%2f207720%2fhow-to-add-text-below-shipping-methods-on-checkout%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
2
docs.magento.com/m2/ce/user_guide/shipping/… Check this, This is by default functionality in magento 2
– Dhaval Solanki
Jan 2 '18 at 8:31