Appifiny
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-13-2024 06:08 AM
Topic Started
7
Topics Started
Topic Solutions
2
Solutions
Post Count
165
Posts
Post Kudos
51
Likes

Community Badges

Following Brexit, Shipping to the EU requires HS codes to be 8 characters in length. However the Rest API returns a maximum of 6 characters. Additionally, the country_harmonized_system_codes ar...
Is it possible to access Shop metadata using liquid from an asset? It doesn't seem to render the content stored in the metafield. Metafield Key: cssNamespace: mynamespaceType: StringVal...
@Liam, where is the appropriate placed to leave feedback on the beta? Asa
I have a client with a Plus store. They want to offer a same day delivery option in specific area's. To do this, it requires a request to an external API with the customers shipping post code to s...
Hey everybody, I hope you are all having a great Summer? Last October we released Recently, our popular recent order app which was fantastic value for money and had more features than any o...
Our latest app, Hurry has just been released in the app store. https://apps.shopify.com/hurry Hurry is social proof that other customers are viewing your store & buying your products a...
Here is the description of source_name in the order API: { "source_name" : "web" } Where the order originated. May only be set during creation, and is not writeable thereafter. Orders crea...
I am integrating node js and socket io (using port 3000) in a new app. However, when used in the embedded app (after ShopifyApp.init) the request to the socket io client js file is aborted. I'm no...
We are pleased to announce the launch of our latest app, Recently in the app store. Try it now with a FREE 7 day trial: https://apps.shopify.com/recently
Hi It would be useful to have an API method for script tags that sets a parameter to force a client browser to reload the file instead of loading from cache. Useful for when you have a made a c...
Does the timezone in the created_at field refer to the shops time zone or the time zone of the user making the prurchase?
I'm using the PHP ohshopify lib and and for some reason my apps stopped working yesterday. I added this line to the CURL params which seems to have fixed the issue: curl_setopt($ch, CURLOPT_S...
What is the recommended way to add CSS to the store front end when an app is installed? 1. Should I add some in-line CSS using JavaScript in a script tag? 2. Or.. add a CSS file as an asset. An...
I am redirecting to the charge confirmation URL in an app that I am converting to use the Embedded App SDK. // redirect to the confirmation urlheader('location: ' . $charge['confirmation_url'])...
How do I access the myshopify top level hostname to set the shopOrigin value required to initialise the Embedded App JS library. ShopifyApp.init({ apiKey: '***', shopOrigin: 'https://???...
Is it possible to get a list of the product options from the Shopify JS object in a Javascript loaded by scriptag? I've seen a code snippet that use JavaScript in a liquid template, but is it poss...
What is the best method to run some JavaScript (from an app) only on a specific page such as the product page? I can't see a parameter in the script tag API to specify a page. I know It's possi...
Hi I'm starting to build my first app that uses the EASDK. Is there some minimal example getting started code with PHP. I have created a page with the scripts in the page header as described...
Hi I see there is a filter to output a string as JSON. I had an issue where I was outputting a JSON string (not using the filter) and in some stores it would be returned as JSON and sometimes H...
Hi I'm pleased to announce that we have released our first app (Search Meter) in to beta testing. http://apps.shopify.com/search-meter If you use the app, it would be awesome if you could leave us...
Hi A couple of quick questions about updating the application charge or recurring application charge when an existing charge already exists... 1. When a shop has an active recurring application cha...
Hi Is there a method to search for products using a keyword in the API that will yield the same results as on the front end? I can't see anything in the docs. If not, can you reveal roughly the log...
Hi I am using the script tag API to install a JS file on a shop front end. The js file sends an ajax request to my server when a form is submitted. How do I identify the store that the request is ...
Hi I am just completing my app oauth and charging php integration. If I delete the app from within my test shop admin, the browser session still exists and I get a 401 Unauthorized error if I try t...
Hi I'm new to shopify and just getting started with the API. I see it is it possible to change the price of a product, but is it possible to change the price of a product in an order (for example i...
No content to show

User Activity

In the Shopify Remix template, how is the JWT authorization header being added to every new page request?I've looked through the source code and I cant see where it is happening.It seems like Remix doesn't support middleware yet but it somehow seems ...
I'm getting started with Remix.What is the recommended way to request server side pagination data in an Index Table using Remix?Here's a few things I've considered:- Using `useSubmit` and an action on the same route- Using a Fetcher.load() to request...
Unbelievable that markets has shipped without contextual inventory!One solution is to create different products with their own inventory and make them available in each market. This could could potentially cause more issues itself with SEO and indexe...
I'm creating my own authentication flow with Remix rather than using the Shopify Remix package.On the server side, oauth works great outside of the iframe and I store the offline token and online session in a database.On the client side, as soon as I...
Is it possible to create a custom metafield at store level that can be accessed on any page including the home page?It doesn't seem like it's possible to retrieve a metafield that was created by just using liquid if it's not attached to a resource.I ...
What is the correct way to identify removed products in the order API data? Removed products are still listed in the `line_items`. In the `refunds` it's not clear how to identify a product that has been removed from the order instead of just fully re...

Yeh unfortunately Ruby is a requirement for the CLI. It also needs to be 2.7 which is not available by default in most packages so it's a bit of a pain to install.Ruby currently doesn't work at all on Win11 ARM64.Theme extensions are pretty neat but ...
single_line_text_field and multi_line_text_field metafield types can be used to display app-data metafields on the storefront using liquid in app embed blocks in theme extensions.However if the json data type is used to display json data, there is no...

Did you find the solution? I have a php based app and getting the same error.
This is a broken link.I hope you can get the old docs back up again or add versioning to the current docs (which are currently very poor).
I had the same issue. The reason is because the `read_merchant_managed_fulfillment_orders` or `write_merchant_managed_fulfillment_orders` access scopes have not been requested.I did try requesting `write_assigned_fulfillment_orders` in my fulfilment ...
Same issue. I've noticed that the Async code is different between merchants stores.I don't know if it's an app that is causing the different code to be used, the theme (maybe a difference between legacy and OS2 themes?), or the age of the Shopify acc...
  {%- if settings.cart_show_free_shipping_threshold -%} {%- assign threshold_in_cents = settings.cart_free_shipping_threshold | times: 100 -%} {%- if cart.total_price >= threshold_in_cents -%} <p>{{- 'cart.general.free_shipping' | t -}}</p> ...
You don't need an app for that.It can be coded in your theme in about 15 minutes and there are quite a few themes with this feature already built in.
Looking at this independently it seems there are faults on both sides.Although the plan is labeled as forever free, it clearly states that there is a limit of 50 shipment quotas per month. Based on your orders, you would probably know if you are goin...
This widget could not be displayed.
This widget could not be displayed.