How can I display the product short description in the related product template?












0















I need to display the related product short description in a magento 1.9 store. What do I need to add to the template->catalog->product->list->related.phtml file?










share|improve this question





























    0















    I need to display the related product short description in a magento 1.9 store. What do I need to add to the template->catalog->product->list->related.phtml file?










    share|improve this question



























      0












      0








      0








      I need to display the related product short description in a magento 1.9 store. What do I need to add to the template->catalog->product->list->related.phtml file?










      share|improve this question
















      I need to display the related product short description in a magento 1.9 store. What do I need to add to the template->catalog->product->list->related.phtml file?







      magento-1 related-products






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 16 '17 at 10:37









      Teja Bhagavan Kollepara

      2,94841847




      2,94841847










      asked Jun 15 '16 at 18:25









      Sean KimballSean Kimball

      209415




      209415






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I haven't used that before, but I think you can check if in Mage::registry you can access displayed product object. If so, than you should be able to do render info, using some method like $this->getRelatedProduct()->getShortDescription.
          Registry would be the first for me to look for.






          share|improve this answer
























          • not sure how to check the registry?

            – Sean Kimball
            Jun 15 '16 at 19:35











          • stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

            – Bartosz Kubicki
            Jun 15 '16 at 19:52













          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f121080%2fhow-can-i-display-the-product-short-description-in-the-related-product-template%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









          0














          I haven't used that before, but I think you can check if in Mage::registry you can access displayed product object. If so, than you should be able to do render info, using some method like $this->getRelatedProduct()->getShortDescription.
          Registry would be the first for me to look for.






          share|improve this answer
























          • not sure how to check the registry?

            – Sean Kimball
            Jun 15 '16 at 19:35











          • stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

            – Bartosz Kubicki
            Jun 15 '16 at 19:52


















          0














          I haven't used that before, but I think you can check if in Mage::registry you can access displayed product object. If so, than you should be able to do render info, using some method like $this->getRelatedProduct()->getShortDescription.
          Registry would be the first for me to look for.






          share|improve this answer
























          • not sure how to check the registry?

            – Sean Kimball
            Jun 15 '16 at 19:35











          • stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

            – Bartosz Kubicki
            Jun 15 '16 at 19:52
















          0












          0








          0







          I haven't used that before, but I think you can check if in Mage::registry you can access displayed product object. If so, than you should be able to do render info, using some method like $this->getRelatedProduct()->getShortDescription.
          Registry would be the first for me to look for.






          share|improve this answer













          I haven't used that before, but I think you can check if in Mage::registry you can access displayed product object. If so, than you should be able to do render info, using some method like $this->getRelatedProduct()->getShortDescription.
          Registry would be the first for me to look for.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 15 '16 at 18:37









          Bartosz KubickiBartosz Kubicki

          1,382736




          1,382736













          • not sure how to check the registry?

            – Sean Kimball
            Jun 15 '16 at 19:35











          • stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

            – Bartosz Kubicki
            Jun 15 '16 at 19:52





















          • not sure how to check the registry?

            – Sean Kimball
            Jun 15 '16 at 19:35











          • stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

            – Bartosz Kubicki
            Jun 15 '16 at 19:52



















          not sure how to check the registry?

          – Sean Kimball
          Jun 15 '16 at 19:35





          not sure how to check the registry?

          – Sean Kimball
          Jun 15 '16 at 19:35













          stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

          – Bartosz Kubicki
          Jun 15 '16 at 19:52







          stackoverflow.com/questions/11506492/… and look at this: prattski.com/2014/09/23/using-the-magento-registry-mageregister

          – Bartosz Kubicki
          Jun 15 '16 at 19:52




















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f121080%2fhow-can-i-display-the-product-short-description-in-the-related-product-template%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          An IMO inspired problem

          Management

          Investment