Can't display all upsell products in magento, 1 product is missing
I don't understand why upsell doesn't show 1 product in the frontend. All upsell products are showing up except for 1. I've reindexed all data, but still no changes. All upsell products are in stock, they all have quantity and they are all enabled, but still 1 product doesn't show up in the frontend. I've tried to check only 1 product, which is the product that is missing but didn't show up, any help, please. Thanks. By the way, it is not modified in the catalog.XML so the product limit is not the issue.
here is the backend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_backend.png
and here is the frontend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_frontend.png
magento-1.9 products up-sells upselling
|
show 3 more comments
I don't understand why upsell doesn't show 1 product in the frontend. All upsell products are showing up except for 1. I've reindexed all data, but still no changes. All upsell products are in stock, they all have quantity and they are all enabled, but still 1 product doesn't show up in the frontend. I've tried to check only 1 product, which is the product that is missing but didn't show up, any help, please. Thanks. By the way, it is not modified in the catalog.XML so the product limit is not the issue.
here is the backend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_backend.png
and here is the frontend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_frontend.png
magento-1.9 products up-sells upselling
if you load the product in the frontend directly with theMage_Catalog_Model_Product
class and callisSaleable
, what does it return?
– Sander Mangel♦
Mar 17 '15 at 0:08
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself isout of stock
or disabled.
– Jeroen
Mar 18 '15 at 16:53
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26
|
show 3 more comments
I don't understand why upsell doesn't show 1 product in the frontend. All upsell products are showing up except for 1. I've reindexed all data, but still no changes. All upsell products are in stock, they all have quantity and they are all enabled, but still 1 product doesn't show up in the frontend. I've tried to check only 1 product, which is the product that is missing but didn't show up, any help, please. Thanks. By the way, it is not modified in the catalog.XML so the product limit is not the issue.
here is the backend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_backend.png
and here is the frontend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_frontend.png
magento-1.9 products up-sells upselling
I don't understand why upsell doesn't show 1 product in the frontend. All upsell products are showing up except for 1. I've reindexed all data, but still no changes. All upsell products are in stock, they all have quantity and they are all enabled, but still 1 product doesn't show up in the frontend. I've tried to check only 1 product, which is the product that is missing but didn't show up, any help, please. Thanks. By the way, it is not modified in the catalog.XML so the product limit is not the issue.
here is the backend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_backend.png
and here is the frontend http://ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/default/theme542/images/upsell_products_frontend.png
magento-1.9 products up-sells upselling
magento-1.9 products up-sells upselling
asked Mar 16 '15 at 23:43
Ken AvilaKen Avila
1113
1113
if you load the product in the frontend directly with theMage_Catalog_Model_Product
class and callisSaleable
, what does it return?
– Sander Mangel♦
Mar 17 '15 at 0:08
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself isout of stock
or disabled.
– Jeroen
Mar 18 '15 at 16:53
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26
|
show 3 more comments
if you load the product in the frontend directly with theMage_Catalog_Model_Product
class and callisSaleable
, what does it return?
– Sander Mangel♦
Mar 17 '15 at 0:08
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself isout of stock
or disabled.
– Jeroen
Mar 18 '15 at 16:53
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26
if you load the product in the frontend directly with the
Mage_Catalog_Model_Product
class and call isSaleable
, what does it return?– Sander Mangel♦
Mar 17 '15 at 0:08
if you load the product in the frontend directly with the
Mage_Catalog_Model_Product
class and call isSaleable
, what does it return?– Sander Mangel♦
Mar 17 '15 at 0:08
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself is
out of stock
or disabled.– Jeroen
Mar 18 '15 at 16:53
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself is
out of stock
or disabled.– Jeroen
Mar 18 '15 at 16:53
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26
|
show 3 more comments
1 Answer
1
active
oldest
votes
Please check on Visible and make sure it go with "Catalog,Search" :) That worked for me, hope it help some one.
Thanks
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%2f60970%2fcant-display-all-upsell-products-in-magento-1-product-is-missing%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
Please check on Visible and make sure it go with "Catalog,Search" :) That worked for me, hope it help some one.
Thanks
add a comment |
Please check on Visible and make sure it go with "Catalog,Search" :) That worked for me, hope it help some one.
Thanks
add a comment |
Please check on Visible and make sure it go with "Catalog,Search" :) That worked for me, hope it help some one.
Thanks
Please check on Visible and make sure it go with "Catalog,Search" :) That worked for me, hope it help some one.
Thanks
answered Dec 6 '18 at 7:32
fudufudu
37811
37811
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%2f60970%2fcant-display-all-upsell-products-in-magento-1-product-is-missing%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
if you load the product in the frontend directly with the
Mage_Catalog_Model_Product
class and callisSaleable
, what does it return?– Sander Mangel♦
Mar 17 '15 at 0:08
I'm sorry, but I don't get it, how do you do that? Do I have to modify the upsell.phtml? I set all upsells in the backend. Thanks
– Ken Avila
Mar 17 '15 at 3:11
@Sander means try opening the product directly. Can the product be added to your cart? Maybe the upsell product itself is
out of stock
or disabled.– Jeroen
Mar 18 '15 at 16:53
They are all in stock. I made sure that they are all in stock, take a look of the PRODUCT B info ecommerceoutsourcing.co/projects/UMD/magento/skin/frontend/…
– Ken Avila
Mar 19 '15 at 2:19
and all products are enabled
– Ken Avila
Mar 19 '15 at 2:26