Add tiered price on wcfm panel

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Add tiered price on wcfm panel

Viewing 3 reply threads
  • Author
    Posts
    • #124411
      aridreizzen
      Participant

      Hello!
      I want to make a marketplace where people can sell their products in large quantities. I have downloaded the tiered pricing table plugin, it is very good. In the wp panel it appears correct to add tiered price. But in the “add product” panel of WCFM it does not appear or appears to me but below everything. How can I make it appear in the main part of the price? Thank you.

      Attachments:
      You must be logged in to view attached files.
    • #124548

      Hello,

      What we understand that you want to “Tiered pricing” section in the above of the “short description” not in tab.
      It is possible for only simple type product not for variable product.
      For simple product add below code in your theme’s functions.php

      add_action('init',function(){
      	global $WCFM; 
      	 remove_filter( 'end_wcfm_products_manage', array( $WCFM->wcfm_integrations, 'wcfm_wc_tiered_price_table_product_manage_views' ), 170 );
      	 add_action( 'after_wcfm_products_manage_pricing_fields', array( $WCFM->wcfm_integrations, 'wcfm_wc_tiered_price_table_product_manage_views' ), 170 );
      	
      });

      Thanks.

    • #124867
      aridreizzen
      Participant

      No, no in the frontend. On the vendro dashboard. I send a image to explain better.

      Attachments:
      You must be logged in to view attached files.
    • #125010

      Hello,

      Sorry we didn’t get you.
      Have you try the previously mentioned code?
      Adding this code “Tiered Price”section will appear below the price as per your attached screenshot.(PFA)

      Thanks.

      Attachments:
      You must be logged in to view attached files.
Viewing 3 reply threads
  • You must be logged in to reply to this topic.