Image banner button function as add to cart

Solved

Image banner button function as add to cart

domiflex
Tourist
4 0 1

Hello. Any ideas how can I turn image banner button into add to cart button? I pretty much need all my buttons on the page "Pay 40% Less" function the same as it was added to cart (quantity: 1). I am using debutify theme.

domiflex_0-1727549795925.png

 

Accepted Solution (1)
Ahmad31
Excursionist
19 3 0

This is an accepted solution.

try this button href :
<a href="/cart/add?id=50036790395144&quantity=1" class="btn btn--primary">
Pay 40% Less
</a>

istead of :
<a href="/products/necksoft" class="btn btn--primary">
Pay 40% Less
</a>
Hope this changing in your button code will resolve your issue, if you find this helpful mark this solution accepted.

View solution in original post

Replies 5 (5)

Ahmad31
Excursionist
19 3 0

please provide me the link of your store

domiflex
Tourist
4 0 1
Ahmad31
Excursionist
19 3 0

This is an accepted solution.

try this button href :
<a href="/cart/add?id=50036790395144&quantity=1" class="btn btn--primary">
Pay 40% Less
</a>

istead of :
<a href="/products/necksoft" class="btn btn--primary">
Pay 40% Less
</a>
Hope this changing in your button code will resolve your issue, if you find this helpful mark this solution accepted.

Ahmad31
Excursionist
19 3 0

Ahmad31_0-1727563111108.png

 

domiflex
Tourist
4 0 1

It works. Thanks!