Preview not working for Drupal Commerce Products
See original GitHub issueThe Iframe preview mode doesn’t work for Drupal Commerce Products. The issue seems to be that Products don’t have revisions.
Error: 501 Not Implemented
Resource versioning is not yet supported for this resource type.
I tried setting isVersionable to false, but it has no effect:
const entity = await drupal.getResourceFromContext<DrupalNode>(
path,
context,
{
params: getParams(path.jsonapi.resourceName),
isVersionable: false,
},
);
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:10
Top Results From Across the Web
How to generate Preview from Add Product form [#2338649]
I want to add a Preview button in Commerce Product Add form. Before adding product, user can see Preview of Product same as...
Read more >Views preview not working [#3256055] | Drupal.org
Hi, after updating to 9.3 views preview stopped working in all themes and all views - not only views created by me, is...
Read more >File upload preview broken [#2946034] | Drupal.org
When I upload using core's image file widget the created thumbnail is broken. The path looks something like this.
Read more >Order Item Table not showing on Order View page - Drupal
Hi, I have installed drupal commerce 8.x-2.14 version, ... order list showing in view preview section, not showing in order view section.
Read more >Product Variation is without context in view based listing of ...
Open page listing created with views. Proposed resolution. Inject into current request Commerce product entity within hook_entity_prepare_view.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes. Tagged and released today.
I’ll take a look at this and report back. Thank you.