Migrate from Drupal to WordPress

If I want to switch to WordPress in the future, is it possible to export my site content?

How to display the rendered entity of a store in the purchase funnel ?

I created a link that displays the "Terms and Conditions" of the store to which the shopping cart relates in a modal window.

This link a page in a modal window.

I want to replace the page rendered by the store's rendered entity with the cgv display mode (this is the machine name of the display mode in my store type).

What should I change in my code ?

my_module/src/Plugin/Commerce/CheckoutPane/MarketplaceTermsAndConditions.php :

Unable to update from 8.9.6 to 8.9.7

Hi,

I'm trying to update to 8.9.7 without success, even though I never had any issues before.

When I run :

composer outdated "drupal/*"

Here is what I get :

drupal/core                         8.9.6           9.0.7
drupal/core-composer-scaffold       8.9.6           9.0.7
drupal/core-project-message         8.9.6           9.0.7
drupal/core-recommended             8.9.6           9.0.7
drupal/core-vendor-hardening        8.9.6           9.0.7

So I run, as usual :

The alias /store/my-store is already in use in this language

I have a store type that contains a paragraph field.

When I create a store, it works perfectly. But when I update the store by adding a paragraph, I have an error in the form :

The alias /store/my-store is already in use in this language

This error occurs since the update to Commerce 2.17

How can I correct this ?

UPDATE

If I edit my store and save without changing anything, it works.

It's not just the paragraph, if I change the store logo I get the same error.

There is nothing in the logs.

The alias /store/my-store is already in use in this language

I have a store type that contains a paragraph field.

When I create a store, it works perfectly. But when I update the store by adding a paragraph, I have an error in the form :

The alias /store/my-store is already in use in this language

This error occurs since the update to Commerce 2.17

How can I correct this ?

UPDATE

If I edit my store and save without changing anything, it works.

It's not just the paragraph, if I change the store logo I get the same error.

There is nothing in the logs.

How to remove the inline css style from the views slideshow

Hello,

I created a views slideshow. It worked just fine. However, I see the inline css and not sure how to delete or overwrite.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x