Forum Replies Created

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter precies

    (@precies)

    Hello,

    I excluded the nonces that I found and that solved my problem.
    Thanks for the help and feedback.

    Kind regards,

    Joep

    Thread Starter precies

    (@precies)

    Hello,

    I just submitted the report:
    XXSBPMVF

    I also want to tell you I allready read things about the nonce issue. I went trought the files of the plug-in that is creating the error and found this rules:

    $action_name = 'rwp_ajax_action_rating'; wp_localize_script($this->plugin_slug . '-front-end-script', 'reviewerRatingObj', array('ajax_nonce' => wp_create_nonce($action_name), 'ajax_url' => admin_url('admin-ajax.php'), 'action' => $action_name));

    $action_name = 'rwp_ajax_action_like';
    wp_localize_script($this->plugin_slug . '-front-end-script', 'reviewerJudgeObj', array('ajax_nonce' => wp_create_nonce($action_name), 'ajax_url' => admin_url('admin-ajax.php'), 'action' => $action_name));
    $action_name = 'rwp_reviews_box_query_users_reviews';
    wp_localize_script($this->plugin_slug . '-front-end-script', 'reviewerQueryURs', array('ajax_nonce' => wp_create_nonce($action_name), 'ajax_url' => admin_url('admin-ajax.php'), 'action' => $action_name));
    $action_name = 'rwp_reviews_box_query_all_users_reviews';
    wp_localize_script($this->plugin_slug . '-front-end-script', 'reviewerQueryAllURs', array('ajax_nonce' => wp_create_nonce($action_name), 'ajax_url' => admin_url('admin-ajax.php'), 'action' => $action_name));

    This are not the only ones, I found more.

    If I place this:
    rwp_ajax_action_rating
    rwp_ajax_action_like
    rwp_reviews_box_query_users_reviews
    rwp_reviews_box_query_all_users_reviews

    in my ESI nonces, should this solve the problem?

    Thread Starter precies

    (@precies)

    Thank you for getting back to me. Was a little busy so did not had the time to submit a ticket.

    I just did so hopefully we can solve this:)

    Thread Starter precies

    (@precies)

    Hello,

    Thank you for your response. Do you have any idea when you get back from dev?
    Maybe you can leave the threath open until there is a solution so you can share this with me?:)

    Thread Starter precies

    (@precies)

    Hello,

    Thank you so much for this article. I managed to set it up like you set but for some reason the TTL is not working.

    I set it to 300 (thats like 5 minutes right?) but on every page refresh the Block is generated again.

    <!– Block generated by LiteSpeed Cache 4.4.3 on 2021-10-26 09:04:11 –>

    I get this comment and on every refresh the time changes. So the function is working and it is not part of the other cache anymore but the TTL is not working either. Any idea why the TTL is not working. I used it like this:

    function my_esi_block_esi_load()
    {
    do_action( 'litespeed_control_set_ttl', 300 );
    MYCODE
    }

    Also is there a way to hide the comment that is generated now?

    Thread Starter precies

    (@precies)

    Hello,

    It hard to provide screenshots of all the orders etc. But to give you an idea:
    https://snipboard.io/rxL6dP.jpg
    https://snipboard.io/3SGeoD.jpg

    I also added the system report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://customerwebsite.store
    Site address (URL): https://customerwebsite.store
    WC Version: 5.5.2
    REST API Version: ? 5.5.2
    WC Blocks Version: ? 5.3.3
    Action Scheduler Version: ? 3.2.1
    WC Admin Version: ? 2.4.4
    Log Directory Writable: ?
    WP Version: 5.8
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: en_US
    External object cache: ?
    
    ### Server Environment ###
    
    Server Info: LiteSpeed
    PHP Version: 7.4.21
    PHP Post Max Size: 256 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 3000
    cURL Version: 7.73.0
    NSS/3.44
    
    SUHOSIN Installed: –
    MySQL Version: 5.5.5-10.3.29-MariaDB-cll-lve
    Max Upload Size: 256 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 5.5.2
    WC Database Prefix: ib_
    Total Database Size: 277.04MB
    Database Data Size: 157.38MB
    Database Index Size: 119.66MB
    ib_woocommerce_sessions: Data: 1.02MB + Index: 0.02MB + Engine InnoDB
    ib_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ib_woocommerce_order_items: Data: 3.52MB + Index: 1.50MB + Engine InnoDB
    ib_woocommerce_order_itemmeta: Data: 20.53MB + Index: 20.98MB + Engine InnoDB
    ib_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
    ib_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_woocommerce_shipping_zone_methods: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ib_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_actionscheduler_actions: Data: 8.13MB + Index: 10.91MB + Engine InnoDB
    ib_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_actionscheduler_logs: Data: 13.39MB + Index: 5.16MB + Engine InnoDB
    ib_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_bv_ip_store: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_commentmeta: Data: 0.44MB + Index: 0.44MB + Engine InnoDB
    ib_comments: Data: 17.55MB + Index: 15.05MB + Engine InnoDB
    ib_elfsight_instagram_feed_cache: Data: 1.42MB + Index: 0.00MB + Engine InnoDB
    ib_elfsight_instagram_feed_ig_user: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_elfsight_instagram_feed_user: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_elfsight_instagram_feed_widgets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_gf_draft_submissions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_gf_entry: Data: 0.25MB + Index: 0.06MB + Engine InnoDB
    ib_gf_entry_meta: Data: 1.52MB + Index: 0.63MB + Engine InnoDB
    ib_gf_entry_notes: Data: 0.20MB + Index: 0.06MB + Engine InnoDB
    ib_gf_form: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_gf_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_gf_form_revisions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_gf_form_view: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_gf_rest_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_hostnet_mailer: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_litespeed_cssjs: Data: 0.09MB + Index: 0.03MB + Engine InnoDB
    ib_litespeed_img_optm: Data: 0.16MB + Index: 0.11MB + Engine InnoDB
    ib_litespeed_img_optming: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ib_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_mollie_pending_payment: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_options: Data: 19.22MB + Index: 1.25MB + Engine InnoDB
    ib_postmeta: Data: 51.48MB + Index: 48.03MB + Engine InnoDB
    ib_posts: Data: 5.44MB + Index: 3.59MB + Engine InnoDB
    ib_redirection_404: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ib_redirection_groups: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_redirection_items: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    ib_redirection_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ib_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_usermeta: Data: 0.14MB + Index: 0.06MB + Engine InnoDB
    ib_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
    ib_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_wc_customer_lookup: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
    ib_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_wc_order_product_lookup: Data: 3.52MB + Index: 2.89MB + Engine InnoDB
    ib_wc_order_stats: Data: 1.52MB + Index: 1.05MB + Engine InnoDB
    ib_wc_order_tax_lookup: Data: 1.52MB + Index: 0.59MB + Engine InnoDB
    ib_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
    ib_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    ib_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_wpmailsmtp_tasks_meta: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
    ib_yoast_indexable: Data: 3.52MB + Index: 5.13MB + Engine InnoDB
    ib_yoast_indexable_hierarchy: Data: 0.14MB + Index: 0.22MB + Engine InnoDB
    ib_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
    ib_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_yoast_seo_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
    ib_yoast_seo_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
    
    ### Post Type Counts ###
    
    acf-field: 26
    acf-field-group: 6
    attachment: 109
    br_labels: 1
    mc4wp-form: 1
    nav_menu_item: 8
    odr_master_log: 229
    odr_order_bump: 1
    odr_template: 1
    oembed_cache: 2
    page: 14
    post: 1
    product: 11
    product_variation: 15
    revision: 63
    shop_order: 11303
    shop_order_refund: 57
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (34) ###
    
    ManageWP - Worker: by GoDaddy – 4.9.9
    Gravity Forms: by Gravity Forms – 2.5.7
    Advanced Custom Fields PRO: by Delicious Brains – 5.9.9
    WooCommerce Advanced Product Labels: by BeRocket – 1.2.3
    Better Search Replace: by Delicious Brains – 1.3.4
    WordPress Backup & Security Plugin - BlogVault: by Backup by BlogVault – 4.63
    Classic Editor: by WordPress Contributors – 1.6.2
    DHL for WooCommerce: by DHL – 2.5.10
    Google Tag Manager for WordPress: by Thomas Geiger – 1.13.1
    Elfsight Instagram Feed CC: by Elfsight – 4.0.1
    Facebook for WooCommerce: by Facebook – 2.6.1
    Genesis Connect for WooCommerce: by StudioPress – 1.1.1
    Head & Footer Code: by Aleksandar Urosevic – 1.2.3
    LiteSpeed Cache: by LiteSpeed Technologies – 3.6.4
    Mollie Payments for WooCommerce: by Mollie – 6.5.2
    Order Bump for WooCommerce: by FantasticPlugins – 1.4
    PixelYourSite: by PixelYourSite – 8.2.5
    Product Catalog Feed by PixelYourSite: by PixelYourSite – 2.0.0
    Qty Increment Buttons for WooCommerce: by taisho – 2.7.5
    Redirection: by John Godley – 5.1.3
    Safe SVG: by Daryll Doyle – 1.9.9
    Simple Custom Post Order: by Colorlib – 2.5.6
    Under Construction: by WebFactory Ltd – 3.89
    WooCommerce PostNL: by PostNL – 4.3.3
    WooCommerce Address Validation: by SkyVerge – 2.7.0
    WooCommerce Composite Products: by SomewhereWarm – 7.1.6
    WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.9.0
    WooCommerce Shipment Tracking: by WooCommerce – 1.6.25
    xCore Rest API extension: by Dealer4Dealer – 1.8.3
    WooCommerce: by Automattic – 5.5.2
    Yoast SEO: by Team Yoast – 16.7
    WP Mail SMTP: by WPForms – 2.9.0
    YITH WooCommerce Added to Cart Popup Premium: by YITH – 1.8.4
    YITH WooCommerce Waiting List Premium: by YITH – 1.9.10
    
    ### Inactive Plugins (3) ###
    
    Akismet Anti-Spam: by Automattic – 4.1.10
    Booster Plus for WooCommerce: by Pluggabl LLC – 5.3.5
    Enhanced E-commerce for Woocommerce store: by Tatvic – 3.0.5
    
    ### Dropin Plugins (2) ###
    
    maintenance.php: maintenance.php
    object-cache.php: object-cache.php
    
    ### Must Use Plugins (1) ###
    
    ManageWP - Worker Loader: by GoDaddy –
    
    ### Settings ###
    
    API Enabled: ?
    Force SSL: –
    Currency: EUR (€)
    Currency Position: left
    Thousand Separator: .
    Decimal Separator: ,
    Number of Decimals: 2
    Taxonomies: Product Types: composite (composite)
    external (external)
    grouped (grouped)
    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: –
    
    ### WC Pages ###
    
    Shop base: #6 - /
    Cart: #7 - /cart/
    Checkout: #8 - /checkout/
    My account: #9 - /my-account/
    Terms and conditions: ? Page not set
    
    ### Theme ###
    
    Name: Customer Website
    Version: 3.1.0
    Author URL: https://www.precies.nl/
    Child Theme: ?
    Parent Theme Name: Genesis
    Parent Theme Version: 3.3.4
    Parent Theme Author URL: https://www.studiopress.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: customerwebsite/woocommerce/archive-product.php
    customerwebsite/woocommerce/cart/cart-empty.php
    customerwebsite/woocommerce/cart/cart-item-data.php
    customerwebsite/woocommerce/cart/cart-shipping.php
    customerwebsite/woocommerce/cart/cart-totals.php
    customerwebsite/woocommerce/cart/cross-sells.php version 3.0.0 is out of date. The core version is 4.4.0
    customerwebsite/woocommerce/cart/mini-cart.php version 3.7.0 is out of date. The core version is 5.2.0
    customerwebsite/woocommerce/cart/proceed-to-checkout-button.php
    customerwebsite/woocommerce/cart/shipping-calculator.php version 3.5.0 is out of date. The core version is 4.0.0
    customerwebsite/woocommerce/checkout/cart-errors.php
    customerwebsite/woocommerce/checkout/form-billing.php
    customerwebsite/woocommerce/checkout/form-checkout.php
    customerwebsite/woocommerce/checkout/form-coupon.php
    customerwebsite/woocommerce/checkout/form-login.php version 3.4.0 is out of date. The core version is 3.8.0
    customerwebsite/woocommerce/checkout/form-pay.php version 3.4.0 is out of date. The core version is 5.2.0
    customerwebsite/woocommerce/checkout/form-shipping.php
    customerwebsite/woocommerce/checkout/order-receipt.php
    customerwebsite/woocommerce/checkout/thankyou.php version 3.2.0 is out of date. The core version is 3.7.0
    customerwebsite/woocommerce/content-product.php
    customerwebsite/woocommerce/content-single-product.php
    customerwebsite/woocommerce/emails/customer-completed-order.php
    customerwebsite/woocommerce/emails/customer-on-hold-order.php
    customerwebsite/woocommerce/emails/customer-processing-order.php
    customerwebsite/woocommerce/loop/loop-start.php
    customerwebsite/woocommerce/loop/orderby.php
    customerwebsite/woocommerce/loop/price.php
    customerwebsite/woocommerce/single-product/add-to-cart/simple.php
    customerwebsite/woocommerce/single-product/add-to-cart/variable.php
    customerwebsite/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
    customerwebsite/woocommerce/single-product/add-to-cart/variation.php
    customerwebsite/woocommerce/single-product/price.php
    customerwebsite/woocommerce/single-product/product-image.php
    customerwebsite/woocommerce/single-product/related.php version 3.0.0 is out of date. The core version is 3.9.0
    customerwebsite/woocommerce/single-product/tabs/tabs.php
    customerwebsite/woocommerce/single-product/title.php
    customerwebsite/woocommerce/single-product.php version 0.9.8 is out of date. The core version is 1.6.4
    customerwebsite/woocommerce/taxonomy-product_cat.php version 1.6.4 is out of date. The core version is 4.7.0
    
    Outdated Templates: ?
    					
    					
    						Learn how to update
    
    ### Composite Products ###
    
    Database Version: 7.1.6
    Loopback Test: ?
    Template Overrides: –
    
    ### Address Validation ###
    
    Active Provider: Loqate
    Configured: ?
    Validate international addresses: Yes
    Debug Mode: Yes
    Geocode Addresses: No
    Classify Addresses: No
    Force Customer to look-up address via Postcode: No
    
    ### Action Scheduler ###
    
    Complete: 15,276
    Oldest: 2021-07-02 08:20:52 +0000
    Newest: 2021-08-02 07:18:40 +0000
    
    Failed: 3,814
    Oldest: 2020-10-05 10:18:17 +0000
    Newest: 2020-11-27 07:44:59 +0000
    
    Pending: 1
    Oldest: 2021-08-02 07:28:40 +0000
    Newest: 2021-08-02 07:28:40 +0000
    
    ### Status report information ###
    
    Generated at: 2021-08-02 07:21:15 +00:00
    

    I also did some furder research myself but I can’t figure out why there is a difference in amount of orders…

    Once again, thanks a lot for taking a look with me:)

    Thread Starter precies

    (@precies)

    Hello Saravanan,

    Thank you so much for this solution. Unfortunately this is not working and the orders and taxes still don’t match… Maybe you have some other solution?

    Kind regards,

    Joep

    Thread Starter precies

    (@precies)

    Hello Ernest,

    Thank you for the response. That is not the problem, I want to search in ACF fields and groups. I got my options like this:

    But is if I remove “acf-field-group” it doesnt search the text in ACF anymore and so my results are not as they should be.

    When I add “acf-field-group” I got better results but for some strange reason he also show this kind of garbage:
    Header title
    header-title

    and this is the link to the post:
    domainname.com/?post_type=acf-field-group&p=362

    Any other solutions for this problem?

    Kind regards,

    Joep

    Thread Starter precies

    (@precies)

    Hello Shadi,

    Thank you for the fast answer. Saving the permalinks did not work for downloading the Waybill:( Nothing happens…

    I am able to create a label individual for the orders but this shop is most likely to get a lot of orders so we would realy like the bulk create labels here and that is not working.

    Any other ideas why this is happening? I am using the latest version of the plug-in.

    Kind regards,

    Joep

    Thread Starter precies

    (@precies)

    Hello there,

    Thanks for the quick response. It is a pity that you immediately come up with a paid WooCommerce plug-in while this has nothing to do with the problem.

    The problem I have is in the WooCommerce documentation:
    https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/

    These are just normal usable WooCommerce hooks and not a “fairly complex development topic” ….

    The hooks are working fine only not for billing state. Maybe a WooCommerce bug or something else but it is strange.

    If anybody can help me with this that would be great.

    Thanks in advance.

    Thread Starter precies

    (@precies)

    Done:)

    Thread Starter precies

    (@precies)

    Hello Marko,

    Thanks for the fast response and the clear answers! I managed to fix my issue with the first option: User Agent Groups.

    Problem is fixed now!:)

    Thread Starter precies

    (@precies)

    Hello,

    I received an e-mail from Mark from support and for some reason Excel did not save the sheet as CSV comma seperated. Makr gave me the advise to use LibreOffice and that did the trick.

    Thank you very much!

    Thread Starter precies

    (@precies)

    Hello,

    Thank you for the fast response. I e-mailed at support the CSV I am talking about.

    Hope you can make sense of what is wrong whith the CSV after saving it again in UTF-8 comma seperated…

    Kind regards

    Joep

    Thread Starter precies

    (@precies)

    Done:)

Viewing 15 replies - 16 through 30 (of 33 total)