webcart
Forum Replies Created
-
OK. Thanks.
Hi @andrewshu,
Sorry for not being clear.
Here is what I need:
To do something if the customer is NOT “subscriber” and is a “Customer”.
I need both conditions to happens together.
If I put the code bellow, it will show the content for Non subscriber OR a Customer.
But I need to show the content ONLY for a non subscriber which is ALSO a Customer.
[um_show_content not=”subscriber”]
[um_show_content roles=”customer”]
Hello World.
[/um_show_content]Hope is it more understood now.
- This reply was modified 1 year, 3 months ago by webcart.
Hi @andrewshu,
I know these two shortcodes and I can put them toegther in one widget.
The problem is that the result is not “wpamelia-customer” role OR “a-customer” role.
I need not “wpamelia-customer” role AND “a-customer” role in the same time.Thanks @andrewshu,
But I need something else.
I need two different statementes to work together:
[um_show_content not=”wpamelia-customer”]AND
[um_show_content roles=”a-customer”]- This reply was modified 1 year, 3 months ago by webcart.
Forum: Plugins
In reply to: [Login Logout Menu] Redirect to previous pageThanks @abdulwahab610,
I will check it.Forum: Plugins
In reply to: [Login Logout Menu] Redirect to previous pageHi @abdulwahab610,
Thanks for your prompt reply.
The login was redirected by wordpress automatically once I disabled the plugin login page.
Should the registration page redirected automatically by wordpress like the login page?
(The register page is made now by formidable).Forum: Plugins
In reply to: [Login Logout Menu] Redirect to previous pageHi,
Thanks for your reply.
The other plugin does not have a solution for it but I removed their redirect function after login and now the login acts normal and redirects to previous page as should be.
Now my problem is with the Register page – can I add to your shortcode ?target=”_blank” ? It’s not the ideal solution but could help.Forum: Plugins
In reply to: [Joinchat] Button textThanks!
Forum: Plugins
In reply to: [Import and export users and customers] Country dataHi,
I did not filter anything.
I will try to to investigate it on a dev site.
Will keep you updated.Forum: Plugins
In reply to: [Import and export users and customers] Country dataForum: Plugins
In reply to: [Import and export users and customers] Country dataHi,
I found the country cell in the WP_USERMETA table with “United States” but in the CSV file I exported the “Country” is empty.Forum: Plugins
In reply to: [Import and export users and customers] Country dataI understand.
Ok. I will dig into thoses tables to check it.
Thanks for now.Forum: Plugins
In reply to: [Import and export users and customers] Country dataIt’s data comes from Formidable?form and there is some ACF involved but I can see the country in the user edit under Extra profile information
Forum: Plugins
In reply to: [Import and export users and customers] Country dataThe woocommerce in this site is not for orders but for catalog so the users registration forms is not from woocommerce.
In the “Regular” user data (user-edit.php) I can see the country field under Extra profile information so I wonder why it’s not exported.Forum: Plugins
In reply to: [Import and export users and customers] Country dataIn the user edit screen, the Country/Region under Customer billing address is empty.
I guess this is the field you export to the file and therfor I could not see any data?
The country I have in the user edit is under Extra profile information