• Resolved alantomkins

    (@alantomkins)


    Hi support, We have your excellent additional product fields installed to add 3 fields to this product [ redundant link removed ]

    However we would like these 3 fields to appear below the short description and above the measurement calculator and pricing. Currently they are underneath.

    How can we do this please?

    Thanks,
    Alan

    • This topic was modified 3 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • N-Media

    (@nmedia)

    Hi,

    Thanks for using PPOM, you need to decrease the hook priority and for this you need to make this change in classes/plugin.class.php

    Set last priority 15 to 1 here:

    add_action ( 'woocommerce_before_add_to_cart_button', 'ppom_woocommerce_show_fields', 15);

    • This reply was modified 4 years ago by N-Media.
    Thread Starter alantomkins

    (@alantomkins)

    Thank you, we’ll give this a try.
    Alan

    Thread Starter alantomkins

    (@alantomkins)

    Hi N-Media, We have upgraded your plugin to 22.6 and the fields have resorted to being under the pricing. We have added the code above but it has not worked this time.

    Can you advice how we get the new input fields to appear above the pricing/measurements again please?

    https://geckoglazing.co.uk/product/gecko-panes/

    Can we avoid this happening for every time we update your plugin please?

    Many thanks,

    Alan

    Hi,

    Now use this from version 22.00+

    add_action ( 'woocommerce_before_add_to_cart_button', 'ppom_woocommerce_inputs_template_base', 1);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Additional product field locations on product page’ is closed to new replies.