Add Buy Now button in WooCommerce without plugins [34]

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

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

  • @MKASHIFAnwer
    @MKASHIFAnwer 21 день назад

    Very nice and helpful tutorial, really appreciate your work
    👍 Keep it up

  • @MKASHIFAnwer
    @MKASHIFAnwer 21 день назад

    Kindly share tutorial, how to add quick view & live sales notification without plugins

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

    Works. Thanks!

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 7 месяцев назад

    so great

  • @MKASHIFAnwer
    @MKASHIFAnwer 8 дней назад

    Im having a bit problem, Buy now button working on a second click, it's not working on a first click.
    Please guide and help.

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

    Tutorial please....
    Wishlist without plugin to work with WooCommerce products

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

    OMG!! Thank you for this videoo!!!

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

      You are so welcome!

    • @MKASHIFAnwer
      @MKASHIFAnwer 21 день назад

      ​@@WPCookie kindly share tutorial how to add quick view button without plugin

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 7 месяцев назад

    PLS make a tutorial on how to change the default dropdown style of WooCommerce into checkbox?

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 7 месяцев назад

    Thanks, how can I add a hover color to the button? I mean background color of the buy now button when hovering.

    • @WPCookie
      @WPCookie  7 месяцев назад

      To customize the background color when hovering over the "Buy Now" button, simply target the button's CSS class and use the :hover pseudo-selector. For example, you can add this code to your theme's style sheet:
      .single_add_to_cart_button.button.alt.custom-checkout-btn:hover {
      background-color: blue;
      }

    • @HaifengZhu-pn3uq
      @HaifengZhu-pn3uq 7 месяцев назад

      @@WPCookie It worked, you are so talented.

  • @GutaleCade
    @GutaleCade 7 месяцев назад

    thank you i'm struggling missing buy now button so where is code

    • @WPCookie
      @WPCookie  7 месяцев назад

      redpishi.com/wordpress-tutorials/buy-now-button-woocommerce/

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

    How to Set background music for enter the user in a website without showing music player and automatic start

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

      The fastest way to add background music to a website is to insert an audio tag at the bottom of the page - .
      I will make a video about this in the future.

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

      @@WPCookie In Wordpress website sir

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

      With the wp_footer hook, you can add this tag to the site's footer. For more information read WordPress documentation:
      developer.wordpress.org/reference/hooks/wp_footer/

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

      @@WPCookie Thank You Sir

  • @t.d9486
    @t.d9486 7 месяцев назад

    i tried this and it does not redirect to my checkout page. Any help?

  • @user-jh5ph9qz4g
    @user-jh5ph9qz4g Год назад

    But now button is opening side cart page not checkout directly

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

    I got the buy now button on my product page but it is not working properly. Maybe some changes in code to be done

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

      This code has been tested in simple and variable products and it works correctly, if you can email me the link of your product page so I can check it myself.
      You can get my email in the About tab.