Announcement

Collapse
No announcement yet.

Product Description for Variant Not Displaying

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product Description for Variant Not Displaying

    Hello,

    I'm having some trouble with missing product descriptions for variants. Each variant is set up as its own product, and they all have unique descriptions in the admin. Other variant-specific details, such as SKU, image, and product details are all displaying correctly on the front end when the attributes corresponding with that variant are selected. Only "Description" is missing.

    When I check our Product Details content section, it includes the following, which creates a redundant section titled "Item Information." I noticed this because I wanted to remove the "Item Information" section (it merely duplicates the Description) but then noticed that for variant products, this was the only place that the descriptions are displaying.

    <div class="product-details--description ntm">
    <mvt:if expr="l.settings:product:descrip">
    <h3> Item Information </h3>
    &mvt:product:descrip;
    </mvt:if>
    </div>

    It's strange that this *does* render the variant's unique product description, but only in the PDP "Product Details" tab devoted to product specs.

    However, on the same variant product page, the "Description" tab, which is supposed to contain the product description and only the description, will not render because for some reason it thinks it's empty ... even though that data is pulling into the Product Details section directly below.

    Does anyone know a workaround?

Working...
X