Displaying message after vendor selected product category on add-product page

WCMp Advanced Frontend Manager

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #137990
      Tim Kerremans
      Participant

      Hi there,

      I would like to display a message “Your product is being created” after the vendor has selected the product category. I want to do this as I have added some custom code and therefore it takes longer than usual to load the next page.

      The message needs to be displayed after they press ‘select’ (see screenshot) on the add product page

    • #137997

      @Tim Kerremans, thanks for explaining the flow.

      As we don’t display the message after clicking on Save Changes, you have to do custom code and add this.
      You need to use the Save Change Hook and display that message,

    • #138010
      Tim Kerremans
      Participant

      Can you send me the hook so that I can look into it?

      Thanks!

    • #138131

      Hi,
      kindly use below hook, Maybe it will work.

      do_action( 'wcmp_edit_product_template_load', $this->product_id, $this->product_object, $this->post_object );
      Copy

      Regards,

    • #144918

      Hi , we haven’t heard back from you for a while.
      So we presume this issue has been fixed. We are closing this for now.

Viewing 4 reply threads

The topic ‘Displaying message after vendor selected product category on add-product page’ is closed to new replies.