Need Custom Code for Buy Button on Product Page - NARRATIVE THEME

Hi, I created a new product template by simply duplicating the default template. In the new one I want to include a Buy Now button or another button that bypasses the Shopping Cart page – which intentionally does not exist on the default template. If I select the “Show dynamic checkout button” on the new template, it automatically shows up on the default template as well (because right now they’re identical?), and that won’t work for my setup.

The goal is to have the default template product pages go through the shopping cart and the new template product pages bypass it.

With the Narrative theme I believe this must be done through custom code. Any thoughts would be appreciated!

Do you mean you want a product template that has one buttons “Buy Now” instead of Add to cart ?

Yes exactly. As long as the default template still maintains its add to cart button and does not have the by now button.

@jeremysher check your product template code somewhere you might find buy button code which should looks like this show_dynamic_checkout keyword, with if condition and remove that from which template you don’t want buy now button

Assuming you know basic about liquid code