Buy now button instead of add to cart

You can achieve this by creating a custom “Buy Now” button that links directly to the checkout page for your eBook. Instead of using the default Wix Stores button, generate a direct checkout link using the product’s store URL and product ID, then set your button’s click action to redirect users to that link. This will bypass the cart and take them straight to checkout. You can also use Velo (Dev Mode) to create a dynamic button that fetches the product ID and redirects users accordingly. Let me know if you need more details