Remove sale order grid total count in magento 1 The Next CEO of Stack OverflowHow to add...
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Why were Madagascar and New Zealand discovered so late?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Does the Brexit deal have to be agreed by both Houses?
Why does C# sound extremely flat when saxophone is tuned to G?
How can I quit an app using Terminal?
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
How to start emacs in "nothing" mode (`fundamental-mode`)
How to make a variable always equal to the result of some calculations?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How do I go from 300 unfinished/half written blog posts, to published posts?
What is the difference between "behavior" and "behaviour"?
What makes a siege story/plot interesting?
Which organization defines CJK Unified Ideographs?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Text adventure game code
How to count occurrences of text in a file?
How easy is it to start Magic from scratch?
Science fiction (dystopian) short story set after WWIII
Shade part of a Venn diagram
How do I solve this limit?
What does "Its cash flow is deeply negative" mean?
Rotate a column
Remove sale order grid total count in magento 1
The Next CEO of Stack OverflowHow to add shipped date to admin sales order gridMagento - Last order date to customer gridDisplay Billing Company in Sales Order GridGet values for customer note to order gridHow to remove order history tab?Magento 1.9 add custom button in admin order grid pageCompany name in Billing and Shipping Columns On Sales Order GridSales order: add custom valueMagento1.9 : How to add a custom button in sales page in the admin to change pending order status ?Missing Rows In Sales Order Grid
I am on Magento 1.9 and would like to remove one of the block in
sales -> orders page
See attachment. Can someone please show me which file that i need to edit in order to remove that?
magento-1.9 admin sales-order-grid
add a comment |
I am on Magento 1.9 and would like to remove one of the block in
sales -> orders page
See attachment. Can someone please show me which file that i need to edit in order to remove that?
magento-1.9 admin sales-order-grid
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08
add a comment |
I am on Magento 1.9 and would like to remove one of the block in
sales -> orders page
See attachment. Can someone please show me which file that i need to edit in order to remove that?
magento-1.9 admin sales-order-grid
I am on Magento 1.9 and would like to remove one of the block in
sales -> orders page
See attachment. Can someone please show me which file that i need to edit in order to remove that?
magento-1.9 admin sales-order-grid
magento-1.9 admin sales-order-grid
edited 37 mins ago
Teja Bhagavan Kollepara
3,01241949
3,01241949
asked Jan 28 at 14:27
JasonJason
63
63
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08
add a comment |
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08
add a comment |
1 Answer
1
active
oldest
votes
Although it is a good feature of magento, and since you want to remove it temporarily, please follow these instruction.
Open file:
app/design/adminhtml/default/default/template/widget/grid.phtml
Find this line:
<td class="pager">
In inner html of this td tag add this condition for whole block
<?php if($this->getRequest()->getControllerName() != "sales_order") { ?>
And before closing tag of </td>
add use <?php } ?>
I didn't find any other solution to remove it. And since you are doing it temporarily it is better to use this condition and remove it if you want to re-enable this feature.
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%2f259523%2fremove-sale-order-grid-total-count-in-magento-1%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
Although it is a good feature of magento, and since you want to remove it temporarily, please follow these instruction.
Open file:
app/design/adminhtml/default/default/template/widget/grid.phtml
Find this line:
<td class="pager">
In inner html of this td tag add this condition for whole block
<?php if($this->getRequest()->getControllerName() != "sales_order") { ?>
And before closing tag of </td>
add use <?php } ?>
I didn't find any other solution to remove it. And since you are doing it temporarily it is better to use this condition and remove it if you want to re-enable this feature.
add a comment |
Although it is a good feature of magento, and since you want to remove it temporarily, please follow these instruction.
Open file:
app/design/adminhtml/default/default/template/widget/grid.phtml
Find this line:
<td class="pager">
In inner html of this td tag add this condition for whole block
<?php if($this->getRequest()->getControllerName() != "sales_order") { ?>
And before closing tag of </td>
add use <?php } ?>
I didn't find any other solution to remove it. And since you are doing it temporarily it is better to use this condition and remove it if you want to re-enable this feature.
add a comment |
Although it is a good feature of magento, and since you want to remove it temporarily, please follow these instruction.
Open file:
app/design/adminhtml/default/default/template/widget/grid.phtml
Find this line:
<td class="pager">
In inner html of this td tag add this condition for whole block
<?php if($this->getRequest()->getControllerName() != "sales_order") { ?>
And before closing tag of </td>
add use <?php } ?>
I didn't find any other solution to remove it. And since you are doing it temporarily it is better to use this condition and remove it if you want to re-enable this feature.
Although it is a good feature of magento, and since you want to remove it temporarily, please follow these instruction.
Open file:
app/design/adminhtml/default/default/template/widget/grid.phtml
Find this line:
<td class="pager">
In inner html of this td tag add this condition for whole block
<?php if($this->getRequest()->getControllerName() != "sales_order") { ?>
And before closing tag of </td>
add use <?php } ?>
I didn't find any other solution to remove it. And since you are doing it temporarily it is better to use this condition and remove it if you want to re-enable this feature.
answered Jan 30 at 4:52
Shoaib MunirShoaib Munir
2,2941829
2,2941829
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%2f259523%2fremove-sale-order-grid-total-count-in-magento-1%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
Why do you want to remove this? this is a good feature of magento
– Shoaib Munir
Jan 29 at 11:48
I know it is a good feature but we just need to temporarily remove it. if you can provide me which file to edit, it will be greatly appreciated.
– Jason
Jan 29 at 19:29
did you solve your issue?
– Shoaib Munir
Jan 31 at 5:01
i followed the instruction but it did not work. thanks anyway. We found solution ourselves.
– Jason
Jan 31 at 15:08