Wednesday 04 March 2009 8:58:49 pm
I have to add following feature. The users can request for quotation. Then I update pdf with details and two price options. Full Price and the Partly Payment price. Then user can select either option and make the payment. I have created the class and done the template. But when I adding to the basket it always get the first price in the class order (Full Price).
<form method="post" action={"content/action"|ezurl}>
<div class="content-action">
<input type="Submit" class="basketBtn" name="ActionAddToBasket" value="" />
<input type="hidden" name="ContentNodeID" value="{$node.node_id}" />
<input type="hidden" name="ContentObjectID" value="{$node.object.id}" />
<input type="hidden" name="ViewMode" value="full" />
</div>
</form> Is ther a option whether user can select the payment amount? or any solution. Thanks.
http://www.eyepax.com
|