Overridge Product Add-On's

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 4 reply threads
  • Author
    Posts
    • #117925
      ashley.younguk
      Participant

      Hello

      I would like to edit the files locate at wc-fontend-manager-ultimate/includes/wcaddons as there does not seem to be a template file this integration. I would specifically. like to edit the file html-addon-panel.php.

      Please can you help?

    • #118089

      Hello,

      Sorry, unfortunately you cann’t override these files.
      You can share us your custom requirement. We can guide you accordingly.

      Thanks.

    • #119393
      ashley.younguk
      Participant

      Hi Sorry for the delay…

      What I would like to do is add some html within the container #wcfm_products_manage_form_wcaddons_expander

      Thank you,

    • #119425

      Hello,

      Add the script in your theme’s js file,

      jQuery(document).ready(function ($) {
        $("#wcfm_products_manage_form_wcaddons_expander").prepend("<div>Append your html</div>");
      });

      Thanks.

    • #119497
      ashley.younguk
      Participant

      Worked perfectly – thank you

Viewing 4 reply threads
  • You must be logged in to reply to this topic.