rajdulara
06-28-08, 02:02 AM
I am using Toolkit Version 5. Trying to use callurl feature in drop down box options loop but there's isn't enough documentation available. Please review the following code on product screen:
<mvt:foreach iterator="option" array="attr:options">
<mvt:item name="toolkit" param="callurl|sample|http://www.domain.com/mm5/php/sku.php?sku=123|GET|" />
</mvt:foreach>
I am trying to replace 123 with a variable which is current product's drop down box values i.e
<option value="123">123</option>
<option value="456">456</option>
I am using product template manager from Sebenza. I tried &mvt:option:code; and l.settings:option:code but didn't work. Please suggest a way to generate dynamic urls with option values like "123" and "456" appended as query string.
<mvt:foreach iterator="option" array="attr:options">
<mvt:item name="toolkit" param="callurl|sample|http://www.domain.com/mm5/php/sku.php?sku=123|GET|" />
</mvt:foreach>
I am trying to replace 123 with a variable which is current product's drop down box values i.e
<option value="123">123</option>
<option value="456">456</option>
I am using product template manager from Sebenza. I tried &mvt:option:code; and l.settings:option:code but didn't work. Please suggest a way to generate dynamic urls with option values like "123" and "456" appended as query string.