kklo
Forum Replies Created
-
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] Productsthanks
Happy New Year
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] ProductsHi,
Overall an e-commerce in wordpress is based on woocommerce. Right?
My e-commerce is based on a Themeforest “Traveler” theme that does not use woocommerce.
I want to know if this plugin works in my e-commerce
Thanks
Forum: Fixing WordPress
In reply to: Disable Paymentthanks
Forum: Plugins
In reply to: [WooCommerce] Payment settingOr
I tried to disable the payment per user in WooCommerce that I found on the internet this code, it is more practical:
function cwp_cash_delivery_disable_cliente( $available_gateways ) { global $woocommerce; if ( isset( $available_gateways['paypal'] ) && current_user_can('Cliente') ) { unset( $available_gateways['paypal'] ); } return $available_gateways; } add_filter( 'woocommerce_available_payment_gateways', 'cwp_cash_delivery_disable_cliente' );but it’s not working.
Can someone help me?
thank you
Forum: Plugins
In reply to: [WooCommerce] Payment settingHi, dougaitken
Is it possible to use “Conditional Shipping and Payments” for user groups?
Ex. Group of users “Customer” the payments are normal through Paypal.
Group of VIP users there are no payments, they are free products.Thanks
Forum: Plugins
In reply to: [WooCommerce] Payment settingDo they work in woocommerce?
Forum: Fixing WordPress
In reply to: Restricted areaThanks
Forum: Plugins
In reply to: [Affiliates Manager] Purchases in siteThanks
Forum: Plugins
In reply to: [Simple Membership] ProfileHi,
It has two types of users. Cutomer (contacts) and VIP (Companies)
The login, profile and registration of the customer, is already standard of the system
I want to register and fill out a VIP member profile manually and different from the customer profile.
Is it possible to create a profile for VIP users only? or do I need another plugin?
ThanksForum: Plugins
In reply to: [Affiliates Manager] Purchases in siteHi, Only the Simple Membership plugin is enough?
Does it create a different login page?- This reply was modified 8 years, 4 months ago by kklo.
Forum: Plugins
In reply to: [Affiliates Manager] Purchases in siteHi,
Yes, it looks like it will work.
Please, could you inform me the plugins that I should use?
Forum: Plugins
In reply to: [Affiliates Manager] Purchases in siteHi,
Currently the site has a type of user “customer”. This user makes purchases, payments, etc. All based on a theme, I do not use woocommerce.
I want to create another “VIP” user. This user will do the same thing as the user “customer”, but since it is VIP, he can buy wholesale, have discounts and payment billed for 15 days after the purchases.
But to do this, I need to create the “VIP” user, create a different login through a simple link in the footer of the home, then I put the necessary plugins to enable discounts, payments, etc., Registration is done by the admin .
The problem I did not find was a tutorial / plugin to do this.
Each one says one thing, type: create subdomain, limit the entire site, make charges for access, etc.
Any help will be welcomeThanks
Forum: Plugins
In reply to: [Affiliates Manager] Purchases in siteHi,
I’m looking for a way to create “Restricted Area” for external sellers without changing current users.
A link on the main page “Restricted area” where you will be redirected to a special login page.
I also want this seller to have access to certain plugins that the average user does not have.
Forum: Fixing WordPress
In reply to: Restricted areaHi,
I’ve looked at several, but the problem is that everyone directly directs the user. I want you to have the standard login and a link on the Restricted Area page and redirect to a special login page.
Forum: Fixing WordPress
In reply to: Independent sellersYes. I have a wordpress site with Themeforest traveler theme.
- This reply was modified 8 years, 4 months ago by kklo.