Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pilot52

    (@pilot52)

    My cart and checkout are both on WordPress pages, so disabling Print Friendly & PDF on all pages also disables the buttons for most of my site. However, I solved the issue by adding the following CSS to my theme:

            /*  disable Print Friendly & PDF on specific WordPress pages */ .page-id-9 .pf-button-img, .page-id-10 .pf-button-img {display: none;}

    -Note to other users with similar issue: Simply lookup corresponding IDs for your Woocommerce cart and checkout pages, then replace the ‘9’ and ‘10’ with your page IDs

    @printfriendly : Can I suggest a feature to add a section in settings where I can list specific page/post IDs to exclude the plugin from displaying buttons?

    @ bheadrick Thanks for the plugin! It added the total field to the end of all my forms. However, I disabled the plugin as you suggested and I am unable to edit any of the gravity forms fields. Also all the totals say $0.00. I deleted your plugin and now only able to edit a few forms.

    No worries, I tried this on a test site 1st. My live site still has the working GF 1.9.13

    Back to the totals not displaying correctly 🙁

    Where are your thoughts plugin author!??

    @opusuno Your solution works and is great if you do not have many products or forms. I added the pricing fields>total via the form editor, then disabled the total label from the individual product page. The total now displays for that product. I need to find a bulk editor because I have over 800 products I need to change the ‘Disable Total Label’. Thanks again opusuno

    I just updated Gravityforms to Version 1.9.16 and still have same issue of price not showing.

    Regarding gravityforms/form_display.php
    I was looking at the code starting from line 1895 where it says:
    //radio buttons start at 0 and checkboxes start at 1

    I do not know what to change so the pricing shows again

    Any ideas how to fix it?

    I am using WordPress Version 4.4.2
    Woocommerce is now Version 2.5.2

    I am having the same issue with gravity forms update not displaying the price on the product page. The price does display on the cart and checkout. I tried the solution iegnation suggested with no fix. Is there something I can add to my theme’s functions.php so future Gravity Forms updates won’t override the fix?

    I have:
    WooCommerce v 2.5.1
    WooCommerce – Gravity Forms Product Add-Ons v2.10.4
    Gravity Forms v1.9.13 (any version higher causes issue)

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)