Home › Forums › WoodMart support forum › Aprove registratie user and custumize registration form
Aprove registratie user and custumize registration form
- This topic has 37 replies, 3 voices, and was last updated 6 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
May 21, 2018 at 9:17 pm #58725
VincentesaParticipantHello, I would like to aprove registered users instead that the can login directly in to the shop. Also i would like to add more field in the regisration part.
Can you help me out?
Greets
Attachments:
You must be logged in to view attached files.May 22, 2018 at 6:11 am #58746
Artem TemosKeymasterHi,
The registration on your website is a part of the WooCommerce functionality and it doesn’t have options you are asking for. It may require some additional code customization to achieve it but it is not related to our theme.
Kind Regards
May 27, 2018 at 8:08 pm #59898
VincentesaParticipantI installed an plugin how covering it. But the problem is that the theme ignores the function of the plugin. Can you help me out with this?
Greets,
VincentMay 28, 2018 at 6:10 am #59910
Artem TemosKeymasterCould you please send us some screenshots how it works with default WordPress theme and how with our theme? And what plugin did you install?
May 28, 2018 at 2:23 pm #60029
VincentesaParticipantHello iam using plugin WP members. You can find all info on https://rocketgeek.com/plugins/wp-members/docs/
The most important part is that the site disable Auto login after registration on WooCommerce. Can you help me out to do this?
Greets,
May 28, 2018 at 2:45 pm #60032
Artem TemosKeymasterCould you please send us screenshots how it should work with default theme as we asked you?
May 29, 2018 at 9:00 am #60194
VincentesaParticipantHereby the print screen.
Attachments:
You must be logged in to view attached files.May 29, 2018 at 9:20 am #60202
Artem TemosKeymasterOK, please, send us your admin and FTP access so we can check what is wrong there.
May 29, 2018 at 9:33 am #60216
VincentesaParticipantHere you are.
May 29, 2018 at 9:36 am #60217
Artem TemosKeymasterBut all those fields are displayed with our theme also https://gyazo.com/8be36338f066df4ef69d94812fb61f95
May 29, 2018 at 9:42 am #60220
VincentesaParticipantThats correct only after the registration the user automatically login in the shop. And i installed true the plugin that after the registration to disable Auto login and then i must aprove every new registration. I was told when this function of the plugin not works that i must contact the theme holder.
May 29, 2018 at 9:43 am #60221
Artem TemosKeymasterSo it means that with default theme it doesn’t login after registration, right? It logins only when our theme is active?
May 29, 2018 at 9:52 am #60229
VincentesaParticipantThat is correct.
May 29, 2018 at 9:54 am #60230
VincentesaParticipantI wrote it in this link: https://stackoverflow.com/questions/48203798/disable-auto-login-upon-registration-in-wordpress
May 29, 2018 at 11:25 am #60248
Artem TemosKeymasterWe just tested it with default WordPress theme and it doesn’t work this way as well https://gyazo.com/896b90ba87a289e0f4ccdede8d8a1db5
May 29, 2018 at 12:01 pm #60260
VincentesaParticipantAnd what happened when us use plugin: https://wordpress.org/plugins/auto-login-when-resister/ ?
May 29, 2018 at 12:11 pm #60265
Artem TemosKeymasterSorry, but we didn’t have a chance to test this plugin.
May 29, 2018 at 12:54 pm #60282
VincentesaParticipantI hope you can help me out with this.
May 29, 2018 at 1:05 pm #60291
Artem TemosKeymasterWe don’t have a solution for this because it is not our theme’s function. This option is a part of the WooCommerce functionality and we can’t influence here.
June 3, 2018 at 2:39 pm #60949
VincentesaParticipantI got a view questions.
1. I want the same header menu bar what i have for desktop for the tablet. How can i do this?
2. On ipad view with product photos are not correct. How can i change this?
3. For the mail option on the topbar how can i adress my mail adres when i press on the envolop?
4. When i click on a logo on the bottom it doesnt work. How can i make this work that i twill go to the product brand?
5. Iam facing problems with the filter options. I send an video so you can see what goes wrong. The main thing is that after i delete all filter that i can not filter again. I must refresh the page to get it to work again. What can i do about this? this is the link: https://we.tl/BeRBXmfShP
June 3, 2018 at 6:16 pm #60986
Artem TemosKeymasterHello,
1. Unfortunately, there is no such option in our theme. We have one header layout for desktop and another for mobile and tablet devices.
2. Could you please attach a screenshot for better explanation?
3. This icon is for “share” purpose and can’t act as a contact form. It is dedicated to allow your visitors to share your website link with their friends.
4. What kind of logo do you mean?
5. You need to disable AJAX shop in Theme Settings -> Shop to fix this issue.
Kind Regards
June 4, 2018 at 8:08 am #61033
VincentesaParticipantThanks for the above awnsers.
For point 4 i mean the brand logo’s dont work when i click on it.
How can i sort on product id?June 4, 2018 at 8:25 am #61038
Artem TemosKeymasterWe just checked your brands’ links and they work correctly for us. Seems that you just don’t have any products added to the brands.
June 4, 2018 at 10:51 am #61083
VincentesaParticipant1. Ok and where can i add the product brand?
2. How can i sort on product id?
3. How can i remove sold out round?June 4, 2018 at 11:00 am #61084
VincentesaParticipantOn product view 4 i see the cart en on product view 3 there is no cart. What can i do to change this?
Attachments:
You must be logged in to view attached files.June 4, 2018 at 11:15 am #61086
Artem TemosKeymaster1. Here is an article that should help you https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/
2. You can change your products order in Appearance -> Customize -> WooCommerce -> Products catalog.
3. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.onsale { display: none!important; }
4. What do you mean by product view 4 and product view 3?
June 4, 2018 at 1:24 pm #61122
VincentesaParticipant1. works thanks
2. I can not find sort or filter on product id what can i do best?
3. The code doesn’t work
4. I will send example foto’s when i select view product in 3 rows i do not see the cart button. And when i select 4 rows you see the basket at the bottom.
Attachments:
You must be logged in to view attached files.June 4, 2018 at 1:40 pm #61129
Artem TemosKeymaster2. Try to reorder your products with drag & drop function in Dashboard -> Products -> Sort products.
3. Please, send us a link to the product with this label so we can check why it doesn’t work.
4. Yes, it is replaced with icon button for smaller products blocks.
June 4, 2018 at 2:23 pm #61139
VincentesaParticipant2. Is there an other way to do this? This will take to long for all products.
3. http://voorbeeld5.oogvoormedia.nl/product-categorie/waterpijptabak/
4. Ok how can i get this to work?
June 4, 2018 at 2:50 pm #61152
Artem TemosKeymaster2. We don’t know other ways to sort products in WooCommerce.
3. Use this code
.out-of-stock.product-label{ display: none; }
4. Sorry, what do you mean here? Please, send us a link and screenshot for better understanding.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register