ethercreative/seo

Focus Keywords not working on Commerce Products

alexjcollins opened this issue · 0 comments

Description

The 'Focus Keyword' field is unavailable with the notice 'This feature is not available'.

The code suggests it should work and indeed, in earlier versions of commerce it did work.

seo/src/fields/SeoField.php

Lines 170 to 173 in adf052d

case 'craft\\commerce\\elements\\Product':
$previewAction = $craft->getSecurity()->hashData(
'commerce/products-preview/preview-product'
);

Steps to reproduce

  1. Add an SEO field to a product type where live preview is working