hmchenaran.s
Forum Replies Created
-
Hello again, Finally, after several hours, I was able to resolve the issue.
To fix the problem, you need to go to the ACF plugin tools section and export all the settings as PHP code.
Then, place the desired code in your theme’s functions.php file.
- This reply was modified 3 years, 2 months ago by hmchenaran.s. Reason: Add Tags
yes.
my vendor has 16502 Order.There is a way to show Vendor earning with high speed?
One more question
i added the following codes into function file:
function Add_Other_withdraw_methods($methods) { $methods = array( 'CartToCart' => array( 'title' => __( 'Cart To Cart', 'dokan-lite' ), 'callback' => 'dokan_withdraw_method_CartToCart' ) ); return $methods; } add_filter( 'dokan_withdraw_methods', Add_Other_withdraw_methods ,1);with these codes i added my custom payment method. user can request withrawl with my custom payment method. all things is true.
but now, I want to consider several forms for my custom payment method
i added the following codes into function file:function aa( $dokan_settings ) { $dokan_settings = array( 'payment' => array(), ); if ( isset( $_POST['settings']['CartToCart'] ) ) { $CartToCart = $_POST['settings']['CartToCart']; $dokan_settings['payment']['CartToCart'] = array( 'cartnumber' => sanitize_text_field( $CartToCart['cartnumber'] ) ); } return $dokan_settings; } add_filter( 'insert_settings_info', 'aa' );in payment settings show my custom payment methode with my custom form, but it is not save the value of my form.
- This reply was modified 8 years, 9 months ago by hmchenaran.s.
How?
I Use Actions but i dont find you hook name for do it.
hi.
Another error:
If Vendor Publish his coupon code and approved with administrator, coupon code apply for all products.vendor coupon code must be apply to vendor products no all products.
please help me for Solve Error
By thanks
Forum: Plugins
In reply to: [Free Downloads WooCommerce] problems with multiple file downloadhi. my problem is solved.
i dequeue your files.
after disable dequeue, your plugin work true.
by thanks
Forum: Plugins
In reply to: [Free Downloads WooCommerce] problems with multiple file downloadi publish a product with multi external link for free.
in product page i can see list of files but if i click on it, the links is not work and not download any file.
but if my link is internal link i have no problem
by thanks.
Forum: Plugins
In reply to: [Free Downloads WooCommerce] problems with multiple file downloadhi.
I have Same problem when downloading multiple files from external links.Please Help Me.
please give me a code?
by thanks
and edit vendor shop sidebar.
i know that edit “navigation.php”.
by thanks
yes. your answer is correct for “change” social icon and fields. but I have “add” other social fields.
can you give me list of wc woocommerce actions and filters?
by thanks
please give me a link or code?
by thanks
thank you.
it is ok
i will show “vendor” star rating in index file. no “product” start rating.
- This reply was modified 9 years, 1 month ago by hmchenaran.s.
how to override class-wcmp-user.php?
By thanks
- This reply was modified 9 years, 1 month ago by hmchenaran.s.