• Resolved RTNM

    (@dmallett)


    I contacted Woo and they said I needed to add a JS code snippet like this:

    jQuery(document).ready(function(){
    jQuery(‘.wc-cleaning-fee’).val(“25.00”);
    });

    The code is fine, but I how do I find the correct name of the field “Cleaning Fee” that I added to Product Addons? I have guessed at several variations of the field name but am clueless. Thanks for any help!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I think you are using a different product add-on plugin.

    Please check the addon plugin and contact them through their forum.

    The same can be possible with our pro version plugin.

    Thank You

    Thread Starter RTNM

    (@dmallett)

    Rahul – I am using the pro version of Woocommerce Product Add-ons,version Version 4.8.1

    Thread Starter RTNM

    (@dmallett)

    Use the developer tools in Chrome, I finally found it: jQuery(‘.wc-pao-addon-field’)

    Hi,
    In our product addon you can find wcpa_ prefix to all the classes.
    Your product don’t have those.

    Thank You

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

The topic ‘How To Automatically Display A Cleaning Fee’ is closed to new replies.