PDA

View Full Version : Button Not Working


Cindy
06-30-08, 03:59 PM
On the Customer Edit page, the continue button works fine. Here is the code:

<mvt:item name="fonts" param="body_font">
<mvt:item name="buttons" param="Continue" />
</mvt:item>

When I go to the next page which is the secured payment page, the same code will not work. They click on the Continue button, and it goes nowhere. Any thoughts? This is only true for IE7; Firefox works fine?????

Cindy
06-30-08, 05:12 PM
I just realized my Google checkout button is not working either. When you click on it, it processes the payment as a check.

<mvt:item name="fonts" param="body_font">
Or Pay With:</b><br>
<left><mvt:item name="googlecheckout" param="button" /></left>

<table border="0" width="100%">
<tr><td align="right">

<mvt:item name="buttons" param="Continue" />
</mvt:item>