Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Add tiered price on wcfm panel
- This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- April 28, 2020 at 11:51 pm #124411aridreizzenParticipant
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. - April 29, 2020 at 1:11 pm #124548Sarmistha ChakrabortyMember
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.phpadd_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.
- April 30, 2020 at 3:10 am #124867aridreizzenParticipant
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. - April 30, 2020 at 2:46 pm #125010Sarmistha ChakrabortyMember
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.
- AuthorPosts
- You must be logged in to reply to this topic.