Skip to content

magento man

How to retrieve custom product attributes through product description or short description using phtml templates?

Using: Magento 2.4.5 Community Edition I currently have two custom phtml blocks {short_description.phtml, description.phtml} located in app/code/Vendor/Theme/view/frontend/templates. As an example, short_description.phtml contains: <div class=”container attribute-container”> <div class=”attribute-row”> <div class=”col-12″> <div class=”attribute-label”>Attribute Label<span style=”color #4361ee;”>Attribute Value</span> </div> <div class=”attribute-label”>Attribute Label<span style=”color:… Read More »How to retrieve custom product attributes through product description or short description using phtml templates?