Unable to see Results / How to call result into Elementor
-
I am having trouble getting the calculation results to display. I need to show 2 prices on all my product page – original price & credit price. Credit price is worked out on checkout process using plugin for gateway fees, but im requried to show this on the product page as well.
I have built the site using Elementor & WooCommerce, and if I try to use the fields in your plugin to calulate the credit price no results show in any of the field types – text, heading or HTML. I am using the formula {={product_price}*1.035} which works in the Price Caulcation box but if i try to use it in any other field the result does not display but if i check the code your code is there?
Also is there a way to call this field into Elementor layout with a Shortcode or ACF style call instead?
Code visible when inspecting field that does not display:
<table class="variations"> <input type="hidden" name="_wck_product_id" value="5039"> <input type="hidden" name="_wck_hash" value="2ea59f3d53642831aa2efe09c60c8310"> <tbody><tr> <td class="value"> Dynmanic Price: <span class="wck-dynamic" data-expr="{product_price}*1.035"></span> </td> </tr> </tbody></table>
- The topic ‘Unable to see Results / How to call result into Elementor’ is closed to new replies.