Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image buttons - Having issues


Avec

Recommended Posts

I have been converting all the jquery buttons over to images.  For the most part is fairly straight forward - change tep_draw_button to tep_image_button.  This works for instances of back, add to cart, and continue button functions.  Where I have run into problems with buttons such as submit form for contact_us and view your orders in account_history.  I have tried tep_image_submit, and the button shows, but does not function.

 

Clearly, I am missing a part of the necessary command, but can't figure out what.

Link to comment
Share on other sites

Be sure to check the resulting HTML code (browser View > Source). Maybe you're ending up with a form-within-a-form, or a form element not within a form, or something invalid like that. Otherwise, try posting the original osC code snippet here, along with the resulting HTML, as well as your modified version and its HTML, and we can try to diagnose it. Tell us where it came from and information about the form it's within, etc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...