Skip to content
View sandyparihar07's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sandyparihar07

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sandyparihar07/README.md

Hi 👋, I'm Sandeep Parihar

A passionate Ecommerce Project Manager from India

  • 💬 Ask me about Shopify, SEO, WordPress

  • 📫 How to reach me [email protected]

  • ⚡ Fun fact I am funny and helping person.

Connect with me:

sandeeeparihar sandeep-parihar-seo super.sandeep sandyparihar07 @sandeep-parihar

Languages and Tools:

css3 figma html5 ifttt illustrator javascript mysql photoshop php postman tailwind xd zapier

sandyparihar07

Pinned Loading

  1. Quick Add to Cart Button in Shopify.... Quick Add to Cart Button in Shopify.liquid
    1
    <form method="post" action="/cart/add" style="text-align: center">
    2
                    <input type="hidden" name="id" value="{{ product.variants.first.id }}">
    3
    
                  
    4
                    <input min="1" type="number" id="quantity" name="quantity" value="1"/>
    5
    
                  
  2. Free Gift Item Showing in Shopify.li... Free Gift Item Showing in Shopify.liquid
    1
    {% assign section_collection = section.settings.collection %}
    2
    {% unless cart.item_count == 0 %}
    3
      {% assign product_collection_qty = 0 %}
    4
      {% for line_item in cart.items %}
    5
        {% for line_item_product_collection in line_item.product.collections %}
  3. Automatic-Add-to-Cart-Product-in-Shopify Automatic-Add-to-Cart-Product-in-Shopify Public

  4. Free-Gift-Cart-Option-in-Shopify Free-Gift-Cart-Option-in-Shopify Public