The issue is solved with the iBid template update v4.0.2, I installed it using the plugin envato market generating a token from the link and the process that the plugin recommends, after that the price is showing normally, the only sad new it’s about the template’s price, now it’s cheaper u_U’
-
This reply was modified 2 years, 2 months ago by dotiniano.
Hi Deepak, try adding the code
#-- Remove Become a Vendor Button --#
function remove_become_a_vendor_button() {
remove_action( 'woocommerce_after_my_account', [ dokan()->frontend_manager->become_a_vendor, 'render_become_a_vendor_section' ] );
}
add_action( 'init', 'remove_become_a_vendor_button' );