When clicking on a product can we please have the product description from Shopify to be shown?

Comments

mathiasha created an issue. See original summary.

donutdan4114’s picture

Product description should be shown. Have you checked the fields display page to make sure the "body" field is being displayed?
Should be at /admin/shopify/products_structure/display.

mathiasha’s picture

Yes, I have tried that, and it just puts an empty div with the class of "entity-property-body-html" in the DOM.

John Carbone’s picture

Category: Feature request » Bug report
Status: Active » Postponed (maintainer needs more info)

Did you sync products after adding the description in shopify? Or, do you have webhooks set up for the products event that update products automatically? Can you look at the shopify_products table and see the missing descriptions in the body_html column?

mathiasha’s picture

Yes I synced after creating the product descriptions.
The body_html does contain the correct text from Shopify, and I am getting the correct text in the view with all the products. But when I click on a product and it takes me to the individual product entity, it will not display the description from Shopify.

donutdan4114’s picture

Status: Postponed (maintainer needs more info) » Needs review

I think we figured out the main issue. We will be working on a fix.
The issue seems to be that the Shopify module relies on you having a text filter format setup with the machine name of full_html.

Can you go to this admin page (admin/config/content/formats) and setup a full_html text filter format (that should format the text as HTML).

  • donutdan4114 committed ef7040a on 7.x-1.x
    Issue #2559159: Fix product body rendering when full_html text format is...
donutdan4114’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.