Problem/Motivation
in drupal 7 and commerce 1 we have product display that reference to product.
in d8 the product itself have URL to display in public.
i think migration should transfer the product display path alias from d7 to d8 product for SEOand more reliability
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_plus.migration.upgrade_d7_url_alias_product_display.yml | 1.47 KB | luksak |
Comments
Comment #2
luksakI have a working migration for my case. It replaces
/node/with/product/.To be able to only run this on url aliases for nodes of the bundle
product_display, this depends on the patch in this issue: #3122649: [PP-2] Derive path alias migrations per entity type (and bundle) Using this we are able to get only the relevant url aliases like this:Comment #3
damienmckennaComment #4
damienmckennaComment #5
damienmckenna