Before You Start
- This feature is available on the Gold plan and above.
- If you haven't installed Ako Marketing yet, click here to install it and start your 14-day free trial.
Why you need to disable the “Buy It Now” button
- Ako Marketing’s Point Redemption Widget is installed on the cart page. If your store theme has a “Buy It Now” button on product pages or in cart drawers, customers may skip the cart page and go directly to checkout. This prevents them from using points at checkout.
To ensure customers can apply points, you’ll need to disable or adjust the “Buy It Now” button depending on where it appears. Below are 4 common cases and how to handle them.
Scenario 1: Disable “Buy It Now” on the Product Page
- In your Shopify admin, go to Online Store > Themes.
- Click Customize on the theme you want to edit.
- In the theme editor, open Products > Default product (or other product templates).
- Under Product information, click Buy buttons.
- Uncheck Show dynamic checkout button.
- Click Save in the top-right corner.
Scenario 2: Switch to a Page-Style Cart
If your cart slides in from the side or pops up in the center, its checkout button usually sends customers straight to checkout.
- Go to Theme > Customize > Theme settings.
- Find the Cart type option.
- Select Page and click Save.
👉 If your theme doesn’t provide this option, check the theme’s documentation or contact the theme developer.
Scenario 3: Hide the Checkout Button in the Mini Cart (Example: Dawn theme)
- In Online Store > Themes, click "⋯" > Edit code.
- In the search bar, type cart. In Dawn, find cart-notification.liquid.
- Wrap the <form> tag for the checkout button with comment tags <!-- -->.
*Mac shortcut: Command ⌘ + /
*Windows shortcut: Ctrl + / - Click Save and refresh your storefront to confirm the button is hidden.
Scenario 4: Redirect the Cart Drawer Checkout Button to the Cart Page (Example: Publisher theme)
- In Online Store > Themes, click "⋯" > Edit code.
- Search for cart. In Publisher, usually this button is located in the snippet cart-drawer.liquid. Use Command ⌘ + F or Ctrl + F to search for checkout.
- Find the <button> element with name="checkout".
- Remove type="submit" and name="checkout".
- Wrap the button with an <a> tag linking to /cart:
<a href="/cart" style="width:100%"> ... </a> - (Optional) Change the button text. For example, replace {{ 'sections.cart.checkout' | t }} with “View Cart.”
- Click Save.
⚠️ These methods cover common themes. Actual code or settings may differ depending on your theme. If you’re unsure, please contact your theme developer for assistance.
For further assistance, feel free to reach out to us:
📧 service@akohub.com
📅 Schedule a 20-minute free consultation
Frequently Asked Questions
Q: Why is the "Buy It Now" button a problem for point redemption?
The Ako Marketing Point Redemption Widget is designed to work on the cart page. "Buy It Now" buttons skip the cart entirely and send customers directly to Shopify's checkout, meaning they never see the option to apply their points before paying.
Q: Which Ako Marketing plan do I need to use the point redemption feature?
This feature is available for merchants on the Gold plan and above. If you are on a lower plan, you will need to upgrade to enable point redemption for your customers.
Q: My theme doesn't have a "Page" cart type. What should I do?
If your theme only supports a drawer or pop-up cart, you should follow Scenario 4 to redirect the drawer's checkout button to the `/cart` page. This ensures customers always pass through the page where points can be redeemed.
Q: Will disabling "Buy It Now" affect my sales?
While it adds one extra step to the checkout flow, it significantly improves customer loyalty by ensuring members can actually use the rewards they've earned. Most loyalty-focused stores find that the increase in repeat purchases outweighs the removal of the "Buy It Now" shortcut.
