Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Hook to add icon to call QR code plugin in frontend

Theme and Plugin Support

Tagged: 

Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #115124
      Anonymous
      Inactive

      Hi there,
      Can you please share a hook code to add in my function.php ,to add a icon in the Vendors front end > All products table > Actions
      I’m using a plugin to generate QR code for pages/ products (this is useful to include in my physical product labels )

      The shortcut the plugin ask to trigger such QR code is

      [wooqr id=”product_id” title=”1″ price=”1″]
      Copy

      my intent is that this could be available from the products table.

    • #115152

      Hi,
      you can use below filter

      apply_filters('wcmp_vendor_product_list_row_actions_column', $actions_col, $product);
      Copy

      regards,

    • #115217
      Anonymous
      Inactive

      I’m sure, I’m having trouble implementing it, could you exemplify better as per my first question/ example?

      Thanks

    • #115263

      Hi,
      as per your requirement you have to add custom code on your end using above filter.
      you can check the flow How WCMp added the actions on vendor dashboard product table. Kindly checkout the dc-woocommerce-multi-vendor/classes/class-wcmp-ajax.php line no 1903.

      Let me know if you have any questions.

      Regards,

    • #119541

      We have not received any update from you for a long. Hope this ticket is already been resolved.

      We are now closing this ticket. Kindly create a new one if you need any further help.

Viewing 4 reply threads

The topic ‘Hook to add icon to call QR code plugin in frontend’ is closed to new replies.