Dear Simone,
tx for your reply!!!
The fields are rendered correct. But they don’t work for the calculation.
I can also enter text in a a number field. (Within the for each it worked)
i added:
<?php
/*
* THEME_NAME: Example (CUSTOM)
*/
?>
<h1>This is a template example</h1>
<div class="wpc-product-form">
<?php
echo $this->view['fields']['woo_price_calc_1']['label_name'];
echo $this->view['fields']['woo_price_calc_1']['html'];
echo $this->view['fields']['woo_price_calc_2']['label_name'];
echo $this->view['fields']['woo_price_calc_2']['html'];
echo $this->view['fields']['woo_price_calc_3']['label_name'];
echo $this->view['fields']['woo_price_calc_3']['html'];
echo $this->view['fields']['woo_price_calc_4']['label_name'];
echo $this->view['fields']['woo_price_calc_4']['html'];
echo $this->view['fields']['woo_price_calc_5']['label_name'];
echo $this->view['fields']['woo_price_calc_5']['html'];
echo $this->view['fields']['woo_price_calc_6']['label_name'];
echo $this->view['fields']['woo_price_calc_6']['html'];
?>
</div>
tx !!!!