Main Shop sort by low to high price works, but high to low (default) has a bug
-
Hello!
I noticed a bug with my store. If I sort the products from lowest to highest price, everything is displayed correctly.
However, if I sort from highest to lowerst, which is the default option, the Zen sauna is misplaced. It’s displaying the prices as 2.460€, 1.901€, 2.256€, 2.104€. I don’t know why this is happening.
I tried to go to Settings -> Status -> Tools -> Product lookup tables and regenerate them, but that did nothing. I also tried to paste the code bellow to functions.php, but that didn’t fix the issue either.
/** * Customize ordering by price */ add_filter('woocommerce_get_catalog_ordering_args', function ($args) { $orderby_value = isset($_GET['orderby']) ? wc_clean($_GET['orderby']) : apply_filters('woocommerce_default_catalog_orderby', get_option('woocommerce_default_catalog_orderby')); if ('price' == $orderby_value) { $args['orderby'] = 'meta_value_num'; $args['order'] = 'ASC'; $args['meta_key'] = '_price'; } if ('price-desc' == $orderby_value) { $args['orderby'] = 'meta_value_num'; $args['order'] = 'DESC'; $args['meta_key'] = '_price'; } return $args; });Kind regards
The page I need help with: [log in to see the link]
-
Hi @jazzu
In order to check your configuration and assist you further, could you please share a copy of your site’s System Status?
You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
Hi @margaretwporg !
Ofcourse, here you go:
### WordPress Environment ### WordPress address (URL): https://moja-savna.si Site address (URL): https://moja-savna.si 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: 256 MB WP Debug Mode: – WP Cron: ✔ Language: sl_SI External object cache: – ### Server Environment ### Server Info: LiteSpeed PHP Version: 7.4.27 PHP Post Max Size: 50 MB PHP Time Limit: 30 PHP Max Input Vars: 5000 cURL Version: 7.71.0 OpenSSL/1.1.1d SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.32-MariaDB-log-cll-lve Max Upload Size: 20 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: YwAaXCZkY_ Skupna velikost podatkovne zbirke: 62.35MB Velikost podatkov podatkovne zbirke: 51.94MB Velikost kazala podatkovne zbirke: 10.41MB YwAaXCZkY_woocommerce_sessions: Podatki: 0.09 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_woocommerce_api_keys: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_woocommerce_attribute_taxonomies: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_woocommerce_downloadable_product_permissions: Podatki: 0.02 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_woocommerce_order_items: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_woocommerce_order_itemmeta: Podatki: 0.09 MB + Kazalo: 0.09 MB + Pogon InnoDB YwAaXCZkY_woocommerce_tax_rates: Podatki: 0.02 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_woocommerce_tax_rate_locations: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_woocommerce_shipping_zones: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_woocommerce_shipping_zone_locations: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_woocommerce_shipping_zone_methods: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_woocommerce_payment_tokens: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_woocommerce_payment_tokenmeta: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_woocommerce_log: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB wp_woocommerce_tax_rate_locations: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_actionscheduler_actions: Podatki: 4.02 MB + Kazalo: 1.75 MB + Pogon InnoDB YwAaXCZkY_actionscheduler_claims: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_actionscheduler_groups: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_actionscheduler_logs: Podatki: 2.02 MB + Kazalo: 1.84 MB + Pogon InnoDB YwAaXCZkY_addonlibrary_addons: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_addonlibrary_categories: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_aioseo_cache: Podatki: 0.17 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_aioseo_notifications: Podatki: 0.03 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_aioseo_posts: Podatki: 1.52 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_ce4wp_abandoned_checkout: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_ce4wp_contacts: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_commentmeta: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_comments: Podatki: 0.05 MB + Kazalo: 0.09 MB + Pogon InnoDB YwAaXCZkY_dlm_order: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_dlm_order_customer: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_dlm_order_item: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_dlm_order_transaction: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_dlm_session: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_download_log: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_ewwwio_images: Podatki: 0.08 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_ewwwio_queue: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_frmt_form_entry: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_frmt_form_entry_meta: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_frmt_form_views: Podatki: 0.05 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_gla_budget_recommendations: Podatki: 0.20 MB + Kazalo: 0.11 MB + Pogon InnoDB YwAaXCZkY_gla_merchant_issues: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_gla_shipping_rates: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_gla_shipping_times: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_lead_form: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_lead_form_data: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_lead_form_extension: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_lead_form_options: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_links: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailchimp_carts: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailchimp_jobs: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailpoet_custom_fields: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_dynamic_segment_filters: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_feature_flags: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_forms: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailpoet_log: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailpoet_mapping_to_external_entities: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletters: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_links: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_option: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_option_fields: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_posts: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_segment: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_newsletter_templates: Podatki: 2.52 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailpoet_scheduled_tasks: Podatki: 0.05 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_scheduled_task_subscribers: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_segments: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_sending_queues: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_settings: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_bounces: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_clicks: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_forms: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_newsletters: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_opens: Podatki: 0.02 MB + Kazalo: 0.08 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_unsubscribes: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_mailpoet_statistics_woocommerce_purchases: Podatki: 0.02 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_mailpoet_stats_notifications: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_subscribers: Podatki: 0.02 MB + Kazalo: 0.13 MB + Pogon InnoDB YwAaXCZkY_mailpoet_subscriber_custom_field: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_subscriber_ips: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_subscriber_segment: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_mailpoet_user_agents: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mailpoet_user_flags: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_mclean_refs: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_mclean_scan: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_nextend2_image_storage: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_nextend2_section_storage: Podatki: 0.02 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_nextend2_smartslider3_generators: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_nextend2_smartslider3_sliders: Podatki: 0.05 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_nextend2_smartslider3_sliders_xref: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_nextend2_smartslider3_slides: Podatki: 0.05 MB + Kazalo: 0.11 MB + Pogon InnoDB YwAaXCZkY_options: Podatki: 5.23 MB + Kazalo: 0.30 MB + Pogon InnoDB YwAaXCZkY_pmpro_discount_codes: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_pmpro_discount_codes_levels: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_pmpro_discount_codes_uses: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_pmpro_memberships_categories: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_pmpro_memberships_pages: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_pmpro_memberships_users: Podatki: 0.02 MB + Kazalo: 0.09 MB + Pogon InnoDB YwAaXCZkY_pmpro_membership_levelmeta: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_pmpro_membership_levels: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_pmpro_membership_ordermeta: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_pmpro_membership_orders: Podatki: 0.02 MB + Kazalo: 0.20 MB + Pogon InnoDB YwAaXCZkY_postmeta: Podatki: 20.45 MB + Kazalo: 1.94 MB + Pogon InnoDB YwAaXCZkY_posts: Podatki: 12.16 MB + Kazalo: 0.30 MB + Pogon InnoDB YwAaXCZkY_redirection_404: Podatki: 0.33 MB + Kazalo: 0.16 MB + Pogon InnoDB YwAaXCZkY_redirection_groups: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_redirection_items: Podatki: 0.02 MB + Kazalo: 0.09 MB + Pogon InnoDB YwAaXCZkY_redirection_logs: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_snippets: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_termmeta: Podatki: 0.05 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_terms: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_term_relationships: Podatki: 0.05 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_term_taxonomy: Podatki: 0.05 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_th_popup: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_tm_taskmeta: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_tm_tasks: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_upfs_files: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_usermeta: Podatki: 0.05 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_users: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_wcpdf_invoice_number: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_wc_admin_notes: Podatki: 0.06 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_wc_admin_note_actions: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_wc_category_lookup: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_wc_customer_lookup: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_wc_download_log: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_wc_order_coupon_lookup: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_wc_order_product_lookup: Podatki: 0.02 MB + Kazalo: 0.06 MB + Pogon InnoDB YwAaXCZkY_wc_order_stats: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_wc_order_tax_lookup: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_wc_product_meta_lookup: Podatki: 0.02 MB + Kazalo: 0.09 MB + Pogon InnoDB YwAaXCZkY_wc_rate_limits: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_wc_reserved_stock: Podatki: 0.02 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_wc_tax_rate_classes: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_wc_webhooks: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_wfpklist_template_data: Podatki: 0.03 MB + Kazalo: 0.00 MB + Pogon InnoDB YwAaXCZkY_yasr_log: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yasr_log_multi_set: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yasr_multi_set: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yasr_multi_set_fields: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yith_wcwl: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yith_wcwl_lists: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_yoast_indexable: Podatki: 0.11 MB + Kazalo: 0.08 MB + Pogon InnoDB YwAaXCZkY_yoast_indexable_hierarchy: Podatki: 0.02 MB + Kazalo: 0.05 MB + Pogon InnoDB YwAaXCZkY_yoast_migrations: Podatki: 0.02 MB + Kazalo: 0.02 MB + Pogon InnoDB YwAaXCZkY_yoast_primary_term: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB YwAaXCZkY_yoast_seo_links: Podatki: 0.02 MB + Kazalo: 0.03 MB + Pogon InnoDB ### Post Type Counts ### acoplw_badges: 1 attachment: 284 cartflows_flow: 1 cartflows_step: 2 custom_css: 2 customize_changeset: 68 dlm_download_version: 1 elementor_library: 30 forminator_forms: 3 glossary: 1 gpsc_slider_carousel: 1 mailpoet_page: 1 nav_menu_item: 21 oembed_cache: 3 page: 14 post: 1 product: 71 product_variation: 30 project: 1 revision: 703 shop_order: 51 sp_wps_shortcodes: 1 tooltips: 1 woolentor-template: 1 wp_global_styles: 1 xlwcty_thankyou: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (32) ### All in One SEO: od All in One SEO Team – 4.1.6.2 CartFlows: od CartFlows Inc – 1.8.1 Child Theme Configurator: od Lilaea Media – 2.5.8 Content Control: od Code Atlantic – 1.1.9 Cookie Notice & Compliance for GDPR / CCPA: od Hu-manity.co – 2.2.1 Disable woocommerce logout confirmation: od Hem Thapa – 1.2 Download Plugin: od metagauss – 2.0.2 Elementor: od Elementor.com – 3.5.4 Enhanced AJAX Add to Cart for WooCommerce: od TheRiteSites – 2.3.0 Essential Addons for Elementor: od WPDeveloper – 5.0.4 Forminator: od WPMU DEV – 1.15.9 Google Listings and Ads: od WooCommerce – 1.10.0 Health Check & Troubleshooting: od The WordPress.org community – 1.4.5 Kadence WooCommerce Email Designer: od Kadence WP – 1.4.10 Loco Translate: od Tim Whitlock – 2.5.8 Max Mega Menu: od megamenu.com – 2.9.5 Menu Icons: od ThemeIsle – 0.12.9 Page scroll to id: od malihu – 1.7.5 Really Simple SSL: od Really Simple Plugins – 5.2.3 Redirection: od John Godley – 5.2.2 Reveal IDs: od Oliver Schlöbe – 1.5.4 SMNTCS Custom Logo Link: od Niels Lange – 1.16 Category Order and Taxonomy Terms Order: od Nsp-Code – 1.5.9 Temporary Login Without Password: od StoreApps – 1.7.1 TH Advance Product Search: od ThemeHunk – 1.1.1 UpdraftPlus - Backup/Restore: od UpdraftPlus.Com DavidAnderson – 1.22.1 User Menus: od Code Atlantic – 1.2.7 WooCommerce PayPal Payments: od WooCommerce – 1.6.4 WooCommerce PDF Invoices & Packing Slips: od WP Overnight – 2.12.1 WooCommerce: od Automattic – 6.1.1 WooLentor - WooCommerce Elementor Addons + Builder: od HasThemes – 2.1.7 WP-Optimize - Clean, Compress, Cache: od David Anderson Ruhani Rabin Team Updraft – 3.2.2 ### Inactive Plugins (0) ### ### Dropin Plugins (1) ### maintenance.php: maintenance.php ### Must Use Plugins (1) ### Health Check Troubleshooting Mode: od – 1.7.2 ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: right_space Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: simple (simple) grouped (grouped) variable (variable) external (external) Taxonomies: Product Visibility: exclude-from-search (exclude-from-search) exclude-from-catalog (exclude-from-catalog) 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 ### Osnova trgovine: #5 - /trgovina/ Košarica: #6 - /kosarica/ Zaključek nakupa: #7 - /zakljucek-nakupa/ Moj račun: #8 - /moj-racun/ Pogoji poslovanja: #3 - /pravilnik-o-zasebnosti/ ### Theme ### Name: Big Store Child Version: 1.7.0.1633437188 Author URL: https://www.themehunk.com Child Theme: ✔ Parent Theme Name: Big Store Parent Theme Version: 1.8.6 Parent Theme Author URL: https://www.themehunk.com WooCommerce Support: ✔ ### Templates ### Archive Template: Vaša tema vsebuje datoteko woocommerce.php. Glede na to da ima woocommerce.php prednost nad archive-product.php slednje ne boste mogli prepisati preko woocommerce/archive-product.php. To služi preprečitvi težav s prikazom. Overrides: big-store-child/woocommerce/content-product.php big-store-child/woocommerce/emails/customer-on-hold-order.php ### WooCommerce PayPal Payments ### Onboarded: ✔ Shop country code: SI WooCommerce currency supported: ✔ PayPal card processing available in country: – Pay Later messaging available in country: – Webhook status: – Vault enabled: ✔ Logging enabled: – Reference Transactions: – Used PayPal Checkout plugin: – ### Action Scheduler ### Zaključi: 5.578 Oldest: 2021-12-29 11:04:20 +0100 Newest: 2022-01-27 10:06:54 +0100 V obdelavi: 5 Oldest: 2022-01-27 10:11:54 +0100 Newest: 2022-01-27 22:40:35 +0100 ### Status report information ### Generated at: 2022-01-27 10:07:24 +01:00Kind regards
Hi there,
Sorry to hear that.
You can clone your site to a staging environment and run a conflict test without affecting the production site.
Many hosts provide staging facilities, you can check this feature with them. You can also do it using this free WP Staging plugin: https://wordpress.org/plugins/wp-staging/.
You can temporarily switch your theme to Storefront.
And you can run a conflict test You can find a more detailed explanation on how to do a conflict test here.
Let us know how it goes.
Hi @ihereira !
Thank you for your reply. I switched the theme to the default one – same problem.
Then I enabled troubleshooting mode, enabled only WooCommerce and Elementor – same problem. So I have no idea why this is happening. The weird thing for me is that if I just sort the products from lowest to highest price, it shows the products perfectly.Kind regards
Hello,
In case the same problem is happening, you can do the following:
Open Woocommerce > Status > Tools. You can clean the Transients, run regenerate Product Lookup tables, Recount terms, and also update the database.
This will not be instant, it’ll need some time to be completed, checking the scheduled actions section will show when these actions are done.
Let us know how it goes.
We haven’t heard back from you in a while, so I’m going to mark this thread as resolved – we’ll be here if and/or when you are ready to continue.
The topic ‘Main Shop sort by low to high price works, but high to low (default) has a bug’ is closed to new replies.