Jump to content
xt:Commerce Community Forum

Submit Button Mit Mouseover Belegen


csw

Recommended Posts

  • 3 years later...

Für alle, die es noch interessiert:

FÜr den "Warenkorb" Button sieht es dann in der product_info.php z.B. so aus:

$info_smarty->assign('ADD_CART_BUTTON', xtc_image_submit('btn_indenwarenkorb.gif', IMAGE_BUTTON_IN_CART, 'onmouseover="this.src=\'btn_mover_indenwarenkorb.gif\'" onmouseout="this.src=\'btn_indenwarenkorb.gif\'"'));
[/PHP]

...wobei die beiden onmouseover und onmouseout-Grafiken hier im Stammverzeichnis liegen müssten. Kann man ja noch ändern^^

Viel Spass beim Basteln!

Link to comment
Share on other sites

Archived

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

×
  • Create New...