Help

How to install this app.

  • Enable settings from home page of app.

  • Click on this to add Initial Stock of products.

  • Save it.

  • Click on Run Configuration.

How to implementation code in shopify theme ?

  • Open product.liquid in template or product-template.liquid from sections in theme files

    image
  • Find {% endform %} or </form> in code file.

  • Copy and paste following code right above form closing tag

    {% include 'firestock' %}
  • Save it. . .

    image
  • Visit your product page in which you added Initial stock.

How to uninstall App ?

  • Click on DELETE APP DATA from Home page

    image
  • After that goto and click on DELETE button.

    image
  • After that, Open product.liquid in template or product-template.liquid from sections in theme files

    image
  • Find and Remove following code

    {% include 'firestock' %}
  • Save it. . .

    image

FAQs

  • Go to the home page and enable/disable in the settings option.
more...

  • Open product.liquid in template or product-template.liquid from sections in theme files

    image
  • Find {% endform %} or </form> in code file.

  • Copy and paste following code right above form closing tag

    {% include 'firestock' %}
  • Save it. . .

    image
  • Visit your product page in which you added Initial stock.

more...

  • Click on DELETE APP DATA from Home page

    image
  • After that goto and click on DELETE button.

    image
  • After that, Open product.liquid in template or product-template.liquid from sections in theme files

    image
  • Find and Remove following code

    {% include 'firestock' %}
  • Save it. . .

more...