vivepericulose
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Number of decimals displayedGreat. Thanks for the quick responses. Hopefully it’s an easy fix.
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Number of decimals displayedI have those settings correct. That’s what fixed the Cart & Checkout pages. But they seem to have no effect on the product page. I just tried reverting back to a basic theme but it still displays the same 3 decimal places. https://prnt.sc/kr56ta
Forum: Plugins
In reply to: [WooCommerce Price Per Word] Number of decimals displayedNo worries. I tried creating individual product pages with Elementor’s Canvas function instead of relying on a theme. When I use woocommerce’s ‘add to cart’ widget I can get all the functionality I’m looking for except the resulting ‘Total Price’ in standard currency format. Here’s a sample link: https://cheapredpen.com/product/proofreading-bronze/
If you upload a document that has an odd number of characters, then you get a total price with 3 digits beyond the decimal point. The Cart page & the subsequent Checkout page both show the total price rounded to 2 decimal points but I can’t get the individual product pages to do likewise.
I even tried editing the php file where the ‘ppw_total_amount’ element shows up and change the “.toFixed(decimal)” to “.toFixed(2)” but it didn’t seem to have an effect.