Hi all,
Seeking assistance for this problem. I am looking to change “Add to Cart” button to display “Back-Order (Ships 1-2 Weeks)” for out of stock products ONLY and the ones that are enabled to continue selling while out of stock. How can I go about this? Any assistance is much appreciated. I am currently on Dawn 12.0 version.
1 Like
Any help greatly appreciated!
Hi @TopShelfCo
In Dawn 12.0 you can do this with a small Liquid change. Edit snippets/buy-buttons.liquid and change the button label logic so that when the selected variant is out of stock and inventory policy is set to “continue selling,” the button text shows “Back-Order (Ships 1–2 Weeks)”. In-stock products will still show “Add to Cart”, and fully sold-out items will show “Sold Out”. No app or JavaScript is required.