Giter Site home page Giter Site logo

kondasoft / ks-bootshop Goto Github PK

View Code? Open in Web Editor NEW
86.0 9.0 79.0 2.92 MB

Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.

Home Page: https://www.kondasoft.com

License: MIT License

Liquid 81.09% JavaScript 5.94% CSS 12.97%
shopify shopify-theme bootstrap ecommerce-theme ecommerce-template bootstrap5

ks-bootshop's People

Contributors

alvinkonda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ks-bootshop's Issues

Question - how does the theme redirect to checkout from the mini cart?

Hi - great theme, and the BS4 version too. But I have a question which has stumped me - when I add an item to the cart, how does the mini cart work when clicking "Checkout"? From what I can see it should submit to /cart, but it takes you direct to the checkout. When I copy the theme this works, but when I copy just the mini cart "form" the checkout button takes you to the cart.

Looking through the code for hints how the site knows to go to the checkout - I am stumped!

Thanks in advance!

Steve

Custom map icons, not an issue really.

Hi mate! Thanks so much for the theme, currently it using for a Site/Store and its been great!

Can I ask how you go about adding custom Google map icons ?

Thanks

Support for variant swatches

Hi! First of all, thanks for the theme, it's awesome. But right now, I'm having trouble trying to install some plugins. I've tried 3 different plugins to be able to display my colors as color swatches, but none of them work. Is there a workaround ?

Add to Cart unresponsive with QTY hidden

The Add to Cart button hangs when the 'Show quantity' option is checked; the button dims and the spinner spins indefinitely.

Fixed by editing the qty input in the add to cart form on the product-template.liquid file:
Move the {% if section.settings.show_qty %} conditional to change the input type from 'number' to 'hidden':

<input
    id="qty"
    {% if section.settings.show_qty %}
    type="number"
    {% else %}
    type="hidden"
    {% endif %}
    class="form-control me-2"
    size="20" 
    name="quantity" 
    value="1" 
    min="1"
    data-bs-toggle="tooltip" 
    data-bs-placement="bottom" 
    aria-label="{{ 'product.quantity' | t }}"
    title="{{ 'product.quantity' | t }}"
    style="max-width: 100px;">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.