Cs-cart ajax - What is result_ids for ?

Hi Cs-carters,



I was trying to use ajax, the cs-cart way and got stuck.

Any help will be appreciated.

As I got from the document, the result_ids element should get updated.

So with following code, after form submit with ajax div_step_2 should get updated.


```php








Step 2


```

After a lot of hit and trial and code browsing, I added following code to my controller which updated the div I wanted.
```php $ajax->assign_html('div_step_2', "just checking") ; ```

So what is result_ids exactly for ?