Build an Ecommerce Mobile App using Adalo part 2

Поделиться
HTML-код
  • Опубликовано: 16 апр 2021
  • In this tutorial you will learn how to create an ecommerce mobile app using adalo. Users will be able to browse your products, browse categories, purchase products using credit card and see a list of all previous orders. This app runs smoothly on a browser and can also be published to an App Store.
    // Nocode HQ
    Nocode HQ is an online platform that supports you in your journey building software with #nocode.
    Build Websites, Mobile Apps, Chatbots, Automations and more without learning how to code. Use our Nocode Tutorials and Templates to build fully fledged digital products. Sign up now and get access to hundreds of tutorials and templates!
    nocodehq.com
    // Bubble Plugins
    We are one of the biggest Bubble plugin developers. You can view our full range of plugins at: bubble.io/contributor/anticod...
    Do you need a custom plugin? No problem! Just send us an email to anticodedev@gmail.com
    // Some helpful links
    Adalo Mobile App Builder: rebrand.ly/8s9c27x
    Bubble Webapp Builder: rebrand.ly/nkpoi9x
    Build Chrome Extensions without code: chrome.nocodehq.com

Комментарии • 20

  • @andrewboga300
    @andrewboga300 2 года назад

    Thanks very much for the video
    Am still new in using adalo

  • @musicmb5390
    @musicmb5390 2 года назад

    Perfect...Thanks a lot

  • @richardruiz1964
    @richardruiz1964 Год назад

    Excellent video.

  • @rishabhtyagi7369
    @rishabhtyagi7369 3 года назад

    Thanks a lot.

  • @ramban3488
    @ramban3488 3 года назад +1

    thank you so much for this video , very clear , can you please explain how to make variable product?
    for example:
    if i need to add lenier meter length of the plumbing required i should have a text box where user can add qty & a butten where he confirm so the app will sum 200 x qty added by user and all will be added to the final order value

  • @hafeezrahman4176
    @hafeezrahman4176 3 года назад +1

    Hey thank you, I am an non tech entrepreneur. Your video helped me to build prototype App. Could you please make multi vendor e-commerce app? Where each vendor can update their products and they should have their dashboard where customer’s orders should be placed

  • @Rinusjoosen
    @Rinusjoosen 9 месяцев назад

    Thank you for this explanation.❤️. I have also a question. Is there a possibility to use other ways to pay.
    I live in the Netherlands and credit-card payments are not common here. In Stripe there are a lot of possibilities, can we use them also in Adalo???
    Thank you for your answer.

  • @paola8435
    @paola8435 4 года назад +2

    What if I want to buy more than one product?

  • @dhruvsharma1678
    @dhruvsharma1678 Год назад +1

    What to do when the on press button is not showing on a simple list ?

  • @abhishekyadav2041
    @abhishekyadav2041 3 года назад

    thank you so so much for this great explanations,
    but how to integrate local payment gateway like google pay, paytm and more plzzz tell me

  • @rockyroopesh2931
    @rockyroopesh2931 3 месяца назад

    Thank you for the video. I am developing an app in Adalo and I want my app to display a image list based on user action. Like if the user clicks on the I mag of peaky blinders series it should display the cast of peaky blinders as an image list . Could you please help me on this . Thanks in advance

  • @idsignpartner-digitalsigni8380
    @idsignpartner-digitalsigni8380 3 года назад +1

    Can we somehow give the Tax Invoice to the customer in pdf ?

  • @benbenassi2348
    @benbenassi2348 Год назад

    the images don't actually open when you click on it and you can only upload 1 picture. So far i haven't seen a tutorial with a whole gallery of pictures for an item

  • @nemanjalakic2677
    @nemanjalakic2677 3 года назад +1

    What about if user want to order more products? TO have a cart? And cash on delivery?

    • @AntiCodeBerlin
      @AntiCodeBerlin  3 года назад

      That's all possible! You could extend the application that we've built in the video.

    • @nemanjalakic2677
      @nemanjalakic2677 3 года назад

      Yes I know. But you could make tutorial for that

  • @dhruvsharma1678
    @dhruvsharma1678 Год назад

    Pls answer

  • @mightbeone8275
    @mightbeone8275 3 года назад +1

    what is my customer wants cash on delivery?

    • @AntiCodeBerlin
      @AntiCodeBerlin  3 года назад +1

      That's no problem! You could add this functionality

  • @piermark8011
    @piermark8011 4 месяца назад

    This tutorial is wrong! First, you create a new Order once the customer clicks on Add to Cart, then once the customer selects eventual Size, Color, Quantity, you make that product into a new Order Item, you add that new Order Item to the created Order. Then you need to capture the customer’s shipping information that you link to the Order, and have the customer complete the payment.
    This tutorial makes you add products to cart, then once you pay, you create the order…