monster-it
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] contact form errorhow did you fix it? we would all like to know? I’ve got the same.
Forum: Fixing WordPress
In reply to: errors in the error logyes it gives me this
define (βWPLANGβ, βen_GBβ);Forum: Plugins
In reply to: [WooCommerce] Adding two endpointsFound the solution:
function my_custom_endpoints() { add_rewrite_endpoint( 'close-account', EP_ROOT | EP_PAGES ); add_rewrite_endpoint( 'request-return', EP_ROOT | EP_PAGES ); } add_action( 'init', 'my_custom_endpoints' ); function my_custom_query_vars( $vars ) { $vars[]= 'close-account'; $vars[] = 'request-return'; return $vars; } add_filter( 'query_vars', 'my_custom_query_vars', 0 ); function my_custom_my_account_menu_items( $items ) { $items = array( 'dashboard' => __( 'Dashboard', 'woocommerce' ), 'orders' => __( 'Orders', 'woocommerce' ), //'downloads' => __( 'Downloads', 'woocommerce' ), 'edit-account' => __( 'Edit Accounts', 'woocommerce' ), 'edit-address' => __( 'Addresses', 'woocommerce' ), 'payment-methods' => __( 'Payment Methods', 'woocommerce' ), 'request-return' => __( 'Request Return', 'woocommerce' ), 'close-account' => __( 'Close Account', 'woocommerce' ), 'customer-logout' => __( 'Logout', 'woocommerce' ), ); return $items; } add_filter( 'woocommerce_account_menu_items', 'my_custom_my_account_menu_items' ); function request_return_endpoint_content() { include 'woocommerce/myaccount/request-return.php'; } add_action( 'woocommerce_account_request-return_endpoint', 'request_return_endpoint_content' ); function close_account_endpoint_content() { include 'woocommerce/myaccount/close-account.php'; } add_action( 'woocommerce_account_close-account_endpoint', 'close_account_endpoint_content' ); function my_custom_flush_rewrite_rules() { flush_rewrite_rules(); } add_action( 'after_switch_theme', 'my_custom_flush_rewrite_rules' );Forum: Plugins
In reply to: [WooCommerce] woocommerce updated automaticallyRestore a backup. If not then you need to clear off woocommerce and install the previous version and manually remove the updates from the DB.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce categorie problemPost a screen shot please. Have you assigned it to the main category too?
Forum: Plugins
In reply to: [WooCommerce] Problem on products admin pageI see what you mean it’s all jumped over one column. What updates have you done? What custom CSS have you made?
Have you cleared your browser cache? Also do you have an ad blocker enabled?
- This reply was modified 7 years, 7 months ago by monster-it.
Forum: Plugins
In reply to: [WooCommerce] Selling software license keysFor that to work you need a plugin such as https://www.storeapps.org/product/woocommerce-serial-key/
That would be the only way.
Forum: Plugins
In reply to: [WooCommerce] No Available Payment MethodsOn the delivery option have you locked it to certain countries? We’ve had the issue where it was locked to a certain country.
Woocommerce > Settings > payments > Direct Bank Transfer > “Tick” Enable bank transferPost a screen shot of that page.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] variable subscriptioncan we import user subscriptions? as we are migrating from another site thats not wordpress but i have all the paypal ID transaction numbers and subscription numbers.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] variable subscriptionok thank you.:) will purchase then.
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] variable subscription@markhf
will this automatically create the orders each month?I emailed them three times! no response.
my email is [email protected]
I’ve emailed but noone is responding!
Hi,
They are already there. and the link counter is already disabled. π