You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new org is created, the shipping method created doesn’t have a channel selected. We had to manually select it to see it appearing after frontend implementation. [Please note the channel is selected in basedemostore so it should ideally copy but it didn't]
In the domain > catalog settings, the path is set to CDN, hence no images are shown unless CDN is set. When we change it to a blob path, it works. So we should have the blob path by default: [Seems hardcoded because base demosore also didn't had cdn path. [https://liveocxstorage.blob.core.windows.net/parkcameras/].
Also, when an order is dispatched from OMS, it is not dispatched in CH because it requires the domain settings > feature toggle “Enable Webhook Service v3” to be enabled. This required me to do it manually, so I changed that in the base demo store. Just check if this will help and ensure it is not hardcoded anywhere, as this toggle was created much after the org setup process was written.
The text was updated successfully, but these errors were encountered:
When a new org is created, the shipping method created doesn’t have a channel selected. We had to manually select it to see it appearing after frontend implementation. [Please note the channel is selected in basedemostore so it should ideally copy but it didn't]
In the domain > catalog settings, the path is set to CDN, hence no images are shown unless CDN is set. When we change it to a blob path, it works. So we should have the blob path by default: [Seems hardcoded because base demosore also didn't had cdn path. [https://liveocxstorage.blob.core.windows.net/parkcameras/].
Also, when an order is dispatched from OMS, it is not dispatched in CH because it requires the domain settings > feature toggle “Enable Webhook Service v3” to be enabled. This required me to do it manually, so I changed that in the base demo store. Just check if this will help and ensure it is not hardcoded anywhere, as this toggle was created much after the org setup process was written.
The text was updated successfully, but these errors were encountered: