Subversion Repositories SmartDukaan

Rev

Rev 1905 | Rev 2159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1905 Rev 2118
Line 78... Line 78...
78
 
78
 
79
           <!-- Transaction Details -->
79
           <!-- Transaction Details -->
80
           <input name="reference_no" type="text" value="$action.getId()" />
80
           <input name="reference_no" type="text" value="$action.getId()" />
81
           <input name="amount" type="text" value="$action.getAmount()" />
81
           <input name="amount" type="text" value="$action.getAmount()" />
82
 
82
 
83
           <input name="description" type="text" value="Test Order Description" />
83
           <input name="description" type="text" value="$action.getDescription()" />
84
		   #set($billingAddress=$action.getBillingDetails())
84
		   #set($billingAddress=$action.getBillingDetails())
85
           <!-- Billing Address -->
85
           <!-- Billing Address -->
86
 
86
 
87
           <input name="name" type="text" value="$billingAddress.getName()" /></td>
87
           <input name="name" type="text" value="$billingAddress.getName()" /></td>
88
       
88
       
Line 123... Line 123...
123
            <input name="return_url" type="text" size="60" value="$action.getReturnUrl()" />
123
            <input name="return_url" type="text" size="60" value="$action.getReturnUrl()" />
124
			<select name="mode" >
124
			<select name="mode" >
125
				<option value="$action.getMode()">$action.getMode()</option>
125
				<option value="$action.getMode()">$action.getMode()</option>
126
			</select>
126
			</select>
127
            <input name="submitted" value="Submit" type="submit" />&nbsp; 
127
            <input name="submitted" value="Submit" type="submit" />&nbsp; 
128
            <input value="Reset" type="reset" />	
128
            <input value="Reset" type="reset" />
129
        </table>
-
 
130
      </form>
129
      </form>
131
    </div>
130
    </div>
132
 
131
 
133
    #include ( "templates/commonjsfiles.vm" )
132
    #include ( "templates/commonjsfiles.vm" )
134
    <script type="text/javascript">
133
    <script type="text/javascript">