Display sale badge on PLP Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm...

How to identify unknown coordinate type and convert to lat/lon?

How often does castling occur in grandmaster games?

C's equality operator on converted pointers

Google .dev domain strangely redirects to https

Is multiple magic items in one inherently imbalanced?

How does Belgium enforce obligatory attendance in elections?

Trademark violation for app?

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

Why weren't discrete x86 CPUs ever used in game hardware?

One-one communication

How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?

What makes a man succeed?

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

What are the discoveries that have been possible with the rejection of positivism?

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

What order were files/directories output in dir?

What's the point of the test set?

Dyck paths with extra diagonals from valleys (Laser construction)

Lagrange four-squares theorem --- deterministic complexity

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

Misunderstanding of Sylow theory

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Is there public access to the Meteor Crater in Arizona?

Why are vacuum tubes still used in amateur radios?



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 9 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

          “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

          How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

          夢乃愛華...