Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product Titles are included in Field Layouts #1614

Merged
merged 1 commit into from Aug 5, 2020

Conversation

AugustMiller
Copy link
Contributor

Description

The conditional in craft\commerce\fieldlayoutelements\ProductTitleField was using the ProductType::hasVariantTitleField to determine whether Product titles were rendered, when it ought to have been using ProductType::hasProductTitleField property.

This just updates that part of the conditional for the field layout element.

Related issues

Should fix #1613.

@lukeholder lukeholder merged commit c7267aa into craftcms:develop Aug 5, 2020
@lukeholder
Copy link
Member

Thanks @AugustMiller ! just pushed out 3.2.0.2 with this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Product Titles not rendered in Field Layout
2 participants