magento 1.9 order grid collection and order count wrong showingAdding custom sales order attribute to order...
How to visualize the Riemann-Roch theorem from complex analysis or geometric topology considerations?
Does Skippy chunky peanut butter contain trans fat?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Can I announce prefix 161.117.25.0/24 even though I don't have all of /24 IPs?
Do "fields" always combine by addition?
Potential client has a problematic employee I can't work with
Square Root Distance from Integers
What would you call a real market that is close to perfect competition?
Identify KNO3 and KH2PO4 at home
Why is it that Bernie Sanders is always called a "socialist"?
Why are all my replica super soldiers young adults or old teenagers?
How do I append a character to the end of every line in an excel cell?
Why does magnet wire need to be insulated?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
What is the difference between rolling more dice versus fewer dice?
After checking in online, how do I know whether I need to go show my passport at airport check-in?
Non-Cancer terminal illness that can affect young (age 10-13) girls?
Avoid page break between paragraphs
Am I a Rude Number?
Is a new boolean field better than null reference when a value can be meaningfully absent?
Building an exterior wall within an exterior wall for insulation
Can the following process be justified?
How can I play a serial killer in a party of good PCs?
How should I handle players who ignore the session zero agreement?
magento 1.9 order grid collection and order count wrong showing
Adding custom sales order attribute to order gridMagento filtering showing wrong counthow can i add shipping carrier column in admin page1.9 - Add custom column to Sales Order Create Gridshow all order count of a customer in order gridmagento 1.9 custom order grid conditionPagination count issue in custom varient collectionLeft join order grid collection using observer method. Magento 1.9Magento - Add customer attribute to order gridPayment Method Sales/Order grid - Magento 1.9
i have use default order grid collection but
when Adding a skus
to the order grid.
my order count showing wrong
protected function _getCollectionClass()
{
return 'sales/order_grid_collection'; // Default order grid collection
}
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->join('sales/order_item','`sales/order_item`.order_id=`main_table`.entity_id',array('skus' => new Zend_Db_Expr('group_concat(`sales/order_item`.sku SEPARATOR ", ")'),));
$collection->getSelect()->group('main_table.entity_id');
$this->setCollection($collection);
return parent::_prepareCollection();
}
above i have join query added in collection
magento-1.9 order-grid
add a comment |
i have use default order grid collection but
when Adding a skus
to the order grid.
my order count showing wrong
protected function _getCollectionClass()
{
return 'sales/order_grid_collection'; // Default order grid collection
}
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->join('sales/order_item','`sales/order_item`.order_id=`main_table`.entity_id',array('skus' => new Zend_Db_Expr('group_concat(`sales/order_item`.sku SEPARATOR ", ")'),));
$collection->getSelect()->group('main_table.entity_id');
$this->setCollection($collection);
return parent::_prepareCollection();
}
above i have join query added in collection
magento-1.9 order-grid
What is showing wrong? I don't see
– Black
8 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago
add a comment |
i have use default order grid collection but
when Adding a skus
to the order grid.
my order count showing wrong
protected function _getCollectionClass()
{
return 'sales/order_grid_collection'; // Default order grid collection
}
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->join('sales/order_item','`sales/order_item`.order_id=`main_table`.entity_id',array('skus' => new Zend_Db_Expr('group_concat(`sales/order_item`.sku SEPARATOR ", ")'),));
$collection->getSelect()->group('main_table.entity_id');
$this->setCollection($collection);
return parent::_prepareCollection();
}
above i have join query added in collection
magento-1.9 order-grid
i have use default order grid collection but
when Adding a skus
to the order grid.
my order count showing wrong
protected function _getCollectionClass()
{
return 'sales/order_grid_collection'; // Default order grid collection
}
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
$collection->join('sales/order_item','`sales/order_item`.order_id=`main_table`.entity_id',array('skus' => new Zend_Db_Expr('group_concat(`sales/order_item`.sku SEPARATOR ", ")'),));
$collection->getSelect()->group('main_table.entity_id');
$this->setCollection($collection);
return parent::_prepareCollection();
}
above i have join query added in collection
magento-1.9 order-grid
magento-1.9 order-grid
edited 5 mins ago
Rakesh Donga
asked 14 mins ago
Rakesh DongaRakesh Donga
1,273316
1,273316
What is showing wrong? I don't see
– Black
8 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago
add a comment |
What is showing wrong? I don't see
– Black
8 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago
What is showing wrong? I don't see
– Black
8 mins ago
What is showing wrong? I don't see
– Black
8 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago
add a comment |
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%2f263687%2fmagento-1-9-order-grid-collection-and-order-count-wrong-showing%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%2f263687%2fmagento-1-9-order-grid-collection-and-order-count-wrong-showing%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
What is showing wrong? I don't see
– Black
8 mins ago
if i remove join query then order count show correct but when i run this join query order count showing wrong
– Rakesh Donga
7 mins ago