-
Notifications
You must be signed in to change notification settings - Fork 219
ExperimentalOrderShippingPackages slot is missing in the editor preview #7939
Comments
Are you using slot fills for the frontend view? If so, can you share how you've done it. AFAIK slot fills work under both contexts. |
Yes, I am using SlotFills for the frontend view. The project I am working on is a fork of woocommerce/newsletter-test Gist with edit.js, block.js and IntegrationInterface. |
Ah woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.tsx Lines 180 to 199 in e875692
|
We possibly missed this one, I can't think of a reason to skip it there. |
It looks like no fills are being rendered in the editor, the slot is there but nothing fills it. Trying to remove the I'll continue investigating this but if anyone has any ideas why the fill won't render please let me know! |
How would I use the Slot Fill on the edit page to make it show up exactly where it would be on the checkout page?
For instance, my app on the checkout page looks like this:
While on my edit page I cannot access the area that's in the same are to put information/data in it. It looks as follows:
What steps do I need to take to duplicate the app view on edit and checkout page for better user workflow?
I have already setup the IntegrationInterface to work well as well as properly link to the edit file which it is compiled to.
If this is not possible what solutions could make it close to the area?
Thanks in advance.
The text was updated successfully, but these errors were encountered: