Enable settings from home page of app.
Click on this to add Initial Stock of products.
Save it.
Click on Run Configuration.
Open product.liquid in template or product-template.liquid from sections in theme files
Find {% endform %} or </form> in code file.
Copy and paste following code right above form closing tag
{% include 'firestock' %}
Save it. . .
Visit your product page in which you added Initial stock.
Click on DELETE APP DATA from Home page
After that goto and click on DELETE button.
After that, Open product.liquid in template or product-template.liquid from sections in theme files
Find and Remove following code
{% include 'firestock' %}
Save it. . .
Open product.liquid in template or product-template.liquid from sections in theme files
Find {% endform %} or </form> in code file.
Copy and paste following code right above form closing tag
{% include 'firestock' %}
Save it. . .
Visit your product page in which you added Initial stock.
Click on DELETE APP DATA from Home page
After that goto and click on DELETE button.
After that, Open product.liquid in template or product-template.liquid from sections in theme files
Find and Remove following code
{% include 'firestock' %}
Save it. . .