Errors and no fields
-
Unfortunately, the fields are not showing on the page and instead I am getting the price show up as £0.00 and the following error in the page:
This is an example
Parameters you can use:echo $this->view[‘fields’][‘woo_price_calc_1’][‘id’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘label_id’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘label_name’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘field_id’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘type’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘class’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘html’];
echo $this->view[‘fields’][‘woo_price_calc_1’][‘value’];
Is it possible for this plugin (pro or free) to calculate the weight based on the user entering a monetary value and multiplying that by the weight of the product. I’m guessing the price of the product in the back end would be 1.00. Can the weight be passed to the shopping basket when adding item to cart?
- The topic ‘Errors and no fields’ is closed to new replies.