No content to show
User Activity
03-21-2024
You can see the log if you are testing the app with same partners account as of the store.You can see the screenshot, where the timestamp is clickable. Here I'm testing app with a store under same partner account.
03-21-2024
Nothing will be charged from Shopify end for publishing/reviewing apps.
Here is quick idea, not a full code.Create a folder 'front-app' and place all your react app code here.And add <div id="react-render"></div> in liquid teamplate, where we need to render the componenetsfront-app/index.js file will be like import App...
You can use the dropdown menu field name as properties[Some name]. <select name='properties[Some name]' ></select>Then it will be added automaticaly to cart line item properties when adding the product to cart. Esnure the dropdown field placed in si...
It depends on the themeIn dawn theme, it was under the file buy-buttons.liquid
Fields mut be inside the <form> tag. Add the fields before closing the form.Also wrap name with properties[]
Can you please share your site url, So I can have a look
03-12-2024
You can use Product Options App for this requirement.Try our app https://apps.shopify.com/product-options-addons Checkout this example created using this App: https://product-addons-demo.myshopify.com/products/community-example-2484658
You need to wrap the field name with properties[].Change the field names as followsname="properties[Your name]"
03-12-2024
The requested feature is available with our app https://apps.shopify.com/product-options-addons You can set price for the file upload.You can check the demo at https://product-addons-demo.myshopify.com/products/file-upload (password: 0000)
03-12-2024
In mobile it will show on clicking the plus icon towrads the menu. But in your site the code I shared in the screenshot has repeated twice.So, the scripts is not working as desired. You can check your theme file where the custom codes added and try ...
03-11-2024
The code block in the screenshot has repeated, I can see it in two times. It is supposed to be run onceTry removing it.
You can by adding custom css code. Try the code below .card__heading{
text-align:center
}
03-11-2024
It depends on the tasks you planning to do. What are the tasks you need to achive?
03-11-2024
Are you using this template https://github.com/Shopify/shopify-app-template-php/.Or any other, please specify, then can suggest the required changes to be make to connect with MySql instead sqlite
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
327 | 03-13-2024 02:41 AM | |
1412 | 03-12-2024 06:35 AM | |
335 | 03-11-2024 01:13 PM | |
931 | 03-09-2024 09:02 AM | |
3876 | 03-09-2024 02:03 AM |