How to add a buy it now button to our product pages (empire theme)

Hi, I’m trying to get my product pages to show a add to cart and a buy it now button that brings customers to checkout or cart. I turned off dynamic checkout because I would rather have buy it now. Anyone know how to add this?

Example Listing

https://universaltruckpartsshop.com/products/60-pack-950-cca-group-31-semi-truck-batteries-by-universal-truck-parts?variant=41059942760585

Hi @UniversalTruck

Please follow these steps:

  1. Go to the Edit Code section and search for the file product-form.liquid:

  1. Add the code to display the buy it now button
  • Find the code:
{% form 'product', product, class: product_form_class, data-product-form: '' %}

  • Add the code right above:
{% assign product_smart_buttons = true %}

  • Here is the result:

I hope that this is useful for you.