flo1982
Forum Replies Created
-
Hello,
sorry, but it does not work.
When I use the following CSS I remove the “stock” and the “backorders”. But I only want to remove the “backorders”. Can you help me ?
.dokan-form-group.show_if_variation_manage_stock .content-half-part {display: none !important;}
When I use the following CSS I remove the whole options. But I just want to remove Downloadable and Virtual. I was able to remove the checkboxes but not the text.
.dokan-form-group.options {display: none !important;}
VG
FlorianForum: Plugins
In reply to: [WooCommerce] Remove product tax from emailHi,
the following script did not work:
function sv_change_email_tax_label( $label ) {
$label = ”;
return $label;
}
add_filter( ‘woocommerce_countries_ex_tax_or_vat’, ‘sv_change_email_tax_label’ );is their any solution ?
Forum: Plugins
In reply to: [WooCommerce] Refresh cartHi,
I switched to Dokan theme and the “Refresh” button exists.
Kind regards,
Forum: Plugins
In reply to: [WooCommerce] Registration does not work anymoreHello,
I found out that it has something to do with the theme. I changed to another theme and the Login and registration forms were next to each other.
What would be the next step to resolve the problem in my theme ?
Kind regards,
Hello,
I tried to redirect the vendors to teh page “haendler-registrierung-erfolgreich” (page ID 704) with the following code:
add_filter( ‘woocommerce_registration_redirect’, ‘custom_woocommerce_registration_redirect’, 11, 1 );
function custom_woocommerce_registration_redirect( $var ) {
$url = $var;
$user = wp_get_current_user();
if ( in_array( ‘seller’, $user->roles ) ) {
$url = dokan_get_navigation_url(‘haendler-registrierung-erfolgreich’);
}
return $url;
}But it did not work. Do you have an idea how can I change the direction ?
Forum: Plugins
In reply to: [WooCommerce] Three level sidebar menuHello Rashed,
I created the sidebar menu by using a product category widget.
When I select the second level of the menu, it seems that the shop is looking for the specific webpage, but cannot find it. I don’t receice an error message, but the page is blank and I see moving dots like when a webpage is loading.Thank you
Thank you very much,
it is a good tip about wc-template.php.I tried to find a solution for a long time.
Is it possible that elements (street, zipcode and city) are displayed in one row and not under each other ?Thank you much. This approach was helpful. I added other email id’s to the script.
Now I need to add the vendor address to the new_orderHello @roshni07 ,
how can I validate a (custom) registration form field ?
When I add a field in the wp-content/plugins/dokan-lite/templates/global/seller-registration-form.php, how can I validate and save the information in my database ?
Kind regards,
FlorianHello @roshni07 ,
thank you for your answer.
I want that vendors with a zipcode which start not with 50 are not able to registrate. Therefor I need a code to validate the zipcode.Also I want to add and reduce fields in the registration form. Will the pro version of dokan have this function ?
I created a separate vendor registration page. But the terms & conditions checkbox does not exists. How can I add it ?
Before I will use dokan pro, I want to know if all these functions are existing.
Kind regards