![]() |
Sergey Kornilov admin 7/31/2007 |
You need to modify generated page manually to add an AJAX call to your web service when SKU field loses focus. |
J
|
jsherknus author 7/31/2007 |
You need to modify generated page manually to add an AJAX call to your web service when SKU field loses focus. This routine should retrieve the price and update corresponding field on the web page.
|
![]() |
Sergey Kornilov admin 8/2/2007 |
This change needs to be made in the Add page template. {build_edit_control field="SKU" value=$value_SKU mode="add"} with <input type=text name="value_SKU" value="" onBlur="Your AJAX function call goes here"> |