Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter yourwp

    (@yourwp)

    That works!! (dancing ;-))

    tx

    Thread Starter yourwp

    (@yourwp)

    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 !!!!

    Thread Starter yourwp

    (@yourwp)

    Can someone please help me in the right direction?

    Is it even possible/clear what i try to do?

    This is getting a bit urgent.

    Thread Starter yourwp

    (@yourwp)

    any news on this one?

    tx!!

    Thread Starter yourwp

    (@yourwp)

    testing ?? will let you know

Viewing 5 replies - 1 through 5 (of 5 total)