adrien99
Forum Replies Created
-
Thank for your answers
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Order with products variationsThank for your answers
- This reply was modified 1 year, 4 months ago by adrien99.
Forum: Plugins
In reply to: [WooCommerce] Add custom meta data for productsFinally, i succeeded by going through the child theme file “functions.php” :
// Display Fields add_action( 'woocommerce_product_options_general_product_data', 'woo_add_custom_general_fields' ); // Save Fields add_action( 'woocommerce_process_product_meta', 'woo_add_custom_general_fields_save' ); function woo_add_custom_general_fields() { global $woocommerce, $post; // Text Field woocommerce_wp_text_input( array( 'id' => 'barcode', 'label' => __( 'Code Barre', 'woocommerce' ), 'placeholder' => 'code barre', 'desc_tip' => 'true', 'description' => __( 'Product barcode.', 'woocommerce' ) ) ); } function woo_add_custom_general_fields_save( $post_id ){ // Textarea $woocommerce_barcode = $_POST['barcode']; if( !empty( $woocommerce_barcode ) ) update_post_meta( $post_id, 'barcode', esc_html( $woocommerce_barcode ) ); }
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] YITH Woocommerce WaitlistI close this topic, thanks all.
Forum: Plugins
In reply to: [WooCommerce] Edit order redirect to 404Thank you for your answers, I thought it could be due to a product of an order but finally without particular action the problem went away and I could not identify it.
Forum: Plugins
In reply to: [WooCommerce] Edit order redirect to 404Hello,
Yes I emptied the permalinks, and on a local version on my computer with exactly the same version of plugins / themes, everything works. The problem is only on the production website.
Forum: Plugins
In reply to: [WooCommerce] Edit order redirect to 404Hi,
Yes, that’s my issue, here is the report :
` ### WordPress Environment ### WordPress address (URL): https://www.elyamaje.com Site address (URL): https://www.elyamaje.com WC Version: 7.4.1 REST API Version: ? 7.4.1 WC Blocks Version: ? 9.4.4 Action Scheduler Version: ? 3.5.4 Log Directory Writable: ? WP Version: ? 6.1.1 - Une nouvelle version de WordPress est disponible (6.2) WP Multisite: – WP Memory Limit: 2 Go WP Debug Mode: ? WP Cron: ? Language: fr_FR External object cache: ? ### Server Environment ### Server Info: Apache PHP Version: 7.4.33 PHP Post Max Size: 512 Mo PHP Time Limit: 1200 PHP Max Input Vars: 250000 cURL Version: 7.84.0 OpenSSL/1.1.1p SUHOSIN Installed: – MySQL Version: 5.5.5-10.6.12-MariaDB Max Upload Size: 256 Mo Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 7.4.1 WC Database Prefix: dev Taille totale de la base de données: 2565.10MB Taille de la base de données: 2304.84MB Taille de l’index: 260.26MB devwoocommerce_sessions: Données?: 15.02MB + Index?: 0.14MB + Moteur InnoDB devwoocommerce_api_keys: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwoocommerce_attribute_taxonomies: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwoocommerce_downloadable_product_permissions: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB devwoocommerce_order_items: Données?: 13.52MB + Index?: 3.52MB + Moteur InnoDB devwoocommerce_order_itemmeta: Données?: 82.61MB + Index?: 59.14MB + Moteur InnoDB devwoocommerce_tax_rates: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB devwoocommerce_tax_rate_locations: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwoocommerce_shipping_zones: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwoocommerce_shipping_zone_locations: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwoocommerce_shipping_zone_methods: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwoocommerce_payment_tokens: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwoocommerce_payment_tokenmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwoocommerce_log: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devactionscheduler_actions: Données?: 22.06MB + Index?: 20.13MB + Moteur InnoDB devactionscheduler_claims: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devactionscheduler_groups: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devactionscheduler_logs: Données?: 13.02MB + Index?: 12.03MB + Moteur InnoDB devcategorymeta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devcheck_email_log: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devcommentmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devcomments: Données?: 21.55MB + Index?: 9.09MB + Moteur InnoDB devcoupon_gift: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB deve_events: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devlinks: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devlitespeed_crawler: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devlitespeed_crawler_blacklist: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devlitespeed_url: Données?: 0.11MB + Index?: 0.11MB + Moteur InnoDB devlitespeed_url_file: Données?: 0.13MB + Index?: 0.33MB + Moteur InnoDB devlpc_inward_label: Données?: 0.33MB + Index?: 0.05MB + Moteur InnoDB devlpc_outward_label: Données?: 1667.52MB + Index?: 1.98MB + Moteur InnoDB devmember_catmeta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devoptions: Données?: 21.03MB + Index?: 7.06MB + Moteur InnoDB devpimwick_gift_card: Données?: 0.05MB + Index?: 0.02MB + Moteur InnoDB devpimwick_gift_card_activity: Données?: 0.05MB + Index?: 0.02MB + Moteur InnoDB devportfolio_catmeta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devpostmeta: Données?: 241.70MB + Index?: 92.97MB + Moteur InnoDB devposts: Données?: 101.53MB + Index?: 9.92MB + Moteur InnoDB devproduct_catmeta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_css: Données?: 0.13MB + Index?: 0.02MB + Moteur InnoDB devrevslider_css_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_layer_animations: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_layer_animations_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_navigations: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_navigations_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_sliders: Données?: 0.08MB + Index?: 0.02MB + Moteur InnoDB devrevslider_sliders_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_slides: Données?: 2.03MB + Index?: 0.02MB + Moteur InnoDB devrevslider_slides_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devrevslider_static_slides: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devrevslider_static_slides_bkp: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devsmush_dir_images: Données?: 0.02MB + Index?: 0.05MB + Moteur InnoDB devtermmeta: Données?: 0.06MB + Index?: 0.06MB + Moteur InnoDB devterms: Données?: 0.05MB + Index?: 0.03MB + Moteur InnoDB devterm_relationships: Données?: 0.27MB + Index?: 0.22MB + Moteur InnoDB devterm_taxonomy: Données?: 0.05MB + Index?: 0.03MB + Moteur InnoDB devtm_taskmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devtm_tasks: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devusermeta: Données?: 54.56MB + Index?: 26.66MB + Moteur InnoDB devusers: Données?: 1.52MB + Index?: 0.52MB + Moteur InnoDB devwc_admin_notes: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwc_admin_note_actions: Données?: 0.03MB + Index?: 0.02MB + Moteur InnoDB devwc_category_lookup: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwc_customer_lookup: Données?: 1.52MB + Index?: 0.66MB + Moteur InnoDB devwc_download_log: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwc_order_coupon_lookup: Données?: 0.13MB + Index?: 0.14MB + Moteur InnoDB devwc_order_product_lookup: Données?: 13.52MB + Index?: 10.06MB + Moteur InnoDB devwc_order_stats: Données?: 2.52MB + Index?: 0.88MB + Moteur InnoDB devwc_order_tax_lookup: Données?: 1.52MB + Index?: 0.59MB + Moteur InnoDB devwc_product_attributes_lookup: Données?: 0.14MB + Index?: 0.08MB + Moteur InnoDB devwc_product_download_directories: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwc_product_meta_lookup: Données?: 0.14MB + Index?: 0.20MB + Moteur InnoDB devwc_rate_limits: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwc_reserved_stock: Données?: 1.52MB + Index?: 0.00MB + Moteur InnoDB devwc_tax_rate_classes: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwc_webhooks: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwfpklist_template_data: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwms_labels: Données?: 0.02MB + Index?: 0.05MB + Moteur InnoDB devwoof_query_cache: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwoot_tables: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwoot_tables_columns: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwoot_tables_meta: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwoot_vocabulary: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwpforms_logs: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpforms_tasks_meta: Données?: 0.06MB + Index?: 0.00MB + Moteur InnoDB devwpfront_ure_login_redirect: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwpfront_ure_options: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devwpfront_ure_post_type: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwpfront_ure_taxonomy: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devwpgmza: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_admin_notices: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_circles: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_image_overlays: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_maps: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_point_labels: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_polygon: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_polylines: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpgmza_rectangles: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpmailsmtp_debug_events: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpmailsmtp_tasks_meta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB devwpml_mails: Données?: 17.52MB + Index?: 0.00MB + Moteur InnoDB devyith_wcwl: Données?: 0.39MB + Index?: 0.13MB + Moteur InnoDB devyith_wcwl_lists: Données?: 0.11MB + Index?: 0.11MB + Moteur InnoDB devyoast_indexable: Données?: 3.52MB + Index?: 1.39MB + Moteur InnoDB devyoast_indexable_hierarchy: Données?: 0.13MB + Index?: 0.20MB + Moteur InnoDB devyoast_migrations: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB devyoast_primary_term: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB devyoast_prominent_words: Données?: 0.19MB + Index?: 0.28MB + Moteur InnoDB devyoast_seo_links: Données?: 1.52MB + Index?: 0.41MB + Moteur InnoDB devywdpd_exclusion_list_table: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB ### Post Type Counts ### attachment: 3257 custom_css: 1 cwginstocknotifier: 190 elementor_library: 26 fgf_master_log: 51 fgf_rules: 4 fs-affiliates: 1 gift_card: 31 mc4wp-form: 1 nav_menu_item: 599 oembed_cache: 1 page: 143 porto_builder: 5 post: 17 product: 753 product_variation: 233 revision: 10695 secupress_log_err404: 1000 shop_coupon: 2688 shop_order: 27093 shop_order_refund: 225 tbay_brand: 6 tbay_customtab: 1 tbay_footer: 1 tbay_header: 2 tbay_megamenu: 9 tbay_testimonial: 6 tc_api_keys: 2 tc_events: 1 tc_templates: 2 tc_tickets_instances: 211 wp_global_styles: 1 wpcf7_contact_form: 3 wpforms: 7 yith-wccos-ostatus: 15 ywdpd_discount: 5 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (33) ### Template Library and Redux Framework: par Extendify – 4.3.26 Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: par codewoogeek – 3.2 Chronopost: par Adexos – 1.2.7 CMB2: par CMB2 team – 2.10.1 Colissimo shipping methods for WooCommerce: par Colissimo – 1.7.5 Contact Form 7: par Takayuki Miyoshi – 5.7.4 Elementor: par Elementor.com – 3.11.5 Elyamaje Cadeau: par Adrien – 0.1 Site Kit by Google: par Google – 1.96.0 LiteSpeed Cache: par Technologies LiteSpeed – 5.3.3 Loco Translate: par Tim Whitlock – 2.6.4 Maintenance: par WebFactory Ltd – 4.07 Payplug pour WooCommerce: par Payplug – 2.2.1 Gutenberg PDF Viewer Block: par audrasjb – 1.1 Porto Theme - Functionality: par P-Themes – 2.7.4 Factures WooCommerce PDF, bons de livraison, bons de livraison et étiquettes d'expédition: par WebToffee – 4.0.6 PW WooCommerce Gift Cards Pro: par Pimwick LLC – 1.435 Slider Revolution: par ThemePunch – 6.6.11 Scalapay Easy Installment Gateway: par Scalapay – 1.2.5 User Role Editor: par Vladimir Garagulya – 4.63.3 Products Filter for WooCommerce: par realmag777 – 2.2.9.4 WooCommerce: par Automattic – 7.4.1 (une mise à jour de la version 7.5.1 est disponible) WOOT - WooCommerce Active Products Tables: par realmag777 – 2.0.6 Asset CleanUp : Page Speed Booster: par Gabe Livan – 1.3.9.0 WP Go Maps (formerly WP Google Maps): par WP Google Maps – 9.0.18 WP Mail SMTP: par WPForms – 3.7.0 WP Search with Algolia: par WebDevStudios – 2.4.0 Smush: par WPMU DEV – 3.12.6 WPForms Lite: par WPForms – 1.8.0.1 YITH WooCommerce Bulk Product Editing Premium: par YITH – 1.2.29 YITH WooCommerce Custom Order Status Premium: par YITH – 1.2.9 YITH WooCommerce Dynamic Pricing and Discounts Premium: par YITH – 3.5.0 YITH WooCommerce Wishlist: par YITH – 3.18.0 ### Inactive Plugins (3) ### CS Remove Version Number From CSS & JS: par Chetan Satasiya – 1.0.1 Tickera (Premium): par Tickera.com – 3.4.9.2 Tickera Bridge for WooCommerce: par Tickera – 1.3.2 ### Dropin Plugins (1) ### object-cache.php: object-cache.php ### Must Use Plugins (2) ### SecuPress COOKIEHASH: par – 2.0 SecuPress Salt Keys: par – 2.0 ### Settings ### API Enabled: – Force SSL: – Currency: EUR (€) Currency Position: right_space Thousand Separator: . Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) gift-card (gift-card) grouped (grouped) pw gift card (pw-gift-card) simple (simple) 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: – Enforce Approved Product Download Directories: – Order datastore: WC_Order_Data_Store_CPT ### WC Pages ### Base de la boutique: #6 - /shop/ Panier: #7 - /cart-2/ Commander: #57391 - /checkout-2/ Mon compte: #9 - /my-account-2/ Conditions générales de vente et d’utilisation: #1662 - /c-g-v/ ### Theme ### Name: Porto Child Version: 1.1 Author URL: https://www.portotheme.com/ Child Theme: ? Parent Theme Name: Porto Parent Theme Version: 6.7.4 Parent Theme Author URL: https://www.portotheme.com/ WooCommerce Support: ? ### Templates ### Overrides: porto/woocommerce/archive-product.php porto/woocommerce/cart/cart-empty.php porto/woocommerce/cart/cart-shipping.php porto/woocommerce/cart/cart-totals.php porto/woocommerce/cart/cart.php porto/woocommerce/cart/cross-sells.php porto/woocommerce/cart/mini-cart.php porto/woocommerce/cart/proceed-to-checkout-button.php porto/woocommerce/cart/shipping-calculator.php porto/woocommerce/checkout/form-billing.php porto/woocommerce/checkout/form-checkout.php porto/woocommerce/checkout/form-coupon.php porto/woocommerce/checkout/form-login.php porto/woocommerce/checkout/form-pay.php porto/woocommerce/checkout/form-shipping.php porto/woocommerce/checkout/payment-method.php porto/woocommerce/checkout/payment.php porto/woocommerce/checkout/review-order.php porto/woocommerce/checkout/thankyou.php porto/woocommerce/content-product-cat.php porto/woocommerce/content-product.php porto/woocommerce/content-single-product.php porto/woocommerce/content-widget-product.php porto-child/woocommerce/emails/customer-completed-order.php porto-child/woocommerce/emails/customer-processing-order.php porto-child/woocommerce/emails/email-footer.php version 3.7.0 est obsolète. La version du noyau est 7.4.0 porto-child/woocommerce/emails/email-header.php version 4.0.0 est obsolète. La version du noyau est 7.4.0 porto/woocommerce/global/form-login.php porto/woocommerce/global/quantity-input.php porto/woocommerce/global/wrapper-start.php porto/woocommerce/loop/add-to-cart.php porto/woocommerce/loop/loop-end.php porto/woocommerce/loop/loop-start.php porto/woocommerce/loop/no-products-found.php porto/woocommerce/loop/orderby.php porto/woocommerce/loop/pagination.php porto/woocommerce/loop/rating.php porto/woocommerce/loop/sale-flash.php porto/woocommerce/myaccount/dashboard.php porto/woocommerce/myaccount/downloads.php porto/woocommerce/myaccount/form-add-payment-method.php porto/woocommerce/myaccount/form-edit-account.php porto/woocommerce/myaccount/form-edit-address.php porto/woocommerce/myaccount/form-login.php porto/woocommerce/myaccount/form-lost-password.php porto/woocommerce/myaccount/form-reset-password.php porto/woocommerce/myaccount/lost-password-confirmation.php porto/woocommerce/myaccount/my-account.php porto/woocommerce/myaccount/my-address.php porto/woocommerce/myaccount/my-downloads.php porto/woocommerce/myaccount/my-orders.php porto/woocommerce/myaccount/navigation.php porto/woocommerce/myaccount/orders.php porto/woocommerce/myaccount/payment-methods.php porto/woocommerce/myaccount/view-order.php porto/woocommerce/order/form-tracking.php porto/woocommerce/order/order-details-customer.php porto/woocommerce/order/order-details.php porto/woocommerce/order/order-downloads.php porto/woocommerce/order/tracking.php porto/woocommerce/single-product/add-to-cart/simple.php porto/woocommerce/single-product/add-to-cart/variable.php porto/woocommerce/single-product/meta.php porto/woocommerce/single-product/product-attributes.php porto/woocommerce/single-product/product-image.php porto/woocommerce/single-product/product-thumbnails.php porto/woocommerce/single-product/rating.php porto/woocommerce/single-product/related.php porto/woocommerce/single-product/review-meta.php porto/woocommerce/single-product/review-rating.php porto/woocommerce/single-product/review.php porto/woocommerce/single-product/sale-flash.php porto/woocommerce/single-product/short-description.php porto/woocommerce/single-product/tabs/tabs.php porto/woocommerce/single-product/title.php porto/woocommerce/single-product/up-sells.php porto/woocommerce/single-product-reviews.php Outdated Templates: ? Apprenez comment mettre à jour ### Pimwick Plugins ### PW WooCommerce Gift Cards Pro: License key: PW-630604d1965ed Result: success Cached: 2023-03-31 ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks import-products-task experimental-fashion-sample-products shipping-smart-defaults shipping-setting-tour homescreen marketing multichannel-marketing mobile-app-banner navigation new-product-management-experience onboarding onboarding-tasks 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: minified-js product-variation-management settings Daily Cron: ? Next scheduled: 2023-03-31 10:29:44 +02:00 Options: ? Notes: 20 Onboarding: completed ### Action Scheduler ### Annulé: 1 Oldest: 2023-03-30 17:30:42 +0200 Newest: 2023-03-30 17:30:42 +0200 Terminé: 59?106 Oldest: 2023-02-28 10:03:43 +0100 Newest: 2023-03-31 11:00:45 +0200 échoué: 23 Oldest: 2021-10-30 00:52:28 +0200 Newest: 2023-03-27 14:27:46 +0200 En attente: 12 Oldest: 2023-03-31 11:04:09 +0200 Newest: 2023-04-04 10:51:46 +0200 ### Status report information ### Generated at: 2023-03-31 11:02:49 +02:00 `
Forum: Plugins
In reply to: [WP Search with Algolia] Algolia number of queriesBecause i want make research only on all products and not all posts. I have two search entries (possible to see on elyamaje.com), and post_products is the good one.
View post on imgur.com
Forum: Plugins
In reply to: [WP Search with Algolia] Algolia number of queriesOk thank you for this information, I have looked into all of that, and I also have a question about the indexes. I deleted one called “searchable_post” and it was recreated, how is this managed? Is a build done at regular intervals?
View post on imgur.com
Forum: Plugins
In reply to: [WP Search with Algolia] Algolia number of queriesHi !
I use both Autocomplete and Instantsearch, and I have two indexes, wp_post_product and wp_searchable_posts, which are copies and both contain 1500 records (only products). I have 1k-3k Search requests/ days…
- This reply was modified 1 year, 8 months ago by adrien99.
Forum: Plugins
In reply to: [WP Search with Algolia] WP Search with AlgoliaOk thanks, finaly i have just changed index name. It’s possible to filter only on the names of the products and not the content ?
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] YITH Woocommerce WaitlistHello, thank you for your answer.
I have not meta box in the edit product page.