Jump to content
xt:Commerce Community Forum

Kaufen Button input type image - xt:Commerce VEYTON


p.wanger

Recommended Posts

Hallo

Ich verwende xt:Commerce VEYTON 4.0.12.

Auf meiner Artikeldetailseite ist ein Kaufen Button. Dieser sieht im Template "product.html" folgendermaßen aus:

<td>{button text=$smarty.const.BUTTON_ADD_CART file='button_in_cart.gif' type='form' btn_template='tpl_button_2.gif' space_left='25'}</td>[/HTML]

Wenn ich mir das generierte Markup im Firebug ansehe wird daraus:

[HTML]<td><input type="image" src="http://www.xyz.com/templates/xt_default/img/buttons/de/button_in_cart.gif"></td>[/HTML]

Jetzt zu meiner Frage: Wie kann ich das Attibut type="image" in z.B. type="button" ändern. Ich möchte den Button nicht über eine Grafik stylen sondern rein über CSS3. Kann ich statt input auch button als HTML Element verwenden? Wenn ja wie funktioniert das?

Vielen Dank schonmal für hilfreiche Antworten.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...