Title: flo1982's Replies | WordPress.org

---

# flo1982

  [  ](https://wordpress.org/support/users/flo1982/)

 *   [Profile](https://wordpress.org/support/users/flo1982/)
 *   [Topics Started](https://wordpress.org/support/users/flo1982/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flo1982/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flo1982/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flo1982/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flo1982/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flo1982/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Remove items from edit product page](https://wordpress.org/support/topic/remove-items-from-edit-product-page/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/remove-items-from-edit-product-page/#post-15128062)
 * 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
    Florian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Remove product tax from email](https://wordpress.org/support/topic/remove-product-tax-from-email/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-product-tax-from-email/#post-14240769)
 * Hi,
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Refresh cart](https://wordpress.org/support/topic/refresh-cart/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/refresh-cart/#post-14066557)
 * Hi,
 * I switched to Dokan theme and the “Refresh” button exists.
 * Kind regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Registration does not work anymore](https://wordpress.org/support/topic/registration-does-not-work-anymore/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/registration-does-not-work-anymore/#post-13989622)
 * Hello,
 * 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,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Redirect after vendor registration](https://wordpress.org/support/topic/redirect-after-vendor-registration/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/redirect-after-vendor-registration/#post-13904424)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Three level sidebar menu](https://wordpress.org/support/topic/three-level-sidebar-menu/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/three-level-sidebar-menu/#post-13859965)
 * Hello 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Add vendor address to email](https://wordpress.org/support/topic/add-vendor-address-to-email/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/add-vendor-address-to-email/#post-13857871)
 * 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 ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Add vendor info to New order email](https://wordpress.org/support/topic/add-vendor-info-to-new-order-email-2/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/add-vendor-info-to-new-order-email-2/#post-13843052)
 * 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_order
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Validate of registration fields](https://wordpress.org/support/topic/validate-of-registration-fields/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/validate-of-registration-fields/#post-13064634)
 * Hello [@roshni07](https://wordpress.org/support/users/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,
    Florian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy] Validate of registration fields](https://wordpress.org/support/topic/validate-of-registration-fields/)
 *  Thread Starter [flo1982](https://wordpress.org/support/users/flo1982/)
 * (@flo1982)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/validate-of-registration-fields/#post-13060339)
 * Hello [@roshni07](https://wordpress.org/support/users/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

Viewing 10 replies - 1 through 10 (of 10 total)