Alberto
Tourist
Contact Me
Status
Offline
Last Activity
‎01-16-2019 07:17 AM
Topic Started
0
Topics Started
Topic Solutions
0
Solutions
Post Count
16
Posts
Post Kudos
2
Likes

Community Badges

I'm developing a Shopify App with rails in heroku and I'm trying to upload an image (.png) from my computer to the template/assets/ folder in Shopify. I would like to do it from my app, inste...
I'm developing an App which modifies the current Theme by adding some .js and .liquid files. At the moment it's working fine but I'd like to make them customizable by the merchant. I'd like to ...
I'm developing a Shopify App with rails and I have a question about its url. The url which is shown when I'm in my app is : https://myshopexample.myshopify.com/admin/apps/4283947234w324l...
I want to show the image of all products in my shopify App. I get all the products in the controller: def products_page @products = ShopifyAPI::Product.find(:all) end So (at the m...
Hello, I'm developing a Shopify App and I've created a new CarrierService trough the API. Everything is working well, it appears in the checkout when the CarrierService is available. But I'v...
I've created an orders/create webhook and I want to verify it, in order to avoid not oficial "calls" to my app. But I have a question about it.. This is the webhook controller: module Shop...
Hi! I want to call a function that creates some data on my database only once after installation of the app... How can I do it? Specifically I want to add the Shopify_id of the current shop on my ...
I'm doing a Shopify App with rails and at the moment I'm handling my database tables on my controllers... So I have a question with this. How is the best way to handle (update and create rows...
Hi! I'm doing an app and I'm having troubles with a controller which do the callback of carrier service in the order process. It should search on the database respect its shop_id, but I don't k...
Hi! I'm doing a form in a modal window with rails, and I want to modify the behaviour of the buttons that appear in a Modal Window. I would like to call a controller's action from there, how could...
Hello! I have this: webhooks_controller.rb module ShopifyApp class WebhooksController < ActionController::Base include ShopifyApp::WebhookVerification class ShopifyApp::MissingW...
Hello, I am developing a Shopify App in rails, and I need to send some JSON requests/responses to one carrier service when a new order is created. I want to integrate webhooks in my App, but ...
Hi! I am developing a new Shopify App and I would like to create a new shipping service. I am doing it with rails but I don't know how to do it. I know that I must add write_shipping in co...
No content to show

User Activity

This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to