idee
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order source ony shows “Unknown”Actually started after the update, I checked the order times and it fits with the update times.
We are using multisite envoirement btw.Hallo und danke für die Info.
Welcher Filter w?re das denn? Gibt es dazu eine Doku?
Did it ourselfs. But thats major function.
Restaurat staff do not want to login into systems, the read mails which should have all requiered data in it.add_filter( ‘wp_mail’, ‘custom_reservation_fields_mail’); function custom_reservation_fields_mail($data) { global $wpdb; $latest_order_id_by_email = $wpdb->get_var( “SELECT post_id FROM ” . $wpdb->postmeta . ” WHERE meta_key = ‘wpc_email’ AND meta_value = ‘{$data[‘to’]}’ ORDER BY meta_id DESC LIMIT 1″ ); if (!$latest_order_id_by_email) { return $data; } $replacements = array( ‘reserv_extra_1’ => get_post_meta($latest_order_id_by_email, ‘reserv_extra_1’, true), ‘reserv_extra_0’ => get_post_meta($latest_order_id_by_email, ‘reserv_extra_0’, true), ); foreach ($replacements as $key => $value) { $data[‘message’] = str_replace(‘{‘ . $key . ‘}’, $value, $data[‘message’]); } return $data; }
Hi, is there no solution for this?
This is very important. Thanks.I tried to creat a filter + function:
In the template I use:
add_filter( "mae_product_main_image", "mae_goat_product_main_image", 10, 2 ); function mae_goat_product_main_image( $mae_image_url ) { $mae_image_url = 'https://domain.com/img.jpg'; return $mae_image_url; }
But struggle to find the correct place where I have to apply following to check if filter is set, and if so, overwrite native function
$main_image = apply_filters( 'mae_product_main_image', $mae_image_url, $post_id ); if (!isset($main_image)){ // use main function thumbnail image } else { // use my custom thumbnail image }
Sorry, its fine. I had to change the date format.
You should work on that, as it suggest that API requests are blocked for your plugin, because of limited api calls.
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] CUstom featured ImageHi Mike,
yeas thats the case. We do not need the template id anymore, as for each template there is a functins.php to place template specific functions.
And our goal is for a specific template to NOT use the woocommerce product listing thumbnail, but a custom image.
Thanks for checking,
Frank
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] CUstom featured ImageHey Mike,
I use the “wple_get_product_main_image” hook inside the specific templates function.php, so that should be fine.
It also does upoad my custom featured image to ebay ant does show it inside the the wplister ((product_gallery)). But NOT as featured image of the ebay auction. For that it it still uses the product featured image fromm woocommerce.Thanks for checking,
Frank
- This reply was modified 1 year, 11 months ago by idee.
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] CUstom featured ImageWhen I use that filter inside the templates function.php, it does show my custom featured image inside the wp lister product_gallery but does not use the image as the ebay main image
add_filter( “wple_get_product_main_image”, “my_custom_ebay_product_main_image”, 10, 2 );
function my_custom_ebay_product_main_image( $image_url ) {
// Check if a custom eBay image is set with ACF
$image_url = ‘https://data.spiegler.de/ebay/img/tusker_pro_ebay.jpg’;
return $image_url;
}Hi there,
when using the shortcode to display the opening hours (that come from the schedule times entered in Settings => Reservations => Schedule) thesy still do show up in AM / PM time format. Even when changed the time format correctly in WordPress.
How to adjust that?Thanks for help,
Frank
Forum: Reviews
In reply to: [WooCommerce] Stop annoying banner in dashboardThat infobox is absolutly stupid!!! How can somebody decide to come up with a functionlike that? no words…
Forum: Plugins
In reply to: [WooCommerce] admin-ajax.php calling `wp_4_wc_privacy_cleanup`Hello,
we have no fatal errors in the Woocommerce log, multisite wide.
Here the System status:
### WordPress Environment ###WordPress address (URL): https://domain.de
Site address (URL): https://domain.de
WC Version: 6.1.1
REST API Version: ? 6.1.1
WC Blocks Version: ? 6.5.2
Action Scheduler Version: ? 3.4.0
WC Admin Version: ? 3.0.3
Log Directory Writable: ?
WP Version: 5.9
WP Multisite: ?
WP Memory Limit: 2 GB
WP Debug Mode: –
WP Cron: ?
Language: de_DE
External object cache: –### Server Environment ###
Server Info: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
PHP Version: 7.4.3
PHP Post Max Size: 128 MB
PHP Time Limit: 12000
PHP Max Input Vars: 5000
cURL Version: 7.68.0
OpenSSL/1.0.2sSUHOSIN Installed: –
MySQL Version: 5.6.45
Max Upload Size: 98 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ?### Database ###
WC Database Version: 6.1.1
WC Database Prefix: wpcq_
Datenbank-Gesamtgr??e: 1151.50MB
Datenbank-Datengr??e: 756.94MB
Datenbank-Indexgr??e: 394.56MB
wpcq_woocommerce_sessions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_api_keys: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_woocommerce_attribute_taxonomies: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_downloadable_product_permissions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_order_items: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_order_itemmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_tax_rates: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_woocommerce_tax_rate_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_shipping_zones: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_shipping_zone_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_shipping_zone_methods: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_payment_tokens: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_payment_tokenmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_woocommerce_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_actionscheduler_actions: Daten: 0.00MB + Index: 0.02MB + Engine MyISAM
wpcq_2_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_2_actionscheduler_logs: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_commentmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_comments: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_2_fbv: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wpcq_2_fbv_attachment_folder: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB
wpcq_2_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_options: Daten: 0.54MB + Index: 0.04MB + Engine MyISAM
wpcq_2_pmxe_exports: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxe_google_cats: Daten: 0.26MB + Index: 0.05MB + Engine MyISAM
wpcq_2_pmxe_posts: Daten: 0.13MB + Index: 0.06MB + Engine MyISAM
wpcq_2_pmxe_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxi_files: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxi_hash: Daten: 0.06MB + Index: 0.06MB + Engine MyISAM
wpcq_2_pmxi_history: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxi_images: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxi_imports: Daten: 0.08MB + Index: 0.00MB + Engine MyISAM
wpcq_2_pmxi_posts: Daten: 0.18MB + Index: 0.06MB + Engine MyISAM
wpcq_2_pmxi_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_postmeta: Daten: 113.80MB + Index: 53.65MB + Engine MyISAM
wpcq_2_posts: Daten: 27.04MB + Index: 3.15MB + Engine MyISAM
wpcq_2_search_data: Daten: 4.01MB + Index: 8.44MB + Engine MyISAM
wpcq_2_termmeta: Daten: 0.15MB + Index: 0.10MB + Engine MyISAM
wpcq_2_terms: Daten: 0.48MB + Index: 0.91MB + Engine MyISAM
wpcq_2_term_relationships: Daten: 4.08MB + Index: 7.23MB + Engine MyISAM
wpcq_2_term_taxonomy: Daten: 0.55MB + Index: 0.52MB + Engine MyISAM
wpcq_2_wc_admin_notes: Daten: 0.03MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_admin_note_actions: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_category_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_customer_lookup: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_2_wc_download_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_order_coupon_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_order_product_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_order_stats: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_order_tax_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_product_meta_lookup: Daten: 2.01MB + Index: 1.89MB + Engine MyISAM
wpcq_2_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_wc_tax_rate_classes: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_2_wc_webhooks: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_api_keys: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_2_woocommerce_attribute_taxonomies: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_downloadable_product_permissions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_order_itemmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_order_items: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_payment_tokenmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_payment_tokens: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_sessions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_shipping_zones: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_shipping_zone_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_shipping_zone_methods: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_tax_rates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_2_woocommerce_tax_rate_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_actionscheduler_actions: Daten: 0.14MB + Index: 0.06MB + Engine MyISAM
wpcq_3_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_3_actionscheduler_logs: Daten: 0.08MB + Index: 0.06MB + Engine MyISAM
wpcq_3_cmplz_cookiebanners: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_cmplz_cookies: Daten: 0.02MB + Index: 0.00MB + Engine MyISAM
wpcq_3_cmplz_services: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_3_commentmeta: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_3_comments: Daten: 1.18MB + Index: 0.46MB + Engine MyISAM
wpcq_3_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_options: Daten: 1.00MB + Index: 0.10MB + Engine MyISAM
wpcq_3_pmxi_files: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_pmxi_hash: Daten: 0.78MB + Index: 0.75MB + Engine MyISAM
wpcq_3_pmxi_history: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_pmxi_images: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_3_pmxi_imports: Daten: 0.05MB + Index: 0.00MB + Engine MyISAM
wpcq_3_pmxi_posts: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_pmxi_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_postmeta: Daten: 96.57MB + Index: 45.88MB + Engine MyISAM
wpcq_3_posts: Daten: 10.68MB + Index: 2.81MB + Engine MyISAM
wpcq_3_rank_math_404_logs: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_analytics_adsense: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_analytics_ga: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_analytics_keyword_manager: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_internal_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_internal_meta: Daten: 0.05MB + Index: 0.04MB + Engine MyISAM
wpcq_3_rank_math_redirections: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_rank_math_redirections_cache: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_search_data: Daten: 2.81MB + Index: 5.64MB + Engine MyISAM
wpcq_3_termmeta: Daten: 0.02MB + Index: 0.02MB + Engine MyISAM
wpcq_3_terms: Daten: 0.38MB + Index: 0.52MB + Engine MyISAM
wpcq_3_term_relationships: Daten: 3.78MB + Index: 6.69MB + Engine MyISAM
wpcq_3_term_taxonomy: Daten: 0.45MB + Index: 0.41MB + Engine MyISAM
wpcq_3_wcpdf_invoice_number: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_admin_notes: Daten: 0.03MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_admin_note_actions: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
wpcq_3_wc_category_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_customer_lookup: Daten: 0.12MB + Index: 0.08MB + Engine MyISAM
wpcq_3_wc_download_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_order_coupon_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_order_product_lookup: Daten: 0.21MB + Index: 0.17MB + Engine MyISAM
wpcq_3_wc_order_stats: Daten: 0.11MB + Index: 0.07MB + Engine MyISAM
wpcq_3_wc_order_tax_lookup: Daten: 0.07MB + Index: 0.08MB + Engine MyISAM
wpcq_3_wc_product_meta_lookup: Daten: 1.70MB + Index: 1.66MB + Engine MyISAM
wpcq_3_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wc_tax_rate_classes: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_3_wc_webhooks: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_api_keys: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_3_woocommerce_attribute_taxonomies: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_downloadable_product_permissions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_dhl_im_products: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_dhl_im_product_services: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_dhl_labelmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_dhl_labels: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_packaging: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_packagingmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipmentmeta: Daten: 1.05MB + Index: 0.42MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipments: Daten: 0.27MB + Index: 0.08MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipment_itemmeta: Daten: 0.46MB + Index: 0.32MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipment_items: Daten: 0.21MB + Index: 0.15MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipment_labelmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipment_labels: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipping_provider: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_gzd_shipping_providermeta: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_3_woocommerce_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_order_itemmeta: Daten: 6.05MB + Index: 1.85MB + Engine MyISAM
wpcq_3_woocommerce_order_items: Daten: 0.33MB + Index: 0.15MB + Engine MyISAM
wpcq_3_woocommerce_payment_tokenmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_payment_tokens: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_sessions: Daten: 0.48MB + Index: 0.01MB + Engine MyISAM
wpcq_3_woocommerce_shipping_zones: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_shipping_zone_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_shipping_zone_methods: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_woocommerce_tax_rates: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
wpcq_3_woocommerce_tax_rate_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wpforms_tasks_meta: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_3_wpie_template: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_4_actionscheduler_actions: Daten: 0.00MB + Index: 0.02MB + Engine MyISAM
wpcq_4_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_4_actionscheduler_logs: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_commentmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_comments: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_4_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_options: Daten: 0.94MB + Index: 0.07MB + Engine MyISAM
wpcq_4_pmxi_files: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_hash: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_history: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_images: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_imports: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_posts: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_pmxi_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_postmeta: Daten: 93.43MB + Index: 43.31MB + Engine MyISAM
wpcq_4_posts: Daten: 10.31MB + Index: 2.71MB + Engine MyISAM
wpcq_4_search_data: Daten: 2.86MB + Index: 3.69MB + Engine MyISAM
wpcq_4_termmeta: Daten: 0.01MB + Index: 0.02MB + Engine MyISAM
wpcq_4_terms: Daten: 0.38MB + Index: 0.52MB + Engine MyISAM
wpcq_4_term_relationships: Daten: 3.85MB + Index: 6.82MB + Engine MyISAM
wpcq_4_term_taxonomy: Daten: 0.45MB + Index: 0.41MB + Engine MyISAM
wpcq_4_wc_admin_notes: Daten: 0.03MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_admin_note_actions: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_category_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_customer_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_download_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_order_coupon_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_order_product_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_order_stats: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_order_tax_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_product_meta_lookup: Daten: 1.68MB + Index: 1.65MB + Engine MyISAM
wpcq_4_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_wc_tax_rate_classes: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_4_wc_webhooks: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_api_keys: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_attribute_taxonomies: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_downloadable_product_permissions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_order_itemmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_order_items: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_payment_tokenmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_payment_tokens: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_sessions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_shipping_zones: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_shipping_zone_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_shipping_zone_methods: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_tax_rates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_4_woocommerce_tax_rate_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_actionscheduler_actions: Daten: 0.01MB + Index: 0.02MB + Engine MyISAM
wpcq_5_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_5_actionscheduler_logs: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
wpcq_5_commentmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_comments: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_5_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_options: Daten: 0.60MB + Index: 0.06MB + Engine MyISAM
wpcq_5_pmxe_exports: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxe_posts: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxe_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_files: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_hash: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_history: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_images: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_imports: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_posts: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_pmxi_templates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_postmeta: Daten: 2.51MB + Index: 1.22MB + Engine MyISAM
wpcq_5_posts: Daten: 0.26MB + Index: 0.09MB + Engine MyISAM
wpcq_5_termmeta: Daten: 0.03MB + Index: 0.03MB + Engine MyISAM
wpcq_5_terms: Daten: 0.02MB + Index: 0.04MB + Engine MyISAM
wpcq_5_term_relationships: Daten: 0.06MB + Index: 0.12MB + Engine MyISAM
wpcq_5_term_taxonomy: Daten: 0.02MB + Index: 0.02MB + Engine MyISAM
wpcq_5_wc_admin_notes: Daten: 0.03MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_admin_note_actions: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_category_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_customer_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_download_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_order_coupon_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_order_product_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_order_stats: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_order_tax_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_product_meta_lookup: Daten: 0.03MB + Index: 0.04MB + Engine MyISAM
wpcq_5_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_wc_tax_rate_classes: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_5_wc_webhooks: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_api_keys: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_attribute_taxonomies: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_downloadable_product_permissions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_order_itemmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_order_items: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_payment_tokenmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_payment_tokens: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_sessions: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_shipping_zones: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_shipping_zone_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_shipping_zone_methods: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_tax_rates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_5_woocommerce_tax_rate_locations: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_actionscheduler_actions: Daten: 0.21MB + Index: 0.10MB + Engine MyISAM
wpcq_actionscheduler_claims: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_actionscheduler_groups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_actionscheduler_logs: Daten: 0.14MB + Index: 0.10MB + Engine MyISAM
wpcq_ac_segments: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_admin_columns: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_blogmeta: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_blogs: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_commentmeta: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_comments: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_facetwp_index: Daten: 0.32MB + Index: 0.24MB + Engine MyISAM
wpcq_fbv: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wpcq_fbv_attachment_folder: Daten: 0.19MB + Index: 0.00MB + Engine InnoDB
wpcq_links: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_options: Daten: 0.98MB + Index: 0.05MB + Engine MyISAM
wpcq_pmxe_exports: Daten: 0.18MB + Index: 0.00MB + Engine MyISAM
wpcq_pmxe_google_cats: Daten: 0.26MB + Index: 0.05MB + Engine MyISAM
wpcq_pmxe_posts: Daten: 3.39MB + Index: 1.47MB + Engine MyISAM
wpcq_pmxe_templates: Daten: 0.06MB + Index: 0.00MB + Engine MyISAM
wpcq_pmxi_files: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_pmxi_hash: Daten: 5.12MB + Index: 4.74MB + Engine MyISAM
wpcq_pmxi_history: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_pmxi_images: Daten: 0.63MB + Index: 0.07MB + Engine MyISAM
wpcq_pmxi_imports: Daten: 0.16MB + Index: 0.00MB + Engine MyISAM
wpcq_pmxi_posts: Daten: 4.44MB + Index: 1.45MB + Engine MyISAM
wpcq_pmxi_templates: Daten: 0.35MB + Index: 0.00MB + Engine MyISAM
wpcq_postmeta: Daten: 126.73MB + Index: 54.57MB + Engine MyISAM
wpcq_posts: Daten: 29.10MB + Index: 4.03MB + Engine MyISAM
wpcq_registration_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_searchwp_index: Daten: 157.82MB + Index: 95.59MB + Engine MyISAM
wpcq_searchwp_log: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_searchwp_status: Daten: 1.90MB + Index: 1.47MB + Engine MyISAM
wpcq_searchwp_tokens: Daten: 2.74MB + Index: 3.38MB + Engine MyISAM
wpcq_search_data: Daten: 3.98MB + Index: 8.36MB + Engine MyISAM
wpcq_signups: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_site: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_sitemeta: Daten: 0.50MB + Index: 0.05MB + Engine MyISAM
wpcq_termmeta: Daten: 0.15MB + Index: 0.10MB + Engine MyISAM
wpcq_terms: Daten: 0.49MB + Index: 0.93MB + Engine MyISAM
wpcq_term_relationships: Daten: 4.38MB + Index: 7.76MB + Engine MyISAM
wpcq_term_taxonomy: Daten: 0.56MB + Index: 0.53MB + Engine MyISAM
wpcq_usermeta: Daten: 0.75MB + Index: 0.35MB + Engine MyISAM
wpcq_users: Daten: 0.04MB + Index: 0.04MB + Engine MyISAM
wpcq_wc_admin_notes: Daten: 0.03MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_admin_note_actions: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
wpcq_wc_category_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_customer_lookup: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_wc_download_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_order_coupon_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_order_product_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_order_stats: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_order_tax_lookup: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_product_meta_lookup: Daten: 2.21MB + Index: 2.10MB + Engine MyISAM
wpcq_wc_rate_limits: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_reserved_stock: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wc_tax_rate_classes: Daten: 0.00MB + Index: 0.01MB + Engine MyISAM
wpcq_wc_webhooks: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfblockediplog: Daten: 0.02MB + Index: 0.02MB + Engine MyISAM
wpcq_wfblocks7: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfconfig: Daten: 2.45MB + Index: 0.01MB + Engine MyISAM
wpcq_wfcrawlers: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wffilechanges: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wffilemods: Daten: 3.49MB + Index: 0.69MB + Engine MyISAM
wpcq_wfhits: Daten: 0.56MB + Index: 0.10MB + Engine MyISAM
wpcq_wfhoover: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfissues: Daten: 0.01MB + Index: 0.01MB + Engine MyISAM
wpcq_wfknownfilelist: Daten: 1.90MB + Index: 0.21MB + Engine MyISAM
wpcq_wflivetraffichuman: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wflocs: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wflogins: Daten: 0.32MB + Index: 0.07MB + Engine MyISAM
wpcq_wfls_2fa_secrets: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB
wpcq_wfls_settings: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB
wpcq_wfnotifications: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfpendingissues: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfreversecache: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfsnipcache: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wfstatus: Daten: 0.12MB + Index: 0.05MB + Engine MyISAM
wpcq_wftrafficrates: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM
wpcq_wpie_template: Daten: 0.01MB + Index: 0.00MB + Engine MyISAM
wpcq_wp_phpmyadmin_extension__errors_log: Daten: 0.00MB + Index: 0.00MB + Engine MyISAM### Post Type Counts ###
acf-field: 50
acf-field-group: 11
attachment: 5068
bikes: 3672
nav_menu_item: 10
page: 13
product: 34572
product_variation: 49
revision: 246### Security ###
Secure connection (HTTPS): ?
Hide errors from visitors: ?### Active Plugins (22) ###
ACF Quick Product Field: von eurocodersl – 1.0
Attribute Search Eurocoder: von Pektsekye – 1.0.3
Classic Editor: von WordPress-Mitwirkende – 1.6.2
FileBird: von Ninja Team – 4.9.9
WPBakery Page Builder: von Michael M – WPBakery.com – 6.8.0
SearchWP: von SearchWP – 4.1.20
WooCommerce: von Automattic – 6.1.1
WP All Export Pro: von Soflyy – 1.6.5
WP All Import – WooCommerce Multistore Add-On: von Lykke Media AS – 2.0.5
WP All Import – ACF Add-On: von Soflyy – 3.3.6
WP All Import – WooCommerce Import Add-On Pro: von Soflyy – 3.2.9
Search By SKU – for Woocommerce: von Unroll Digital – 0.8.0
WooCommerce: von Automattic – 6.1.1
WP phpMyAdmin: von Puvox.software – 5.1.1.05
WooMultistore Woocommerce ACF Add-On: von Lykke Media AS – 1.0.3
Advanced Custom Fields PRO: von Delicious Brains – 5.11.4
Wordfence Security: von Wordfence – 7.5.8
WP All Import Pro: von Soflyy – 4.7.2-beta-1.5
WooMultistore: von Lykke Media AS – 4.5.4
Multisite product attributes to ACF sync: von eurocodersl – 1.0
Disable legacy sync for WooMultistore.: von Lykke Media AS – 1.0.0
WP Crontrol: von John Blackbourn & Mitwirkende – 1.12.0### Inactive Plugins (24) ###
Asset CleanUp Pro: Page Speed Booster: von Gabe Livan – 1.2.0.4
Cache Enabler: von KeyCDN – 1.8.7
Complianz | GDPR/CCPA Cookie Consent: von Really Simple Plugins – 6.0.6
DT WooCommerce Page Builder: von DawnThemes – 3.3.8
Germanized for WooCommerce: von vendidero – 3.8.3
Google Tag Manager for WordPress: von Thomas Geiger – 1.14.2
Max Mega Menu: von megamenu.com – 2.9.5
PayPal Plus for WooCommerce: von Angell EYE – 1.2.12
Perfect Brands for WooCommerce: von QuadLayers – 2.0.5
Preserve Page and Taxonomy Hierarchy on Edit Menus Screen: von Sergey Biryukov – 0.1
Protection against DDoS: von WPChef – 1.5.2
Quick and Easy FAQs: von Inspiry Themes – 1.3.4
Rank Math SEO: von Rank Math – 1.0.81.1
Sassy Social Share: von Team Heateor – 3.3.38
SearchWP WooCommerce Integration: von SearchWP – 1.3.10
WooCommerce Customers Manager: von Lagudi Domenico – 27.6
WooCommerce PayPal Pro: von wp.insider – 2.9.10
WooCommerce PDF Invoices & Packing Slips: von WP Overnight – 2.12.1
WooCommerce TM Extra Product Options: von themeComplete – 5.0.12.2
Woo Product Configurator Integration: von eurocodersl – 1.0
WordPress Importer: von wordpressdotorg – 0.7
WP-Optimize – Clean, Compress, Cache: von David Anderson
Ruhani Rabin
Team Updraft – 3.2.2WPForms Lite: von WPForms – 1.7.2.1
WP Popups Lite: von timersys – 2.1.4.5### Dropin Plugins (1) ###
advanced-cache.php: advanced-cache.php
### Must Use Plugins (1) ###
load.php: von –
### Settings ###
API Enabled: ?
Force SSL: –
Currency: EUR (€)
Currency Position: left_space
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
stahlflexkit (stahlflexkit)
variable (variable)Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)Connected to WooCommerce.com: –
### WC Pages ###
Shop-Basis: #6 – /shop/
Warenkorb: #7 – /warenkorb/
Kasse: #8 – /kasse/
Mein Konto: #9 – /mein-konto/
Allgemeine Gesch?ftsbedingungen: ? Seite nicht festgelegt### Theme ###
Name: motoR Theme
Version: 2.0.2
Author URL: https://sota.solutions
Child Theme: ?
Parent Theme Name: Twenty Twelve
Parent Theme Version: 3.6
Parent Theme Author URL: https://de.www.ads-software.com/
WooCommerce Support: ?### Templates ###
Overrides: motor/woocommerce/archive-product.php
motor/woocommerce/content-product.php Version – ist veraltet. Die Hauptversion ist 3.6.0
motor/woocommerce/content-single-product.php
motor/woocommerce/loop/loop-start.php
motor/woocommerce/taxonomy-product-cat.phpOutdated Templates: ?
Erfahre
wie du aktualisieren kannst### Action Scheduler ###
Abgeschlossen: 766
Oldest: 2022-02-01 14:34:53 +0000
Newest: 2022-02-07 08:24:41 +0000### Status report information ###
Generated at: 2022-02-07 10:38:13 +00:00
`Thnaks for help
Forum: Plugins
In reply to: [Germanized for WooCommerce] MWST W?hrungssymbol auf RechnungenHallo und vielen Dank.
- This reply was modified 4 years, 6 months ago by idee.
Forum: Plugins
In reply to: [Germanized for WooCommerce] E-Mail Adresse an DHL übergebenHallo,
Danke – super Antwort, werde ich per Hook mal machen.
Mir ist noch aufgefallen, dass die W?hrung in der DHL Zollerkl?rung nicht passt (z.B. beim Versand in die USA) . Da wird immer € als W?hrung genutzt.
Ausserdem, bei Nutzung von Invoices & Packingslips als Rechnungs-Plugin, wird auch dort auf den R Echnungen die MWST immer in € ausgewiesen, auch wenn die Bestellung mit einer anderen W?hrung bezahlt wurde (in unserem Fall werden die Bestellungen per WP_Lister aus Ebay importiert).
Umgerechnet wird der MWST Betrag korrekt, nur das W?hrungssymbol passt nicht.Grü?e
idee