Getting Started - Viewing a Store - virtocommerce

Installed the platform.
Installed the Commerce bundle of modules.
Setup a couple catalogs
Setup a couple stores, one on default url and one on another url mapped to same Azure site.
Installed the timber theme on each.
The urls only show the login page. How do I get the stores to show up, the catalogs each have at least one product.

You need both platform and storefront which are two different web applications.
Storefront connects to the platform and shows stores and products to customers, while platform is intended for managers, not for customers.

Related

Is there a way to specify a list of preinstalled apps for a group of meta quest 2 test user accounts?

Is there a way to specify one list of apps to associate with all the test users in a group created using the meta quest developer console, such that when each test user account logs into a given device, all the specified apps appear in the library and can then be installed from the app menu without searching for each app? These would all be freely available apps in the meta quest store, not in-house developed apps for testing.

App for transporting SAP Commerce content between environments

We have a request from our business to create a custom application capable of extracting CMS content out of one SAP Commerce environment and loading it up into another SAP Commerce environment. The idea is that our content admins could "transport" a new page from QA to production without having to manually recreate it. Also, such a tool could be used in "refreshing" certain parts of one environment with the content of another.
I believe that we could write such a tool ourselves, and I found one other stackoverflow post mentioning a technique to do this:
Can SAP commerce cloud (Hybris) export content?
We could create an OCC endpoint for both retrieving cms content and putting cms content.
My question to you all is does there exist a third party application that could do this for us already? It would be beneficial to our organization if we could purchase a solution that did this for us rather than writing and maintaining the app ourselves.
SAP just released an extension for db sync, check here.

Can not alter/add data on shopify paid plan store by unlisted public app

I am facing some weird issue in Shopify app development. I have created app which is working fine on Development store. it is able to add some data on development store.
But for testing purpose I have offered this app to the merchants to test this app on their live store having activated Shopify Paid plan. But app can not add any data. Post/Put requests are auto converted to Get requests.
I have created couple of apps those are published on App store and in past they were being used by Active Paid Plan merchants before app has been published without any issue.
Is there something changed on Shopify side. or I am missing something this time ?
Any help will be appreciated.
every put/post request's endpoint should be on .myshopify version of domain.
I was passing primary domain. and it was working fine in dev stores as dev store. because in dev stores .myshopify version domain and primary domains are same.
I did not get this issue for so long. it was a silly mistake but stops app functionality.
Posting answer just because other people would not make such a blunder.

How to check if an app is installed to my Shopify Store

I can see all of my installed apps in shopify admin/apps, but i want to check it using some code behind (from my rails app).
Is there any way to list all the installed apps in my Shopify Store
or check specific app if it's installed or not?
Thank you.
check specific app if it's installed or not?
You can use ShopifyAPI::Shop.current. If the shop is not installed you'll get a ActiveResource::UnauthorizedAccess exception.
You'll also see ActiveResource::ClientErrors for shops that are suspended (e.g. credit card expired) and ActiveResource::ResourceNotFound for dead shops.

Difference of apps created in `apps.twitter.com` and those created through Fabric

What is the difference between apps created in apps.twitter.com and those created with Fabric IDE plugin?
Mike from Fabric here.
Apps added via the Fabric plugin are given permissions to use certain parts of the API, such as those that Digits rely on or Twitter Kit, when developers start using those parts of Fabric instead of needing to manually request permissions.
Other things, such as automatically pulling in your app's icon to display when using Twitter or Digits works instead of needing to manually upload them.