shedros
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Woo Store Vacation] PHP8 SupportFix for all installations >= PHP 8.0:
Change Line 842 in
wp-content/plugins/woo-store-vacation/woo-store-vacation.php
:From this:
height:100%;
to this:
height:100%%;
Patch file:
--- woo-store-vacation.php 2021-06-15 19:05:31.858243036 +0200 +++ woo-store-vacation.php 2021-06-15 18:59:55.876935292 +0200 @@ -839,7 +839,7 @@ background-color:%2$s !important; color:%3$s !important; z-index:2; - height:100%; + height:100%%; text-align:left; list-style:none; border-top:0;
Forum: Plugins
In reply to: [WooCommerce Shortcodes] Could you update “Tested up to:”?Thanks Claudio,
it would be great if you could update your script to 1.0.1 too (So security plugins stop bothering us about old plugins ;)).
Forum: Plugins
In reply to: [WP Super Cache] Wp super cache error!!!Same here. I get the same error message but restoring the default configuration doesn’t help. Please fix this error.
Hi there,
same here.
Currently following lines are affected:
XXX@XXX /v/w/c/c/w/w/wp-content> grep '$order->id' * -n -R plugins/aftership-woocommerce-tracking/aftership.php:564: $this->display_tracking_info($order->id, true); plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:123: 'id' => $order->id, plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:255:// $result[substr($id,10)] = get_post_meta($order->id, '_' . $field['id'], true); plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:260: 'tracking_provider' => get_post_meta($order->id, '_aftership_tracking_provider', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:261: 'tracking_number' => get_post_meta($order->id, '_aftership_tracking_number', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:262: 'tracking_ship_date' => get_post_meta($order->id, '_aftership_tracking_shipdate', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:263: 'tracking_postal_code' => get_post_meta($order->id, '_aftership_tracking_postal', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:264: 'tracking_account_number' => get_post_meta($order->id, '_aftership_tracking_account', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:265: 'tracking_key' => get_post_meta($order->id, '_aftership_tracking_key', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:266: 'tracking_destination_country' => get_post_meta($order->id, '_aftership_tracking_destination_country', true), plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:271: $tn = get_post_meta($order->id, '_tracking_number', true); plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:275: 'tracking_number' => get_post_meta($order->id, '_wc_shipment_tracking_items', true)[0]['tracking_number'], plugins/aftership-woocommerce-tracking/api/class-aftership-api-orders.php:276: 'tracking_provider' => get_post_meta($order->id, '_wc_shipment_tracking_items', true)[0]['custom_tracking_provider'],
Viewing 5 replies - 1 through 5 (of 5 total)