No content to show

User Activity

Hi, We are trying to get our legacy web app to comply with the changes required for it to show in admin. This is for a custom app. The following page list 3 things that are needed: Updating Shopify App Bridge Ensure that the content security policy i...
Here is the code we are currently using. What would be the best way to upgrade. <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Auth extends CI_Controller{ public function __construct() { ...
I develop apps for a single store, so basically custom apps. Our previous developer did the authentication needed for the apps to show in the Shopify Admin. But he has since left our company. These apps are some years old and we are now getting a mes...
We are trying to retain our existing bundle packs. The API call is information about what a bundle pack consists of. We store this information on an external server.
I am trying to access a third-party API (one we have created) from a Shopify function. But it does not seem to be returning data. Can anyone see what I could be doing wrong. Is this not possible with functions?   // -check import { DiscountApplicatio...
No. I am just starting to develop apps for our store. I'll let you know if I figure it out.
If you are in your cart page the following works for me: {{ cart.currency.symbol }}
We are building a checkout extension that sends data to our shipping server to return better quotes when the shipping step is initiated. We need to post the address the customer is entering to our server with email and whether it is a B2B address. Th...
We have a team that will be working on our checkout extensions and functions. I find the process very confusing. We use git to backup our code for other projects. Having messed around with checkout functions, I have a basic understanding of deploymen...
I liked this idea because it would help with other things we were doing. But when I went to flow I could not see the field "Company". Are you sure it exists?
{ "order": { "id": 5626252099639, .... "company": { "id": 84410423, "location_id": 85491767 } .... }If the "company" field has and "id" and "location_id" then it is a B2B order. Otherwise, it is retail, and "company"...
We are currently building a headless store. We currently run a B2C business, and use shopify+ for a wholesale (B2B) component. We wish to move to the blended B2B feature, having both wholesale and retail in the one store. We can do this with our curr...
We already have quite a few custom apps. What I am wondering is how we incorporate things like Checkout Extensions and Functions into them.
We run a Shopify+ website, where we sell product. We wish to distribute in such a way that we can test on one of our noncritical sites first, then move to our main store.  So it is an internal app, we don't need to distribute to other stores (other t...
I have read the deployment docs, but can not get an understanding of how to deploy an app to a basic server. We are a small team, and wish to host manually on our server, we don't want to use Docker or any of those automated tools.  I am not sure wha...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.