simplementNat
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
In your code I just change this :
if ( apply_filters('wpo_wcpdf_check_owner', WCX_Order::get_prop( $this->order, 'customer_id' ) != get_current_user_id(), $order_ids ) ) { wp_die( __( 'You do not have sufficient permissions to access this page.', 'wpo_wcpdf' ) ); }Tell me I you wan the other part.
I can give you the code for that if you want.
Forum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Cannot access Country in Select CountryHello, I just find in the main file (woocommerce-cod-advanced/woocommerce_advanced_cod.php) at line 166; $zone_fields is null
I change the line with :
if ( $allowed_countries /*&& $zone_fields && $zone_fields['zone_country']*/) {
and it’s workForum: Plugins
In reply to: [WooCommerce COD Advanced Plugin] Cannot access Country in Select CountryBonjour,
I get the same problem : the list of countries is empty.
There is no js error or XHR problems.
Do you need help to solve this ?
in file /wp-content/plugins/meenews-newsletter/inc/init_meenews.php
put the code inside this condition.if ($_POST[“_wpcf7”] != 1) {
}
It’s work for me.
Viewing 5 replies - 1 through 5 (of 5 total)