Magento 2 : How to Create Recent Orders Block on CMS Page or Static BlockCreate a block, that lists all products from one store on a CMS pageHow to create a block title?How to insert the cms page content inside a block?Create alternate /catalog/product/price.phtml template for 1 pageMagento: create static block from Product FilterRecent orders in Magento 2how to add cms page jquery in magento 2How to override this block and template in my module?Magento 2 - How to reload sections on admin sales order create page on page load?Remove cms block from only cms home page
Why do so many people play out of turn on the last lead?
What was the intention with the Commodore 128?
Typesetting "hollow slash"
Short comic about alien explorers visiting an abandoned world with giant statues that turn out to be alive but move very slowly
How to render "have ideas above his station" into German
Will some rockets really collapse under their own weight?
When did Bilbo and Frodo learn that Gandalf was a Maia?
What's a good pattern to calculate a variable only when it is used the first time?
Doesn't the speed of light limit imply the same electron can be annihilated twice?
Select elements of a list by comparing it to another list
How does Monero protect users from inflation bugs if the blockchain can't be audited?
What is the fastest way to level past 95 in Diablo II?
Why does Japan use the same type of AC power outlet as the US?
What should we do with manuals from the 80s?
Why do we use low resistance cables to minimize power losses?
How can I enter recovery mode (for Mac OS, on an iMac) remotely?
Output with the same length always
Meaning of だけはわからない
Is this really better analyzed in G minor than in Bb?
Is there a way, other than having a Diviner friend, for a player to avoid rolling Initiative at the start of a combat?
How to gracefully leave a company you helped start?
Gofer work in exchange for LoR
Does Medium Armor's Max dex also put a cap on the negative side?
Has the speed of light ever been measured in vacuum?
Magento 2 : How to Create Recent Orders Block on CMS Page or Static Block
Create a block, that lists all products from one store on a CMS pageHow to create a block title?How to insert the cms page content inside a block?Create alternate /catalog/product/price.phtml template for 1 pageMagento: create static block from Product FilterRecent orders in Magento 2how to add cms page jquery in magento 2How to override this block and template in my module?Magento 2 - How to reload sections on admin sales order create page on page load?Remove cms block from only cms home page
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to call block on the home page of the store. how can I add recent order block on store home page from admin? Thanks
I have tried this <p>block class="MagentoSalesBlockOrderRecent" template="Magento_Sales::order/recent.phtml"</p>
Thanks
magento2 magento-2.1 blocks cms-pages
|
show 3 more comments
I want to call block on the home page of the store. how can I add recent order block on store home page from admin? Thanks
I have tried this <p>block class="MagentoSalesBlockOrderRecent" template="Magento_Sales::order/recent.phtml"</p>
Thanks
magento2 magento-2.1 blocks cms-pages
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35
|
show 3 more comments
I want to call block on the home page of the store. how can I add recent order block on store home page from admin? Thanks
I have tried this <p>block class="MagentoSalesBlockOrderRecent" template="Magento_Sales::order/recent.phtml"</p>
Thanks
magento2 magento-2.1 blocks cms-pages
I want to call block on the home page of the store. how can I add recent order block on store home page from admin? Thanks
I have tried this <p>block class="MagentoSalesBlockOrderRecent" template="Magento_Sales::order/recent.phtml"</p>
Thanks
magento2 magento-2.1 blocks cms-pages
magento2 magento-2.1 blocks cms-pages
edited Aug 6 at 4:30
Mohit Rane
1,30718 bronze badges
1,30718 bronze badges
asked Aug 5 at 12:02
Hansraj SystematixHansraj Systematix
787 bronze badges
787 bronze badges
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35
|
show 3 more comments
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35
|
show 3 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%2f284446%2fmagento-2-how-to-create-recent-orders-block-on-cms-page-or-static-block%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%2f284446%2fmagento-2-how-to-create-recent-orders-block-on-cms-page-or-static-block%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
The block you are using would only show recent order of currently logged in customer. Is that what you want?
– Shoaib Munir
Aug 5 at 12:56
Yes. Because without login we can not access store home page.
– Hansraj Systematix
Aug 6 at 5:15
Then your code should work. what issue you are facing?
– Shoaib Munir
Aug 6 at 5:26
Blank page showing. Any other way is there?
– Hansraj Systematix
Aug 6 at 5:34
This is not the error, please check exception.log for actual error
– Shoaib Munir
Aug 6 at 5:35