[Pro] Mal's Custom Fields hash key generation

I need to customize some Mals button to achieve something like the following

http://www.tne.co.uk/mals/2-products-plus-options.html?

This will mean hand coding the buy buttons which is OK, and of course generating the correct link verification and Hash key.

Any pointers how to do this?


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This has to run along side other button on the site using the standard Mals eCommerceFreeway Actions so I have to mimic the link verification in to the following code (swapping our Mals details along the way)

<form action="http://ww12.aitsafe.com/cf/addmulti.cfm" method="post"> 
<input type="hidden" name="userid" value="E9120065">
<input type="hidden" name="return" value="www.tne.co.uk/mals/2-products-plus-options.html">
<input type="hidden" value="1" name="qty1">
<input type="hidden" name="price1" value="2.50">

<select name="product1">
<option selected value="">Select Your Car Sticker (Logo One)</option>
<option value="Sticker Internal (Glass)">Internal (Glass) 21cm X 10cm &#163;2.50</option>
<option value="Sticker External (Bumper)">External (Bumper) 21cm X 10cm &#163;2.50</option>
</select>

<input type="hidden" value="1" name="qty2">
<select name="productpr2">
<option selected value="">Select your T Shirt / Polo</option>
<option value="T Shirt in white, :12.99">T Shirt in white &pound;12.99</option>
<option value="Polo in white, :16.00">Polo in white &pound;16.00</option>
</select>
<select name="product2[]">
<option selected value="">Which size</option>
<option value="Medium">Medium</option>
<option value="Large">Large</option>
<option value="XL">XL</option>
</select>
<select name="product2[]">
<option selected value="">Which logo</option>
<option value="Logo One (upe30C)">One</option>
<option value="Logo Two (upe306)">Two</option>
<option value="Logo Three (upe318)">Three</option>
</select>

<input type="submit" value="Buy Now">
</form>

dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options