I have read several threads about creating a "Buy Now" button that sends users directly to checkout instead of just adding to the cart. However, I would like to have both buttons displayed on a product so the user has the option of jumping to checkout or continue shopping. This would be an attempt to make one less click to get to checking out and increase conversion rate. Any thoughts?

Issue fork commerce-1661784

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

  • 1661784-how-do-i Comparecompare

Comments

rszrama’s picture

Status: Active » Closed (fixed)

Really just need a contributed module for that that alters the Add to Cart form and adds the button. It would be just like adding a button to any other form; just need to make sure it handles the Add to Cart process in the same way the normal submit handler does - might even be able to call it directly.

raubi gaur made their first commit to this issue’s fork.