Support » Plugin: Product Addons & Fields for WooCommerce » Prices for PPOM fields not displaying on Checkout and email

  • Resolved IndigoHomme

    (@indigohomme)


    If a user selects PPOM fields, their prices are displayed on the product page but not on the checkout page or in the checkout/order-received page or in the email received by the user. The names of selected items are displayed but not their prices.

    Is there a way to force display of prices?

    • This topic was modified 5 years, 11 months ago by IndigoHomme.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    You mean display prices with options labels? sorry right now it’s not possible.

    Thread Starter IndigoHomme

    (@indigohomme)

    Do you plan to add this, and if so, when?

    Hi,

    well yes we can add some option in future like filter to show price along option in future update.

    Hi,

    we have added a filter in version 11.7, using this you can turn option price in cart/checkout.

    How to show option price on cart/checkout

    
    function ppom_show_option_cb( $show ) {
       $show = true;
       return $show;
    }
    add_filter('ppom_show_option_price_cart', 'ppom_show_option_cb');
    

    Hi,

    I am having a similar problem and I tried added the CSS code and its still not working. When does version 11.7 come out?

    I have several different product options added but the final order doesn’t tell me what the customers chose.

    For example, I’m selling a Product for $75 and Add-On #1 is $10 and Add-On #2 is $10.

    On the checkout page and on the order it says the Product was sold for $85; however, I can’t tell if they purchase it with Add-On #1 or Add-On #2 and neither does the customer know which one they chose because it is all lumped together.

    Am I missing a setting and is there a way to fixed this?

    Also, when I select “Show Each Option’s Price” is give these odd values “$NaN” next to each item in the price breakdown table. Is there also a way to solve this?

    Please let me know if you can help. Thanks!

    I just solved the issue. It didn’t work for some reason with “Enable this to only allow one of this item to be bought in a single order” checked.

    @nmedia I’m having the same issue as @ndparenti, but I’m unable to solve it. I’m using the the latest version of the plugin. Everything is working great, except I’m unable to see what was ordered in the emails and on the order.

    I checked if “Enable this to only allow one of this item to be bought in a single order” being checked made a difference and it doesn’t fix it for me. Any ideas how to debug this?

    Thanks!

    Ok, I solved my issue. The ‘data_name’ fields on my options were in Chinese, they need to be in english characters.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Prices for PPOM fields not displaying on Checkout and email’ is closed to new replies.