Skip to content

Commit

Permalink
Merge pull request bagisto#9989 from shivendra-webkul/buy-now
Browse files Browse the repository at this point in the history
Fixed buy-now button issue
  • Loading branch information
devansh-webkul authored Jul 9, 2024
2 parents e4e66b2 + aef54d3 commit 80dee36
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class="secondary-button w-full max-w-full max-md:py-3 max-sm:rounded-lg max-sm:p
<x-shop::button
type="submit"
class="primary-button mt-5 w-full max-w-[470px] max-md:py-3 max-sm:mt-3 max-sm:rounded-lg max-sm:py-1.5"
button-type="secondary-button"
button-type="primary-button"
:title="trans('shop::app.products.view.buy-now')"
:disabled="! $product->isSaleable(1)"
::loading="isStoring.buyNow"
Expand Down
Loading

0 comments on commit 80dee36

Please sign in to comment.