Announcement

Collapse
No announcement yet.

button image and button submit dont work???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    button image and button submit dont work???

    Hey im updating a design for a client and have tried to replace the continue to checkout from:

    <input type="image" name="ACTION_BUYNOW" src="button_checkoutnow_button.gif" alt="<Actinic:Variable Name="CheckoutButton"/>" />

    to:

    <input type="submit" alt="Checkout Now" value="" name="ACTION_BUYNOW"/>

    Why does the submit type not work? I am using css to style the button from an image board so I can change it using css:hover attribute, etc. but its not working, it is submitting but it is not moving to the checkout. WHY?

    They both "submit" the page, however one works and the other does not, this is not the right behaviour... they should both work right?
    Regards,
    Simon Dann Ba Hons, MA.

    "The markings of a great platform is it not forcing its users to hack around it, but to progress logically through it" - Anon

    #2
    You might have to look at the perl scripts
    There's this, but for the other way round - http://community.actinic.com/showthread.php?t=45042
    It might put you on the right track
    Last edited by KB2; 22-Mar-2010, 12:04 PM. Reason: Updating kb links
    "If my answers frighten you then you should cease asking scary questions"

    Comment


      #3
      Originally posted by carbontwelve View Post
      Hey im updating a design for a client and have tried to replace the continue to checkout from:

      <input type="image" name="ACTION_BUYNOW" src="button_checkoutnow_button.gif" alt="<Actinic:Variable Name="CheckoutButton"/>" />

      to:

      <input type="submit" alt="Checkout Now" value="" name="ACTION_BUYNOW"/>

      Why does the submit type not work? I am using css to style the button from an image board so I can change it using css:hover attribute, etc. but its not working, it is submitting but it is not moving to the checkout. WHY?

      They both "submit" the page, however one works and the other does not, this is not the right behaviour... they should both work right?
      Late reply, but I've had the same problem myself and solved it by changing the name of the submit button to "ACTION_BUYNOW.x". Bit of a hack but I prefer it to editing the perl files.

      Comment

      Working...
      X