yourwp
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WooPrice Calculator] example themeThat works!! (dancing ;-))
tx
Forum: Plugins
In reply to: [WooPrice Calculator] example themeDear 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 !!!!
Forum: Plugins
In reply to: [WooPrice Calculator] example themeCan someone please help me in the right direction?
Is it even possible/clear what i try to do?
This is getting a bit urgent.
Forum: Plugins
In reply to: [WooPrice Calculator] example themeany news on this one?
tx!!
Forum: Plugins
In reply to: [WooPrice Calculator] Translationtesting 😉 will let you know
Viewing 5 replies - 1 through 5 (of 5 total)