Shopify - Create Notice On Update Version Shopify Theme - themes

I want to create a notice for the new version on Shopify before customers install it like this below:
Does anyone know how to create this notice on Shopify or suggest me the keyword so I can search?

Related

Magento 2 - Load products invisible individually using GraphQL

we have a Magento 2 installation and we are building a new frontend using GraphQL. We need to load some information for products that are not visibile individually. They are simple products part of a configurable products. We don't want to make them visible in listing or search but there are places where we have to load a specific variant and show some infos.
Is there a way to allow GraphQL queries to return those products ? we are trying to load them using SKU.
Magento version 2.3.4
Thanks

Shopify theme license

I build a new Shopify theme and want to sell it in the market but before that, I want to make sure that no one can use it without purchasing the theme license. How I can do this?
Thanks
Its possible but for that you need to setup your our server and create a database.
In the database create a table and add the following feilds.
domain, customer_name, customre_emaIl, store_URL, theme_status, lic_key
Then in the theme code you need to add some JS code and trigger AJAX call to your server with the store info and unique License key to validate the theme.
Now the trick is to hide you JS code in the theme. There are several methods i.e.
Use "eval()" function
Unicode
This is the basic idea behind the Licensed theme. For your reference the following theme is using this technique (I already worked on this theme that's why I know) :
Shoptimized
Thanks and best of luck

Bronto Extension for magento

Hey guys am using Bronto Extension for my site.i have a query that is it possible to trigger all mails from bronto rather magento example(Customer relationship management,Promotions)

Cloning an existing shopify site to a new site

I want to be able to clone an instance of an existing shopify site into a new shopify site. (This is in order for me to create a test / staging environment) Are there are any tools or scripts out there which could help me achieve this? The clone should include items such as customers and products etc. The only method I could find was in the official documentation and seems to be a manual export / import type operation.
You can export your full theme into a zip file. Customers, products and orders can be exported too and imported to the new Shopify site.
Settings: domains, payment gateways and other minor parts, you'll need to add them manually.

update magento currency rates using custom php file

I'm trying to use a custom file to update currency rates using cURL from my local bank and insert the data into the currency database table. Do I have to create a module to do that, or can I do that without creating a module? I intend to use cron too. Does anyone have any advice on how to achieve this, and are there any tutorials?
Thanks..
Best way to create custom mangento api as changing currency rates is not implemented in default magento api. Here is a simple tutorial that you can follow to implement the custom api
http://www.magentocommerce.com/wiki/doc/webservices-api/custom-api

Resources