Buy Now functionality in Product Page #3015
-
Through the above discussion I understand how to implement buy now functionality in product page, But I ended up in an issue. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I fixed the issue by using BuyNowButton component from hydrogen-react package
But still there is a problem. The quantity is not effecting properly in checkout, Some times it work some times it won't |
Beta Was this translation helpful? Give feedback.
-
This is achived, No need to use a package for this All I did is redirect to the cart.$lines route through form action
There is already a default route created for this purpose |
Beta Was this translation helpful? Give feedback.
This is achived, No need to use a package for this All I did is redirect to the cart.$lines route through form action
There is already a default route created for this purpose