Witam,
Chcia?bym usun?? jedn? z cen, najlepiej t? u góry poniewa? pokazuj? si? dwie ró?ne.
https://snipboard.io/hU6WdP.jpg
Czy kto? doradzi jak to zrobi? ?
Pozdrawiam, Dzi?kuje za pomoc !
]]>Witam,
dlaczego wtyczka pokazuje od razu najni?sz? cen? wpisan? w promocji, zamiast poprzedniej najni?szej? To wprowadza w b??d.
Dzień dobry, mimo ustwienia opcji “Brak poprzedniej ceny” na “Wy?wietl bie??c? cen? regularn?” cena z omniusa jest wy?wietlana jako 0
Jak mog? to proziw?za??
Pozdrawiam
]]>Wyst?puje komunikat “Omnibus: wymagana migracja danych!”, którego nie mo?na usuna?, a po przej?ciu do strony migracji, strona ta jest pusta.
]]>Hi Marcin,
We have been using your Omnibus plugin with our Finnish website. It has worked normally.
Now we are opening sell to EU countries. I noticed that your plugin does not convert/show latest 30 days price correctly in DKK, SEK etc. It takes latest EURO price and shows it not in currency it should.
I contacted Aelia developer team. This was their response:
Thanks for reaching out. The Currency Switcher, by itself, doesn’t interact with omnibus plugins (or other plugins). It doesn’t know what amounts they handle, as that depends on the plugins’ internal logic, therefore it cannot convert them automatically. This is by design: the Currency Switcher won’t try to “intercept” the logic from plugins to inject multi-currency capabilities in them.
How to show the correct prices from the omnibus plugin
If an omnibus plugin keeps track of historical prices to show them on the product page, to have these prices converted the omnibus plugin will have to pass them to the conversion function. This requires one line of code:
// Convert an amount from the shop’s base currency to the active currency$converted_amount = apply_filters(‘wc_aelia_cs_convert’, $amount, $from_currency, $to_currency);
The omnibus plugin would simply have to pass the historical prices to the conversion function before displaying them, and they should appear correctly on the frontend.How to implement the conversion of the pricesThe best way to add multi-currency support to any plugin is to modify the original code and add the calls to the conversion logic where needed. That’s something that the plugin’s authors would have to do, as they know which prices are displayed on the frontend and when. Our recommendation is always to contact the plugin’s authors and ask them if they would be interested in adding multi-currency support to it. They can use the filter I sent you, and reach out to us if they have any questions.
If the authors of the plugin take too long to update it, a potential workaround is to write an external filter to intercept the amount to be converted. For this to be possible, the omnibus plugin must provide a hook that you can use to alter the amount before it’s displayed. The plugin’s authors can tell you if that’s the case. Once you have the hook, you can write a filter like the following:
add_filter(‘<SOME FILTER FROM THE OMNIBUS PLUGIN>’, function($omnibus_plugin_amount) { // Conver the amount from the shop’s base currency to the active currency return apply_filters(‘wc_aelia_cs_convert’, $omnibus_plugin_amount, get_option(‘woocommerce_currency’), get_woocommerce_currency());}, 10, 1);
You will have to replace <SOME FILTER FROM THE OMNIBUS PLUGIN> with the filter provided by the omnibus plugin’s developers, and that should be sufficient to convert the values.
Can you to get your awesome plugin working with Aelua multicurrency ??
Best regards
joni
]]>W produktach wy?wietla si?:
Warning: Undefined variable $post_id in /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/omnibus/includes/iworks/omnibus/integration/class-iworks-omnibus-integration-learnpress.php on line 62
Fatal error: Uncaught Error: Call to a member function has_sale_price() on bool in /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/omnibus/includes/iworks/omnibus/integration/class-iworks-omnibus-integration-learnpress.php:63 Stack trace: #0 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-includes/class-wp-hook.php(324): iworks_omnibus_integration_learnpress->filter_iworks_omnibus_show(true) #1 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(true, Array) #2 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/omnibus/includes/iworks/omnibus/integration/class-iworks-omnibus-integration-woocommerce.php(351): apply_filters(‘iworks_omnibus_…’, true) #3 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/omnibus/includes/iworks/omnibus/integration/class-iworks-omnibus-integration-woocommerce.php(292): iworks_omnibus_integration_woocommerce->should_it_show_up(295) #4 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-includes/class-wp-hook.php(324): iworks_omnibus_integration_woocommerce->action_woocommerce_product_options_pricing(”) #5 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(”, Array) #6 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php(73): do_action(‘woocommerce_pro…’) #8 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php(42): include(‘/home/klient.dh…’) #9 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php(52): WC_Meta_Box_Product_Data::output_tabs() #10 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php(33): include(‘/home/klient.dh…’) #11 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-admin/includes/template.php(1456): WC_Meta_Box_Product_Data::output(Object(WP_Post), Array) #12 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-admin/edit-form-advanced.php(723): do_meta_boxes(Object(WP_Screen), ‘normal’, Object(WP_Post)) #13 /home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-admin/post.php(206): require(‘/home/klient.dh…’) #14 {main} thrown in?/home/klient.dhosting.pl/szokgliwice/galaktykatanca.pl/public_html/wp-content/plugins/omnibus/includes/iworks/omnibus/integration/class-iworks-omnibus-integration-learnpress.php?on line?63
]]>Fresh installation:
Fatal error: Uncaught Error: Call to undefined function wp_rand() in /home//domains/public_html/wp-content/plugins/omnibus/includes/iworks/rate/rate.php:602
Cze??. Niestety wtyczka Woo Product Bundles nie wspó?pracuje z Twoim narz?dziem. Czy by?by? zainteresowany dostosowaniem jej? Je?li tak, to daj zna? – prze?l??Ci pliki wtyczki.
]]>W bazie powsta?o 30 000 rekordów w tabeli posts o typie iw_omnibus_price_log
oraz 150 000 rekordów w post_meta
Czy mo?na to wyczy?ci? ?
Je?li tak to które?
Hello,
the plugin doesn’t show the lowest price of the last 30 days, it shows only the current sale price; I tried to delete the db data and set “Display current regular price”, but nothing changed.
How could I solve?
Link example: https://shorturl.at/5K2Gb
]]>Prosz? o pomoc gdy? nie pobiera nam danych zwi?zanych z cen? i dat? co skutkuje wy?wietlaniem si? ceny regularnej niezale?nie od czasu.
]]>Je?eli kto? chce przet?umaczy? wiadomo?? omnibusa przez wpml. Wystarczy wy??czy? customowe wiadomo?ci oraz dopisa? w functions.php
function custom_omnibus_message_template($message, $price, $price_lowest) {
// Custom message template
$custom_message = __('Your custom message here. Previous lowest price was %2$s.', 'omnibus');
return $custom_message;
}
add_filter('iworks_omnibus_message_template', 'custom_omnibus_message_template', 10, 3);
Zeskanowa? motyw w celu znalezienia frazy, zmieni? j?zyk frazy na domy?lny strony, a nast?pnie doda? t?umaczenie
]]>Hi,
we’re not seeing the lowest price on the products with variations, example https://macjamati.si/izdelek/higienski-posip-biosand-super-agglomerante-bianca/.
On simple products, it works as expected.
Under the settings, we have checked that it should show on all types of products, variable and variations as well.
How can we fix this?
Best
]]>Hey there,
It seems that “Do not display anything” in the “No previous price” option isn’t working anymore with the latest WooCommerce and Kadence theme.It returns the default 0,00. Could you have a look at this?
Here are the settings:
]]>Polecenie do “czyszczenia” bazy danych z FAQ wyrzuca b??d:
delete from {$wpdb->postmeta} where meta_key in (
‘_iwo_price_lowest_is_short’,
‘_iwo_last_price_drop_timestamp’,
‘_iwo_price_last_change’,
‘_iwo_price_lowest’
);
Error
Analiza statyczna:
3 errors were found during analysis.
Zapytanie SQL: Copy
delete from {$wpdb->postmeta} where meta_key in ( ‘_iwo_price_lowest_is_short’, ‘_iwo_last_price_drop_timestamp’, ‘_iwo_price_last_change’, ‘_iwo_price_lowest’ );
MySQL zwróci? komunikat: #1064 - Something is wrong in your syntax obok '{$wpdb->postmeta} where meta_key in (
'_iwo_price_lowest_is_short',
'_' w linii 1
Jak mo?na usun?? zlogowan? cen? “z palca” ?
Zrobi?em b??d wpisuj?c netto do regulara zamiast brutto i teraz wypisuje g?upoty.
Usun??em z bazy danych wersy post meta dla tego produktu.
_iwo_price_log
_iwo_price_last_change
Ale ca?y czas “pami?ta” zapisan? b??dn? cen?.
W którym miejscu jest zlogowana najni?sza cena ?
Dzi?kuj?.
PE
]]>Od czasu aktualizacji na wersje 3.0 wtyczki, generuje ona bardzo du?e ilo?ci ID w bazie danych. Na obecn? chwil? jest to oko?o 1.600.000 nowych ID.
Zauwa?y?em równie? ?e wtyczka WP All Import generuje dziwne logi:
0 Produkty created
0 updated
2484860 changed missing
3718 skipped
Mam ok. 20 ty? produktów. Wtyczka WP All Import zajmuje si? tylko dodawaniem nowych produktów z pliku CSV co 30 minut i aktualizowaniem pola dodatkowego _stock2, a produkty powi?zanie s? po SKU. Ceny i tradycyjne stany magazynowe natomiast aktualizowane s? za pomoc? baselinkera “na ?ywo”.
]]>Czy jest jakakolwiek szansa aby wtyczka wspó?pracowa?a z multiwalutami, np. CURCY – Multi Currency for WooCommerce ?
]]>Cze??,
Po aktualizacji wtyczki do wersji 3.0.2 w przypadku niektórych produktów w promocji pokazuje si? komunikat, ?e najni?sza cena sprzed 30 dni przed obni?k? to 0,00 z?… Zarówno na karcie produktu, jak i na listingu (natomiast w panelu, w ustawieniach produktu, widnieje prawid?owa informacja o cenie).
Dodatkowo zauwa?y?am, ?e niektóre produkty w promocji jako najni?sz? cen? sprzed 30 dni maj? wskazan? w?a?nie cen? promocyjn?…
B?d? wdzi?czna za pomoc!
]]>Cze??,
najprawdopodobniej po ostatniej aktualizacji mamy problem z wydajno?ci? zapisywania zmian w produkcie, przy próbie zapisywania mieli stron? bardzo d?ugo, aby finalnie wyrzuci? b??d 500. Czasami mam informacj? w logach, ?e zosta? przekroczony memory limit (1GB). Problem wyst?puje g?ównie przy produktach z wariantami.
Wy??czenie wtyczki rozwi?zuje problem.
Za??czam przyk?adow? kombinacj? dla której problem wyst?puje:
WordPress Environment
WC Version: 8.7.0
REST API Version: ? 8.7.0
Action Scheduler Version: ? 3.7.2
Log Directory Writable: ?
WP Version: 6.5
WP Multisite: –
WP Memory Limit: 1 GB
WP Debug Mode: ?
WP Cron: ?
Language: pl_PL
External object cache: – Server Environment
Server Info: LiteSpeed
PHP Version: 8.1.24
PHP Post Max Size: 1 GB
PHP Time Limit: 900
PHP Max Input Vars: 10000
cURL Version: 7.87.0
OpenSSL/1.1.1w
SUHOSIN Installed: –
MySQL Version: 10.6.16-MariaDB-cll-lve
Max Upload Size: 128 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ? Database
WC Database Version: 8.7.0
WC Database Prefix: wp_
Ca?kowity rozmiar bazy danych: 898.73MB
Rozmiar bazy danych: 645.99MB
Rozmiar indeksu bazy danych: 252.74MB
wp_woocommerce_sessions: Dane: 1.94MB + Indeks: 0.04MB + Silnik MyISAM
wp_woocommerce_api_keys: Dane: 0.00MB + Indeks: 0.01MB + Silnik MyISAM
wp_woocommerce_attribute_taxonomies: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_downloadable_product_permissions: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_order_items: Dane: 5.02MB + Indeks: 2.61MB + Silnik MyISAM
wp_woocommerce_order_itemmeta: Dane: 75.80MB + Indeks: 30.92MB + Silnik MyISAM
wp_woocommerce_tax_rates: Dane: 0.00MB + Indeks: 0.01MB + Silnik MyISAM
wp_woocommerce_tax_rate_locations: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_shipping_zones: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_shipping_zone_locations: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_shipping_zone_methods: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_payment_tokens: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_payment_tokenmeta: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_log: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_actionscheduler_actions: Dane: 2.14MB + Indeks: 0.81MB + Silnik MyISAM
wp_actionscheduler_claims: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_actionscheduler_groups: Dane: 0.00MB + Indeks: 0.01MB + Silnik MyISAM
wp_actionscheduler_logs: Dane: 1.65MB + Indeks: 1.13MB + Silnik MyISAM
wp_afwc_campaigns: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_afwc_commission_plans: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_afwc_hits: Dane: 0.08MB + Indeks: 0.00MB + Silnik InnoDB
wp_afwc_payouts: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_afwc_payout_orders: Dane: 0.05MB + Indeks: 0.02MB + Silnik InnoDB
wp_afwc_referrals: Dane: 0.08MB + Indeks: 0.14MB + Silnik InnoDB
wp_commentmeta: Dane: 0.16MB + Indeks: 0.18MB + Silnik MyISAM
wp_comments: Dane: 22.33MB + Indeks: 6.06MB + Silnik MyISAM
wp_gglcptch_allowlist: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_icl_content_status: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_core_status: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_flags: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_languages: Dane: 0.00MB + Indeks: 0.01MB + Silnik MyISAM
wp_icl_languages_translations: Dane: 0.10MB + Indeks: 0.11MB + Silnik MyISAM
wp_icl_locale_map: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_message_status: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_mo_files_domains: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_icl_node: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_reminders: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_strings: Dane: 42.04MB + Indeks: 3.66MB + Silnik MyISAM
wp_icl_string_batches: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_icl_string_packages: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_string_pages: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_string_positions: Dane: 0.03MB + Indeks: 0.01MB + Silnik MyISAM
wp_icl_string_status: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_string_translations: Dane: 1.62MB + Indeks: 0.75MB + Silnik MyISAM
wp_icl_string_urls: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_translate: Dane: 0.03MB + Indeks: 0.01MB + Silnik MyISAM
wp_icl_translate_job: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_translations: Dane: 0.19MB + Indeks: 0.35MB + Silnik MyISAM
wp_icl_translation_batches: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_icl_translation_downloads: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_icl_translation_status: Dane: 0.07MB + Indeks: 0.04MB + Silnik MyISAM
wp_iwp_backup_status: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_iwp_file_list: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_iwp_processed_iterator: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_links: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_lws_webhooks_events: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_lws_wr_achieved_log: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_lws_wr_historic: Dane: 4.52MB + Indeks: 2.00MB + Silnik InnoDB
wp_lws_wr_tinyurls: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_lws_wr_userbadge: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_options: Dane: 9.81MB + Indeks: 0.24MB + Silnik MyISAM
wp_pmxi_files: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_hash: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_history: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_images: Dane: 0.16MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_imports: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_posts: Dane: 1.52MB + Indeks: 0.00MB + Silnik InnoDB
wp_pmxi_templates: Dane: 0.23MB + Indeks: 0.00MB + Silnik InnoDB
wp_postmeta: Dane: 179.51MB + Indeks: 71.95MB + Silnik MyISAM
wp_posts: Dane: 162.75MB + Indeks: 43.20MB + Silnik MyISAM
wp_redirection_404: Dane: 1.52MB + Indeks: 0.36MB + Silnik InnoDB
wp_redirection_groups: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_redirection_items: Dane: 0.02MB + Indeks: 0.09MB + Silnik InnoDB
wp_redirection_logs: Dane: 0.08MB + Indeks: 0.05MB + Silnik InnoDB
wp_say_what_strings: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_termmeta: Dane: 0.06MB + Indeks: 0.05MB + Silnik MyISAM
wp_terms: Dane: 0.04MB + Indeks: 0.06MB + Silnik MyISAM
wp_term_relationships: Dane: 0.20MB + Indeks: 0.40MB + Silnik MyISAM
wp_term_taxonomy: Dane: 0.21MB + Indeks: 0.05MB + Silnik MyISAM
wp_usermeta: Dane: 107.29MB + Indeks: 72.68MB + Silnik MyISAM
wp_users: Dane: 8.08MB + Indeks: 4.68MB + Silnik MyISAM
wp_wc_admin_notes: Dane: 0.08MB + Indeks: 0.01MB + Silnik MyISAM
wp_wc_admin_note_actions: Dane: 0.04MB + Indeks: 0.01MB + Silnik MyISAM
wp_wc_category_lookup: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_wc_customer_lookup: Dane: 3.31MB + Indeks: 2.37MB + Silnik MyISAM
wp_wc_download_log: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_wc_orders: Dane: 0.02MB + Indeks: 0.11MB + Silnik InnoDB
wp_wc_orders_meta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_order_addresses: Dane: 0.02MB + Indeks: 0.06MB + Silnik InnoDB
wp_wc_order_coupon_lookup: Dane: 0.06MB + Indeks: 0.10MB + Silnik MyISAM
wp_wc_order_operational_data: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_wc_order_product_lookup: Dane: 4.47MB + Indeks: 3.28MB + Silnik MyISAM
wp_wc_order_stats: Dane: 1.94MB + Indeks: 1.01MB + Silnik MyISAM
wp_wc_order_tax_lookup: Dane: 0.99MB + Indeks: 1.13MB + Silnik MyISAM
wp_wc_product_attributes_lookup: Dane: 0.09MB + Indeks: 0.08MB + Silnik InnoDB
wp_wc_product_download_directories: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_product_meta_lookup: Dane: 0.11MB + Indeks: 0.14MB + Silnik MyISAM
wp_wc_rate_limits: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_wc_reserved_stock: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_wc_tax_rate_classes: Dane: 0.00MB + Indeks: 0.01MB + Silnik MyISAM
wp_wc_webhooks: Dane: 0.00MB + Indeks: 0.00MB + Silnik MyISAM
wp_woocommerce_tpay: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_woocommerce_tpay_clients: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_wpmm_subscribers: Dane: 0.02MB + Indeks: 0.00MB + Silnik InnoDB
wp_xoo_wl_list: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_xoo_wl_list_meta: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_yoast_indexable: Dane: 1.52MB + Indeks: 0.78MB + Silnik InnoDB
wp_yoast_indexable_hierarchy: Dane: 0.23MB + Indeks: 0.39MB + Silnik InnoDB
wp_yoast_migrations: Dane: 0.02MB + Indeks: 0.02MB + Silnik InnoDB
wp_yoast_primary_term: Dane: 0.02MB + Indeks: 0.03MB + Silnik InnoDB
wp_yoast_seo_links: Dane: 0.16MB + Indeks: 0.14MB + Silnik InnoDB Post Type Counts
acf-field: 402
acf-field-group: 31
attachment: 2768
custom_css: 1
forum: 29
iw_omnibus_price_log: 534425
iwp_log: 634
lws-wre-event: 5
lws-wre-pool: 1
lws-wre-unlockable: 40
nav_menu_item: 98
oembed_cache: 31
page: 56
post: 330
product: 348
product_variation: 1147
reply: 860
revision: 3007
shipment: 17478
shop_coupon: 1083
shop_order: 22495
shop_order_refund: 160
topic: 385
wpcf7_contact_form: 4
xlwcty_thankyou: 1 Security
Secure connection (HTTPS): ?
Hide errors from visitors: ? Active Plugins (9)
Advanced Custom Fields PRO: przez WP Engine – 6.2.7
Custom Post Type UI: przez WebDevStudios – 1.15.1
Flexible Shipping: przez Octolize – 4.24.18
WooCommerce imoje: przez imoje – 4.2.1
Omnibus — poka? najni?sz? cen?: przez Marcin Pietrzak – 3.0.2
WooCommerce Aktywne P?atno?ci: przez WP Desk – 3.8.11
Checkout Field Editor for WooCommerce (Pro): przez ThemeHigh – 3.4.0
WooCommerce InPost: przez WP Desk – 4.4.7
WooCommerce: przez Automattic – 8.7.0
Inactive Plugins (29)
Advanced Editor Tools: przez Automattic – 5.9.2
Affiliate For WooCommerce: przez StoreApps – 2.7.1
bbPress: przez The bbPress Contributors – 2.6.9
Classic Editor: przez WordPress Contributors – 1.6.3
Contact Form 7: przez Takayuki Miyoshi – 5.9.3
Contact Form 7 Extension For Mailchimp: przez Renzo Johnson – 0.5.72
Duplicate Page: przez mndpsingh287 – 4.5.3
Honeypot for Contact Form 7: przez Nocean – 2.1.1
InfiniteWP - Client: przez Revmakx – 1.12.5
LightStart - Maintenance Mode, Coming Soon and Landing Page Builder: przez Themeisle – 2.6.10
Loco Translate: przez Tim Whitlock – 2.6.7
MyRewards: przez Long Watch Studio – 5.3.2
NextMove Lite - Thank You Page for WooCommerce: przez XLPlugins – 2.18.3
OG — Better Share on Social Media: przez Marcin Pietrzak – 3.3.0
reCAPTCHA for WooCommerce: przez Elliot Sowersby
RelyWP – 1.3.3
Redirection: przez John Godley – 5.4.2
Regenerate Thumbnails: przez Alex Mills (Viper007Bond) – 3.1.6
Simple Custom Post Order: przez Colorlib – 2.5.7
SVG Support: przez Benbodhi – 2.5.5
User Role Editor: przez Vladimir Garagulya – 4.64.2
Waitlist woocommerce( Back in stock notifier ): przez – 2.5.3
WordPress Importer: przez wordpressdotorg – 0.8.2
WP-PageNavi: przez Lester 'GaMerZ' Chan – 2.94.1
WP-Sweep: przez Lester 'GaMerZ' Chan – 1.1.8
WP All Export - User Export Add-On Pro: przez Soflyy – 1.0.7
WP All Import - User Import Add-On Pro: przez Soflyy – 1.1.8
WP All Import - WooCommerce Import Add-On Pro: przez Soflyy – 4.0.0
WP All Import Pro: przez Soflyy – 4.8.7
Yoast SEO: przez Team Yoast – 22.3 Settings
API Enabled: ?
Force SSL: –
Currency: PLN (z?)
Currency Position: right_space
Thousand Separator:
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
exclude-from-search (exclude-from-search-2)
featured (featured)
featured (featured-2)
outofstock (outofstock)
rated-1 (rated-1)
rated-1 (rated-1-2)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4-2)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to Woo.com: –
Enforce Approved Product Download Directories: ?
HPOS feature screen enabled: –
HPOS feature enabled: –
Order datastore: WC_Order_Data_Store_CPT
HPOS data sync enabled: – Logging
Enabled: ?
Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2
Retention period: 30 dni
Level threshold: –
Log directory size: 6 KB WC Pages
Strona sklepu: ? Strona nie ustawiona
Koszyk: #69488 - /koszyk/
Zamówienie: #69490 - /zamowienie/
Moje konto: #69470 - /moje-konto/
Regulamin: #71222 - /regulamin-sklepu/ Theme
Name: Storefront
Version: 4.5.4
Author URL: https://woo.com/
Child Theme: ? – Je?li modyfikujesz WooCommerce lub motyw nadrz?dny
którego nie jeste? autorem
polecamy u?ywanie motywu potomnego. Zobacz: Jak tworzy? motywy potomne
WooCommerce Support: ? Templates
Overrides: – Admin
Enabled Features: activity-panels
analytics
product-block-editor
coupons
core-profiler
customer-effort-score-tracks
import-products-task
experimental-fashion-sample-products
shipping-smart-defaults
shipping-setting-tour
homescreen
marketing
mobile-app-banner
navigation
onboarding
onboarding-tasks
product-variation-management
product-virtual-downloadable
product-external-affiliate
product-grouped
product-linked
remote-inbox-notifications
remote-free-extensions
payment-gateway-suggestions
shipping-label-banner
subscriptions
store-alerts
transient-notices
woo-mobile-welcome
wc-pay-promotion
wc-pay-welcome-page
Disabled Features: customize-store
minified-js
new-product-management-experience
product-pre-publish-modal
settings
async-product-editor-category-field
Daily Cron: ? Next scheduled: 2024-04-04 08:53:49 +02:00
Options: ?
Notes: 204
Onboarding: completed Action Scheduler
Zakończ: 8?941
Oldest: 2024-03-03 10:29:45 +0100
Newest: 2024-04-03 10:49:55 +0200
Niepowodzenie: 11
Oldest: 2022-09-19 20:34:04 +0200
Newest: 2024-04-02 14:35:20 +0200
Oczekuj?ce: 2
Oldest: 2024-04-03 17:10:12 +0200
Newest: 2024-04-04 08:24:51 +0200 Status report information
Generated at: 2024-04-03 10:56:24 +02:00
Jak zostawiam sam woocommerce i omnibus to problem nie wyst?puje, ale jak tylko w??cz? dodatkowo 2-3 wtyczki, niewa?ne, jakie to problem ponownie jest.
Pro?ba o pomoc.
]]>Cze??!
Jako najni?sza cena sprzed 30 dni pokazuje cen? netto :/
]]>Hello! How can I translate the messages that are displayed for users? I use WPML, I don’t see any strings to translate. In Loco plugin also. Any solution / function?
]]>Hi, why the lowest price is linked even at old promotions and not the last 30 days?
If i see the log price data, it’s takes like june inestead of the 30 days occurred. So the prices are all wrong.
]]>Wyst?pi? problem z mo?liwo?ci? aktualizacji opisu produktu. B??d ?524 timeout error. Po wy??czeniu wtyczki Omnibus dzia?anie jest poprawne. Woocommerce w wersji: 8.7.0?i Omnibus w wersji: 3.0.2
]]>W builderze breakdance, mimo, ?e elementy produktowe s? oparte o woo – wtyczka nie funkcjonuje. s? mo?e jakie? rozwi?zania?
]]>I have used woocommerce bundles (https://woo.com/products/product-bundles/) product in my woocommerce website and but omnibus message is not showing on product detail page. so can you please confirm is omnibus is support with woocommerce bundles
]]>Przy w??czeniu promocji wy?wietla si? cena aktualna promocyjna.
Po aktualizacji wtyczki wyskoczy? komunikat o migracji danych. Liczba jest zawrotna i idzie tak wolno, ?e przez miesi?c si? nie zaktualizuje. Nie wiem w jakim celu to jest zrobione. Jak to naprawi? bezbole?nie.
Omnibus: narz?dzie do migracji danych
Znaleziono 862215 pól do migracji!
]]>Dzień dobry,
Zg?aszam problem z nag?ym przyrostem posttype przy aktualizacji produktów. Dla jednego posta produktu wygenerowa?o conajmniej 90000 logów iw_omnibus_price_log.
Dla produktu w panelu produktu którego problem dotyczy wtyczka pokazuje [brak danych].
Wersja wtyczki 3.0.2
]]>W dniu 9.03.2024 r. podnios?am cen? promocyjn? produktu ze 139 z? na 159 z? (cena regularna wynosi 169 z?), a jako najni?sza cena z ostatnich 30 dni wy?wietla si? aktualna – 159 z?, a powinna 139 z?.
Najnowsza wersja wtyczki 3.0.1
Z góry dzi?kuj? za rozwi?zanie problemu.
]]>Dzień dobry,
Od jakiego? czasu wtyczka wy?wietka 0,00 zamiast prawdziwej najni?szej ceny: https://prnt.sc/SYsYB8Cp-fwX
Czy mo?emy to w jaki? sposób naprawi?? Przetestowa?em na nowym produkcie i jest tak samo. Wy??czy?em wszystkie wtyczki, zmieni?em szablon i nadal ten sam problem.
Prosz? o sugesti? w jaki sposób mo?emy naprawi? ten b??d.
]]>Hi,
thank you for your best work!
My question for you is if exist a shortcode to show only the lowest price of product.
Thaank you
]]>