No 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.