Dumplicate template page

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!

Tagged: 

Viewing 9 reply threads
  • Author
    Posts
    • #108517
      jorsenmejia
      Participant

      Hi, how can I edit the duplicate page for the product vendor side?

    • #108865
      Molay Das
      Keymaster

      Hi,

      Can you please explain your requirement more elaborately? Also if you could share us the link or screenshot of the section.

      Thanks,

    • #108877
      jorsenmejia
      Participant

      please see the attached file on how to customize the duplicated content when I pressed the button?

      Attachments:
      You must be logged in to view attached files.
    • #108879
      jorsenmejia
      Participant

      one more thing do you have an appointment status for pending confirmation showing it by count?
      or can you provide me a shortcode for that (It depends on user)

      For example
      User A has 3 pending appointments
      User B has 2 pending appointments

      if user A logged in he will see that he has 3 pending appointments
      then User B will see 2 pending appointments

    • #109650
      jorsenmejia
      Participant

      can you give me filter hooks for duplicate product button (Products manager page)?

    • #109651
      jorsenmejia
      Participant

      can you give me filter hooks for duplicate products button (Products manager page)?

    • #109675
      Molay Das
      Keymaster

      Hi,

      After clicking the duplicate product button a duplicate product will be generated and you can edit that product according to your wish.

      The action used for this is “wcfmu_duplicate_product”. Here is the add_action method which is being called for the functionality.

      add_action('wp_ajax_wcfmu_duplicate_product', array( &$this, 'wcfmu_duplicate_product' ) );

      Thanks,

    • #109684
      jorsenmejia
      Participant

      there has been an error after using this code
      I put this code on functions.php
      add_action(‘wp_ajax_wcfmu_duplicate_product’, array( &$this, ‘wcfmu_duplicate_product’ ) );

      There has been a critical error on your website.

    • #109701
      jorsenmejia
      Participant

      Need your answer here

      one more thing do you have an appointment status for pending confirmation showing it by count?
      or can you provide me a shortcode for that (It depends on user)
      
      For example
      User A has 3 pending appointments
      User B has 2 pending appointments
      
      if user A logged in he will see that he has 3 pending appointments
      then User B will see 2 pending appointments
    • #109704
      jorsenmejia
      Participant

      how to get the ID of the duplicated products

      there has been an error after using this code
      I put this code on functions.php
      add_action(‘wp_ajax_wcfmu_duplicate_product’, array( &$this, ‘wcfmu_duplicate_product’ ) );
      
      There has been a critical error on your website.
Viewing 9 reply threads
  • You must be logged in to reply to this topic.