Display sale badge on PLP Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Automated category sort by saleShowing On Sale Products from different CategoriesPHP to show sale badge not working correctlyHow to check if product in cart is on sale (has a special price)?How to display Special Price end date on front endReplicate category pages to show just sale productsRemove sale prices on items in storeMagento2 how to display only special price of productMagento2: How can i get all Special price products. (on sale products)Display On Sale Product On Top Sorting Magento 2

Dyck paths with extra diagonals from valleys (Laser construction)

How much damage would a cupful of neutron star matter do to the Earth?

How many morphisms from 1 to 1+1 can there be?

What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?

Random body shuffle every night—can we still function?

Electrolysis of water: Which equations to use? (IB Chem)

How often does castling occur in grandmaster games?

What's the point of the test set?

How do living politicians protect their readily obtainable signatures from misuse?

preposition before coffee

What initially awakened the Balrog?

An adverb for when you're not exaggerating

Karn the great creator - 'card from outside the game' in sealed

How were pictures turned from film to a big picture in a picture frame before digital scanning?

Should a wizard buy fine inks every time he want to copy spells into his spellbook?

A term for a woman complaining about things/begging in a cute/childish way

What does this say in Elvish?

Significance of Cersei's obsession with elephants?

What does 丫 mean? 丫是什么意思?

Why does 14 CFR have skipped subparts in my ASA 2019 FAR/AIM book?

What makes a man succeed?

What does Turing mean by this statement?

Why are my pictures showing a dark band on one edge?

Lagrange four-squares theorem --- deterministic complexity



Display sale badge on PLP



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Automated category sort by saleShowing On Sale Products from different CategoriesPHP to show sale badge not working correctlyHow to check if product in cart is on sale (has a special price)?How to display Special Price end date on front endReplicate category pages to show just sale productsRemove sale prices on items in storeMagento2 how to display only special price of productMagento2: How can i get all Special price products. (on sale products)Display On Sale Product On Top Sorting Magento 2



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am trying to display a 'Sale' badge on product category pages if the products have a special price. Though the isn't rendering anything.



<?php if (_$product->getPriceInfo()->getPrice('special_price')->getValue()): ?>
<div class="product-abs-top w-100">
<div class="tags-wrapper">
<div class="tag sale">Sale</div>
</div>
</div>
<?php elseif ($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product)): ?>
<div class="product-abs-top w-100">
<div class="tags-wrapper">
<div class="tag <?= /* @escapeNotVerified */ str_replace(' ', '_',strtolower($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product))) ?>"><?= /* @escapeNotVerified */ $_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product) ?></div>
</div>
</div>
<?php endif; ?>








share




























    0















    I am trying to display a 'Sale' badge on product category pages if the products have a special price. Though the isn't rendering anything.



    <?php if (_$product->getPriceInfo()->getPrice('special_price')->getValue()): ?>
    <div class="product-abs-top w-100">
    <div class="tags-wrapper">
    <div class="tag sale">Sale</div>
    </div>
    </div>
    <?php elseif ($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product)): ?>
    <div class="product-abs-top w-100">
    <div class="tags-wrapper">
    <div class="tag <?= /* @escapeNotVerified */ str_replace(' ', '_',strtolower($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product))) ?>"><?= /* @escapeNotVerified */ $_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product) ?></div>
    </div>
    </div>
    <?php endif; ?>








    share
























      0












      0








      0








      I am trying to display a 'Sale' badge on product category pages if the products have a special price. Though the isn't rendering anything.



      <?php if (_$product->getPriceInfo()->getPrice('special_price')->getValue()): ?>
      <div class="product-abs-top w-100">
      <div class="tags-wrapper">
      <div class="tag sale">Sale</div>
      </div>
      </div>
      <?php elseif ($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product)): ?>
      <div class="product-abs-top w-100">
      <div class="tags-wrapper">
      <div class="tag <?= /* @escapeNotVerified */ str_replace(' ', '_',strtolower($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product))) ?>"><?= /* @escapeNotVerified */ $_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product) ?></div>
      </div>
      </div>
      <?php endif; ?>








      share














      I am trying to display a 'Sale' badge on product category pages if the products have a special price. Though the isn't rendering anything.



      <?php if (_$product->getPriceInfo()->getPrice('special_price')->getValue()): ?>
      <div class="product-abs-top w-100">
      <div class="tags-wrapper">
      <div class="tag sale">Sale</div>
      </div>
      </div>
      <?php elseif ($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product)): ?>
      <div class="product-abs-top w-100">
      <div class="tags-wrapper">
      <div class="tag <?= /* @escapeNotVerified */ str_replace(' ', '_',strtolower($_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product))) ?>"><?= /* @escapeNotVerified */ $_product->getResource()->getAttribute('badge')->getFrontend()->getValue($_product) ?></div>
      </div>
      </div>
      <?php endif; ?>






      magento2 category special-price





      share












      share










      share



      share










      asked 7 mins ago









      Paul 'Whippet' McGuanePaul 'Whippet' McGuane

      1419




      1419




















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



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270823%2fdisplay-sale-badge-on-plp%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















          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%2f270823%2fdisplay-sale-badge-on-plp%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

          منجزی محتویات تیره‌های طایفه منجزی[ویرایش] مشاهیر طایفه منجزی[ویرایش] محل سکونت[ویرایش] پانویس[ویرایش] منابع[ویرایش] منوی ناوبری«نمودار اجتماعی طوایف بختیاری»«BakhtyārBAḴTĪĀRĪ TRIBE»«اسامی طوایف و شعب ایل بختیاری»ووگسترش آن

          What does the writing on Poe's helmet say? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Favorite questions and answers from first quarter of 2019 Latest Blog Post: Avengers: Endgame PredictionsWhat is the purpose of the blast shield helmet?Why was the Stormtrooper helmet designed this way?What does Kylo Ren place his helmet on?What does the writing on Poe Dameron's flight vest say?Is this Poe Damerons dad? (Kes Dameron)Is Poe Dameron Force-Sensitive?Why is Poe Dameron so shocked in the First Order star destroyer hangar?What does the code breaker's hat say?In “The Last Jedi” was it actually Poe's fault that so much of the resistance died?Did Poe Dameron make custom modifications to his black X-Wing?

          What is it called when one voice type sings a 'solo'?How to improve the blend between male and female voices on the same part in a choir?Getting a bigger sound for solo keyboard/voice performanceWhat is this type of vocals called?Not sure what voice type I haveWhat is my voice type?50 years old , haven't sung a note in my life, butVoice type questionWhat’s my voice typeTerminology used when a high note in a sentence is sung like a flasettoWhat is Shoshana Damari's voice called?