Refresh to resubmit the data needed to load this page.
ERR_CACHE_MISS
etc etc which will ofcourse scare off visitors
Some assisstance would be most appreciated
]]>When the product variations are selected, the prices are changed, but in the “product price” section it remains fixed with the base price, and when adding to the basket the price is fine, but what the customer sees is the price of the product that does not change remains at the minimum.
What can I do to change the price of the product according to the variations and options selected?
thanks
]]>I run several tests with WPC Price by user role
and another pricing plugin: Advanced Dynamic Pricing for WooCommerce
]]>How can I get order total price separetly in PDF invoice? I need to input it to the different place.
Here is the code:
<?php foreach ( $this->get_woocommerce_totals() as $key => $total ) : ?>
<tr class="<?php echo esc_attr( $key ); ?>">
<th class="description"><?php echo $total['label']; ?></th>
<td class="price"><span class="totals-price"><?php echo $total['value']; ?></span></td>
</tr>
<?php endforeach; ?>
Total price is inside foreach, need to extract it?
Best regards,
Max
I found ppom fields price in decimal is not calculated in the cart / checkout process.
If i try it will values of decimal it did not worked and did not add the correct price in cart.
Its only working when customer is giving close number
For example:
If i add in width close number 1,2,3,4,5 its working.
But if it’s 1.1,1.2,1.3 or 2.1, 2.2 with decimel.
Its ignoring.
And the decimel is important for us.
Basically issue with total price of cart, it is not adding the total price if i use the variation with different price.
Check the attached screen shot for understanding.
https://snipboard.io/vCQ5gr.jpg
I am using latest wp and woocommerce .
Also using updated version of PPOM.
Looking forward to hear back !!
Please fix it asap.
Thanks in advance.
]]>I just set up my products and some ppom fields and while testing i recognized, that the price of the custom fields is not shown and calculated in the cart / checkout process.
]]>How can I make advanced product fields plugin work with woocommerce minicart?
Right now if I choose an add-on then it doesn’t update the product price shown in mini cart but the total price is updated. This confuses customers. See image below.
https://ibb.co/ncQhFCQ
]]>How do I get options like these on my custom theme product page(see image below)? On other themes I install from WordPress these options show up automatically.
https://ibb.co/GCv26hj
]]>