Magento 2 get contact-us-info url in admin static block/page?
how to contact-us-info
url add in cms static block in admin
Screen shot:
magento2 backend
add a comment |
how to contact-us-info
url add in cms static block in admin
Screen shot:
magento2 backend
add a comment |
how to contact-us-info
url add in cms static block in admin
Screen shot:
magento2 backend
how to contact-us-info
url add in cms static block in admin
Screen shot:
magento2 backend
magento2 backend
edited 1 min ago
Rakesh Donga
917112
917112
asked 1 hour ago
divya sekardivya sekar
6410
6410
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
you can create cms page and this static block call in cms page below way
{{block class="Magento\Cms\Block\Block" block_id="contact-us-info"}}
and cms page url name give to contact-us-info
after check it
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling instore url
so yoo can call in cms page url here
– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
|
show 2 more comments
<a href="{{store url="contact-us-info"}}">contacts</a>
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
add a comment |
You can add a new link to the footer links block. To do this, you need to add the
<li><a href="{{store url="contact-us-info"}}your page URL key">The link label</a></li> line before the </ul>
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f260225%2fmagento-2-get-contact-us-info-url-in-admin-static-block-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
you can create cms page and this static block call in cms page below way
{{block class="Magento\Cms\Block\Block" block_id="contact-us-info"}}
and cms page url name give to contact-us-info
after check it
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling instore url
so yoo can call in cms page url here
– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
|
show 2 more comments
you can create cms page and this static block call in cms page below way
{{block class="Magento\Cms\Block\Block" block_id="contact-us-info"}}
and cms page url name give to contact-us-info
after check it
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling instore url
so yoo can call in cms page url here
– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
|
show 2 more comments
you can create cms page and this static block call in cms page below way
{{block class="Magento\Cms\Block\Block" block_id="contact-us-info"}}
and cms page url name give to contact-us-info
after check it
you can create cms page and this static block call in cms page below way
{{block class="Magento\Cms\Block\Block" block_id="contact-us-info"}}
and cms page url name give to contact-us-info
after check it
edited 29 mins ago
answered 58 mins ago
Rakesh DongaRakesh Donga
917112
917112
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling instore url
so yoo can call in cms page url here
– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
|
show 2 more comments
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling instore url
so yoo can call in cms page url here
– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
50 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
please add code share me screenshot
– Rakesh Donga
49 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
contact us link link @rakesh and cms contact block link
– divya sekar
44 mins ago
i got it your problem static block identifier is not calling in
store url
so yoo can call in cms page url here– Rakesh Donga
42 mins ago
i got it your problem static block identifier is not calling in
store url
so yoo can call in cms page url here– Rakesh Donga
42 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
How to call in cms page url @rakesh
– divya sekar
41 mins ago
|
show 2 more comments
<a href="{{store url="contact-us-info"}}">contacts</a>
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
add a comment |
<a href="{{store url="contact-us-info"}}">contacts</a>
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
add a comment |
<a href="{{store url="contact-us-info"}}">contacts</a>
<a href="{{store url="contact-us-info"}}">contacts</a>
answered 1 hour ago
HIren KadivarHIren Kadivar
19810
19810
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
add a comment |
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
I already tried it but not works its gives prnt.sc/mfk7d7
– divya sekar
55 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
add this code in static block
– HIren Kadivar
45 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
i was add this code prnt.sc/mfk969 but its not work
– divya sekar
43 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
@divyasekar please check url-rerites in admin and check contact us page url
– HIren Kadivar
40 mins ago
add a comment |
You can add a new link to the footer links block. To do this, you need to add the
<li><a href="{{store url="contact-us-info"}}your page URL key">The link label</a></li> line before the </ul>
New contributor
add a comment |
You can add a new link to the footer links block. To do this, you need to add the
<li><a href="{{store url="contact-us-info"}}your page URL key">The link label</a></li> line before the </ul>
New contributor
add a comment |
You can add a new link to the footer links block. To do this, you need to add the
<li><a href="{{store url="contact-us-info"}}your page URL key">The link label</a></li> line before the </ul>
New contributor
You can add a new link to the footer links block. To do this, you need to add the
<li><a href="{{store url="contact-us-info"}}your page URL key">The link label</a></li> line before the </ul>
New contributor
New contributor
answered 59 mins ago
Mayur JotaniyaMayur Jotaniya
33
33
New contributor
New contributor
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f260225%2fmagento-2-get-contact-us-info-url-in-admin-static-block-page%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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