Magento v1.9.0.1 - Most Viewed Products Report only showing top 5?
I have been looking for a quick fix on the net to get the Most Viewed Products report to show top 100 products viewed, instead of only top 5 viewed. Can't seem to find anything on the net to solve this.
ce-1.9.0.1
add a comment |
I have been looking for a quick fix on the net to get the Most Viewed Products report to show top 100 products viewed, instead of only top 5 viewed. Can't seem to find anything on the net to solve this.
ce-1.9.0.1
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57
add a comment |
I have been looking for a quick fix on the net to get the Most Viewed Products report to show top 100 products viewed, instead of only top 5 viewed. Can't seem to find anything on the net to solve this.
ce-1.9.0.1
I have been looking for a quick fix on the net to get the Most Viewed Products report to show top 100 products viewed, instead of only top 5 viewed. Can't seem to find anything on the net to solve this.
ce-1.9.0.1
ce-1.9.0.1
edited yesterday
Teja Bhagavan Kollepara
2,93841847
2,93841847
asked Jul 8 '14 at 2:56
Matthew Pan
4827
4827
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57
add a comment |
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57
add a comment |
2 Answers
2
active
oldest
votes
Login to Admin and go to System > Configuration > Catalog (Left Side) > Recently Viewed/Compared Products
Their See the value Default Recently Viewed Products Count
and if it is 5 change what ever you want.
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
add a comment |
Go to app/code/core/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Copy the file to app/code/local/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Change this line (#39):
protected $_ratingLimit = 5;
to
protected $_ratingLimit = 100;
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
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%2f26240%2fmagento-v1-9-0-1-most-viewed-products-report-only-showing-top-5%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Login to Admin and go to System > Configuration > Catalog (Left Side) > Recently Viewed/Compared Products
Their See the value Default Recently Viewed Products Count
and if it is 5 change what ever you want.
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
add a comment |
Login to Admin and go to System > Configuration > Catalog (Left Side) > Recently Viewed/Compared Products
Their See the value Default Recently Viewed Products Count
and if it is 5 change what ever you want.
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
add a comment |
Login to Admin and go to System > Configuration > Catalog (Left Side) > Recently Viewed/Compared Products
Their See the value Default Recently Viewed Products Count
and if it is 5 change what ever you want.
Login to Admin and go to System > Configuration > Catalog (Left Side) > Recently Viewed/Compared Products
Their See the value Default Recently Viewed Products Count
and if it is 5 change what ever you want.
answered Sep 13 '14 at 14:43
Pradeep Sanku
7,75812955
7,75812955
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
add a comment |
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
magento.stackexchange.com/questions/82604/…
– coder
Sep 21 '15 at 13:43
add a comment |
Go to app/code/core/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Copy the file to app/code/local/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Change this line (#39):
protected $_ratingLimit = 5;
to
protected $_ratingLimit = 100;
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
add a comment |
Go to app/code/core/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Copy the file to app/code/local/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Change this line (#39):
protected $_ratingLimit = 5;
to
protected $_ratingLimit = 100;
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
add a comment |
Go to app/code/core/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Copy the file to app/code/local/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Change this line (#39):
protected $_ratingLimit = 5;
to
protected $_ratingLimit = 100;
Go to app/code/core/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Copy the file to app/code/local/Mage/Reports/Model/Resource/Report/Product/Viewed/Collection.php
Change this line (#39):
protected $_ratingLimit = 5;
to
protected $_ratingLimit = 100;
answered Jan 10 '15 at 8:56
Rob Zimmerman
1
1
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
add a comment |
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
Copying whole files to app/code/local is not considered best pracitse. It's better to make a proper rewrite in this case.
– Anna Völkl
Feb 14 '15 at 11:56
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f26240%2fmagento-v1-9-0-1-most-viewed-products-report-only-showing-top-5%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
Matt, are you working backend ya frontend??
– Amit Bera♦
Jul 8 '14 at 4:34
You did not clarify your question (frontend or backend) so you got answers for frontend & backend below. Please be more specific next time and set the answer that helped you as "accepted".
– Anna Völkl
Feb 14 '15 at 11:57