Jump to content

Satın Al Butonunun Yanına Yeni Buton Ekleme.


Recommended Posts

Aşağıda göstermi olduğum butonun yanına yeni bir buton eklemek istiyorum. Tek bir ürün için değil tüm eklenilen ürünler için geçerli olacak. Mümkünü varsa ilginiz için teşekkür ederim. Satın al butonunun sağ tarafına gelmesini istiyorum. Aynı ölçü ve ebatlarda ama butona tıklandığında belirlediğim linke gitmesini istiyorum.

 

 

1.png

Link to comment
Share on other sites

4GLJOFbvH9nMzzbXiFeQ4InbahbJ0Q.png

 

themes/pos_sozo/product.tpl

 

bul:

<button type="submit" name="Submit" class="exclusive">
									<span>Satın al</span>
								</button>

değiştir:

<table width="400" border="0">
  <tr>
    <td><button type="submit" name="Submit" class="exclusive">
									<span>Satın al</span>
								</button></td>
    <td><button type="submit" name="Submit" class="exclusive">
									<span>Satın al</span>
								</button></td>
  </tr>
</table>
Edited by Şahin YILDIZ (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...