Displaying Savings Amounts on Shopify Product Pages - Easy Coding Tutorial

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 24

  • @Haze45x
    @Haze45x 7 місяців тому +1

    Your teaching style is incredibly effective and makes learning enjoyable. Keep up the amazing work!

  • @nikkyb
    @nikkyb 11 місяців тому

    Thank you. Works like a charm and easy to implement 😊

  • @francismori7
    @francismori7 Рік тому +1

    This is basic using compared-at-prices. Nicely done. Now if this comes from automatic discounts... that would be very awesome.

    • @EdCodes
      @EdCodes  Рік тому

      Automatic discounts are applied in the checkout though. And we can't modify checkout pages unless youre on Shopify Plus.

    • @francismori7
      @francismori7 Рік тому

      @@EdCodes that used to be true, but with the storefront API, you can retrieve discounts that apply to a product

  • @codingwithrobby
    @codingwithrobby Рік тому +1

    Cool video!

  • @EmilAho-s6o
    @EmilAho-s6o 6 місяців тому

    Nice! How to change grey badge showing also on collection page?

  • @dmitryzhurbenko5513
    @dmitryzhurbenko5513 Рік тому

    Thank you! Super easy to follow and no apps required! How hard is it to create a discount field inside the cart drawer or/and cart page?

    • @EdCodes
      @EdCodes  Рік тому

      Cart pages usually have a custom liquid section available so you can add it there easily, you just need to compare the cart value instead of product prices. But I think most stores are not using the cart page. They use the cart drawer instead, and the cart drawer does not have a custom liquid block available so it's more difficult but still possible by editing theme code.

  • @misiekeg3
    @misiekeg3 3 місяці тому

    Could you show how to do simillar to be on main page when using Featured Collection ? I have Featured Collection products on main page and would like to have that Save show up under price.

  • @giideonk1494
    @giideonk1494 2 місяці тому

    hello i did everything it but it doesn't show the price what can i do?

  • @LegaShopping-j7b
    @LegaShopping-j7b 5 місяців тому

    How do I center it?

  • @KhalilshaikhShaikh-q7i
    @KhalilshaikhShaikh-q7i 9 місяців тому

    Is it possible to show at checkout?

  • @gca666
    @gca666 Рік тому

    How hard it is to implement a progress bar towards free shipping in Shopify Cart? Could you provide any insight on that?

    • @EdCodes
      @EdCodes  Рік тому +1

      Not very hard, most of the work would be CSS. I've thought about making a video like this many times but it's going to be very different for every theme. Maybe I will make one for Dawn.

  • @ReinaValbuenaPol
    @ReinaValbuenaPol 10 місяців тому

    Hi, you know how to apply with variants?

    • @ReinaValbuenaPol
      @ReinaValbuenaPol 10 місяців тому

      Hi, I already made the code and it works! Your Code help me a lot!😊

  • @asimami3061
    @asimami3061 2 місяці тому

    When i put the code in the Liquid Code section its not working. Instead it just printin out the code on the website. Can anyone please hlep regarding this ?
    thank you btw good video

  • @GrowticMarketing
    @GrowticMarketing 4 місяці тому

    Is your website down? Doesn't load for me

  • @adigitalmarketing111
    @adigitalmarketing111 Рік тому

    Am trying to buy your Ebook but there are no fields to provide my credit card number

    • @EdCodes
      @EdCodes  Рік тому

      Hmm, payment info should show after clicking Pay... it's all handled by Gumroad it's not my own website.

  • @hrschudasama
    @hrschudasama Рік тому

    Same thing on cart page possible? or on checkout? That way customer may feel more confident and may purchase quickly, if they see saving amount on cart page, it may create urgency and may buy it asap.

    • @EdCodes
      @EdCodes  Рік тому

      On checkout no, unless youre using Shopify Plus. On cart page yes - but most stores do not have the cart page active, using a slide-out/drawer cart instead. If your drawer cart has a custom liquid block then yes you can do something similar.