schottb1948
Newbie
- Jul 6, 2022
- 34
- 24
i register with shopify trial and after i enter details shop disable
Did you add your card details and got charged of 0$ ? Does the name that you used in the URL work ?i register with shopify trial and after i enter details shop disable
i register with shopify trial and after i enter details shop disable
yes added and paid 1 $ for 3 month trial account. no i didn't used name on urlDid you add your card details and got charged of 0$ ? Does the name that you used in the URL work ?
That depends on why you are using a shop.How to make the best use of their trial plan?
Every Shopify store has a name on the url, if you get that name you can log in to in with name.myshopify.com/adminyes added and paid 1 $ for 3 month trial account. no i didn't used name on url
# app/models/shop.rb
class Shop < ActiveRecord::Base
# Add necessary associations and validations
end
# app/models/product.rb
class Product < ActiveRecord::Base
# Add necessary associations and validations
end
# app/controllers/shopify_controller.rb
class ShopifyController < ApplicationController
def fetch_products
# Fetch products with a specific tag
products = ShopifyAPI:roduct.find
all, params: { tags: "your_specific_tag" })
# Create a collection for the fetched products
collection = ShopifyAPI::CustomCollection.create(title: "Your Collection Name")
# Add fetched products to the collection
products.each do |product|
collection.products << product
end
# Add the collection to the custom tax settings
# You will need to handle the specific GST percentages here
# Refer to Shopify API documentation for adding tax overrides
render json: { message: "Products fetched and organized into collection." }
end
def tax_override
# Handle tax override logic based on the GST percentages
# You will need to implement the specific tax override functionality here
# Refer to Shopify API documentation for handling tax overrides
render json: { message: "Tax override applied." }
end
end
# config/routes.rb
Rails.application.routes.draw do
post '/fetch_products', to: 'shopify#fetch_products'
post '/tax_override', to: 'shopify#tax_override'
end
1.The page speed in Shopify can be fixed with manual coding based on the problems.I have an online shopify active store. My page load time is very bad. Can you please suggest how i resolve this issue? If you're going to suggest an app, I'd request you to suggest one that has a free version (Not a trial that ends in 14 days like most apps)
Also, I'd like to know about custom coding on shopify? Similar to how we can use custom CSS on WordPress themes, is there an option on shopify to do the same?
What about using AI to generate shopify app codes to do specific tasks?
Below is some thing that I was able to generate, I got this code on the first run, just to share a sample here, do you think it can be improvised in order to create an actual app for real time usage?
# app/models/shop.rb
class Shop < ActiveRecord::Base
# Add necessary associations and validations
end
# app/models/product.rb
class Product < ActiveRecord::Base
# Add necessary associations and validations
end
# app/controllers/shopify_controller.rb
class ShopifyController < ApplicationController
def fetch_products
# Fetch products with a specific tag
products = ShopifyAPI:roduct.find
all, params: { tags: "your_specific_tag" })
# Create a collection for the fetched products
collection = ShopifyAPI::CustomCollection.create(title: "Your Collection Name")
# Add fetched products to the collection
products.each do |product|
collection.products << product
end
# Add the collection to the custom tax settings
# You will need to handle the specific GST percentages here
# Refer to Shopify API documentation for adding tax overrides
render json: { message: "Products fetched and organized into collection." }
end
def tax_override
# Handle tax override logic based on the GST percentages
# You will need to implement the specific tax override functionality here
# Refer to Shopify API documentation for handling tax overrides
render json: { message: "Tax override applied." }
end
end
# config/routes.rb
Rails.application.routes.draw do
post '/fetch_products', to: 'shopify#fetch_products'
post '/tax_override', to: 'shopify#tax_override'
end
It looks like the theme "Shells" but it has some apps or some custom code on it.https://www.beeinspiredclothing.com/ Any help in finding a similar theme like this? It looks like a custom theme.
Also, What kind of problems we will be facing if we use a nulled theme, apart from the updates?
Can you please link me to it, tried to find it on Google but couldn't find it.It looks like the theme "Shells" but it has some apps or some custom code on it.
He only has WordPress themes not for Shopify.Don't use nulled themes found On google, we have member here that sells nulled themes, search for Deleted member 752298
Sorry, autocorrect. The name is Shella search on themeforestCan you please link me to it, tried to find it on Google but couldn't find it.
He only has WordPress themes not for Shopify.
Shopify is the best solution for non-technicalShopify Woocommerce? Which one is better for a non-technical person to use?
You can integrate as many apps as you want, because shopify apps are made by individuals and not restricted by Shopify, but they wont communicate if they don't have an api connected for this service.Hi,
Is it possible to integrate multiple POD integrations into one Shopify store? For example Spreadsheet and Printful both in one Shopify store?
This is not Shopify. And you get banned where ? Can you give me more details ?heya, currently shopify is trending in the Indonesian gambling niche. Lemme give you an example
https://sigastra.radenintan.ac.id/img/produk/slot-2023/
do you know how they do this without getting banned? I tried several stores and trying to puth the gambling keyword but it always get banned in the next day. Some say i need to use the html code and put it into my own domain but I wanna hear your thought. Thanks!