• Resolved juliamb

    (@juliamb)


    Hi!

    I have a website where WooCommerce has been working just fine for almost 3 years, but lately, I’m having some issues with some orders.
    The shop has variable products depending on the amount of product the client buys. The problem is that in a few orders the price is miscalculated because the variation is not loading properly. For example, the client selects 100gr of a product but in the order, the price for that product is not correct, it’s the price set for the 50gr variation.

    It is not happening in all the orders and when it does, it is with different products (so I guess it is not a product issue). When I detect the error, I replicate the same order to see if I get the same error but then is working, so I don’t know if has to do something with the user cache or connection? I have no idea what could be happening, that is why I’m asking here.

    The last thing I want to say is that for the orders with this issue, on the order page, the product that its price is miscalculated doesn’t show the variation ID but the variation name (the weight, in this case). So if I have 3 products, on the order page I see each product name and right under it the ID for the variation selected BUT with the problematic products is not showing the ID.
    I inspected the code in this page and I see that, for this products, in the name <td> tag is not loading the wc-order-item-variation <div>, the code differs:
    Instead of having this code:

    <td class="name" data-sort-value="Rooibos Canela Naranja - 50gr">
    <a href="xxxx" class="wc-order-item-name">Rooibos Canela Naranja - 50gr</a>
    <strong><div class="wc-order-item-variation"><strong>ID de la variación:</strong> 1084</div>	</strong>	
    <input type="hidden" class="order_item_id" name="order_item_id[]" value="4877"><input type="hidden" name="order_item_tax_class[4877]" value="">
    <div class="view"></div>
    ...

    I have this:

    <td class="name" data-sort-value="Té negro chai">
    <a href="xxx" class="wc-order-item-name">Té negro chai</a>
    <input type="hidden" class="order_item_id" name="order_item_id[]" value="4878">
    <input type="hidden" name="order_item_tax_class[4878]" value="tasa-reducida">
    <strong><div class="view">
     <table cellspacing="0" class="display_meta">
    	<tbody>
           <tr><th>Pesos:</th><td><p>100gr</p></td></tr>
    	</tbody>
    </table>
    </div></strong>

    Could you help me?

    Thank you very much in advance, regards!

Viewing 8 replies - 1 through 8 (of 8 total)
  • laceyrod

    (@laceyrod)

    Automattic Happiness Engineer

    Howdy @juliamb

    Thanks for reaching out.

    As I understand, in some orders, the variation price is not matching its correct price. When you see a problem order come through, you try to replicate by placing a test order of the exact same specs, and you’re not able to reproduce it. How odd!

    Would you mind copying and pasting your System Status Report into this thread so that I can check for any red flags there? You can find this by going to WooCommerce > Status > System Status > Get System Report in your WP-Admin dashboard.

    Thanks and looking forward to your reply!

    Thread Starter juliamb

    (@juliamb)

    Thank you for your answer, @laceyrod!

    Here’s the status report:

    
    ### WordPress Environment ###
    
    WordPress address (URL): https://laciudadperdida.net
    Site address (URL): https://laciudadperdida.net
    WC Version: 4.5.2
    REST API Version: ? 4.5.2
    WC Blocks Version: ? 3.5.0
    Action Scheduler Version: ? 3.1.6
    WC Admin Version: ? 1.5.0
    Log Directory Writable: ?
    WP Version: 5.5.1
    WP Multisite: –
    WP Memory Limit: 768 MB
    WP Debug Mode: –
    WP Cron: ?
    Language: es_ES
    External object cache: –
    
    ### Server Environment ###
    
    Server Info: Apache
    PHP Version: 7.2.29
    PHP Post Max Size: 128 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 3000
    cURL Version: 7.59.0
    OpenSSL/1.0.2r
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.40-84.0-log
    Max Upload Size: 128 MB
    Default Timezone is UTC: ?
    fsockopen/cURL: ?
    SoapClient: ?
    DOMDocument: ?
    GZip: ?
    Multibyte String: ?
    Remote Post: ?
    Remote Get: ?
    
    ### Database ###
    
    WC Database Version: 4.5.2
    WC Database Prefix: wp_
    Tama?o total de la base de datos: 104.98MB
    Tama?o de los datos de la base de datos: 77.08MB
    Tama?o del índice de la base de datos: 27.90MB
    wp_woocommerce_sessions: Datos: 2.02MB + índice: 0.05MB + Motor InnoDB
    wp_woocommerce_api_keys: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_woocommerce_attribute_taxonomies: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_woocommerce_downloadable_product_permissions: Datos: 0.02MB + índice: 0.06MB + Motor InnoDB
    wp_woocommerce_order_items: Datos: 0.31MB + índice: 0.11MB + Motor InnoDB
    wp_woocommerce_order_itemmeta: Datos: 2.52MB + índice: 3.03MB + Motor InnoDB
    wp_woocommerce_tax_rates: Datos: 0.02MB + índice: 0.06MB + Motor InnoDB
    wp_woocommerce_tax_rate_locations: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_woocommerce_shipping_zones: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_woocommerce_shipping_zone_locations: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_woocommerce_shipping_zone_methods: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_woocommerce_payment_tokens: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_woocommerce_payment_tokenmeta: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_woocommerce_log: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_actionscheduler_actions: Datos: 6.19MB + índice: 3.14MB + Motor InnoDB
    wp_actionscheduler_claims: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_actionscheduler_groups: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_actionscheduler_logs: Datos: 3.52MB + índice: 3.03MB + Motor InnoDB
    wp_ac_abandoned_cart_history_lite: Datos: 1.08MB + índice: 0.00MB + Motor InnoDB
    wp_ac_email_templates_lite: Datos: 0.03MB + índice: 0.00MB + Motor InnoDB
    wp_ac_guest_abandoned_cart_history_lite: Datos: 0.06MB + índice: 0.00MB + Motor InnoDB
    wp_ac_sent_history_lite: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_adtribes_my_conversions: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_cex_customer_codes: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_customer_options: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_envios_bultos: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_history: Datos: 0.08MB + índice: 0.00MB + Motor InnoDB
    wp_cex_migrations: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_officedeliverycorreo: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_savedmodeships: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_cex_savedsenders: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_cex_savedships: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_commentmeta: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_comments: Datos: 1.52MB + índice: 1.00MB + Motor InnoDB
    wp_eum_logs: Datos: 0.23MB + índice: 0.00MB + Motor InnoDB
    wp_failed_jobs: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_imgoptimizations: Datos: 1.52MB + índice: 0.00MB + Motor InnoDB
    wp_imgoptimizeractions: Datos: 0.08MB + índice: 0.00MB + Motor InnoDB
    wp_links: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_mailchimp_carts: Datos: 0.17MB + índice: 0.00MB + Motor InnoDB
    wp_mailchimp_jobs: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_actions: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_action_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_fields: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_field_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_forms: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_form_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_objects: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_object_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_nf3_relationships: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_options: Datos: 6.34MB + índice: 0.42MB + Motor InnoDB
    wp_postmeta: Datos: 11.52MB + índice: 11.03MB + Motor InnoDB
    wp_posts: Datos: 14.52MB + índice: 0.84MB + Motor InnoDB
    wp_queue: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sg_action: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sg_config: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sg_schedule: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sms_send: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sms_subscribes: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_sms_subscribes_group: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_termmeta: Datos: 0.05MB + índice: 0.03MB + Motor InnoDB
    wp_terms: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_term_relationships: Datos: 0.22MB + índice: 0.20MB + Motor InnoDB
    wp_term_taxonomy: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_usermeta: Datos: 3.52MB + índice: 2.02MB + Motor InnoDB
    wp_users: Datos: 0.08MB + índice: 0.05MB + Motor InnoDB
    wp_wc_admin_notes: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_admin_note_actions: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wc_category_lookup: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_customer_lookup: Datos: 0.06MB + índice: 0.03MB + Motor InnoDB
    wp_wc_download_log: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_wc_order_coupon_lookup: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_wc_order_product_lookup: Datos: 0.25MB + índice: 0.30MB + Motor InnoDB
    wp_wc_order_stats: Datos: 0.08MB + índice: 0.05MB + Motor InnoDB
    wp_wc_order_tax_lookup: Datos: 0.08MB + índice: 0.06MB + Motor InnoDB
    wp_wc_point_of_sale_cache: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_point_of_sale_sale_reports: Datos: 0.00MB + índice: 0.00MB + Motor MyISAM
    wp_wc_poin_of_sale_grids: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_outlets: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_receipts: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_registers: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_tabs: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_tabs_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_poin_of_sale_tiles: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_product_meta_lookup: Datos: 0.17MB + índice: 0.36MB + Motor InnoDB
    wp_wc_reserved_stock: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wc_tax_rate_classes: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wc_webhooks: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wfBlockedIPLog: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfBlocks7: Datos: 0.02MB + índice: 0.05MB + Motor InnoDB
    wp_wfConfig: Datos: 1.23MB + índice: 0.00MB + Motor InnoDB
    wp_wfCrawlers: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfFileChanges: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfFileMods: Datos: 8.52MB + índice: 0.00MB + Motor InnoDB
    wp_wfHits: Datos: 0.22MB + índice: 0.05MB + Motor InnoDB
    wp_wfHoover: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wfIssues: Datos: 0.02MB + índice: 0.06MB + Motor InnoDB
    wp_wfKnownFileList: Datos: 3.52MB + índice: 0.00MB + Motor InnoDB
    wp_wfLiveTrafficHuman: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wfLocs: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfLogins: Datos: 0.25MB + índice: 0.06MB + Motor InnoDB
    wp_wfls_2fa_secrets: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_wfls_settings: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfNotifications: Datos: 0.09MB + índice: 0.00MB + Motor InnoDB
    wp_wfPendingIssues: Datos: 0.02MB + índice: 0.06MB + Motor InnoDB
    wp_wfReverseCache: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wfSNIPCache: Datos: 0.02MB + índice: 0.05MB + Motor InnoDB
    wp_wfStatus: Datos: 0.13MB + índice: 0.11MB + Motor InnoDB
    wp_wfTrafficRates: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_woobe_history: Datos: 0.02MB + índice: 0.05MB + Motor InnoDB
    wp_woobe_history_bulk: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_wpgdprc_access_requests: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wpgdprc_consents: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wpgdprc_delete_requests: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wpgdprc_log: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_wp_wc_poin_of_sale_cache: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_yith_wapo_groups: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_yith_wapo_types: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_yith_wccl_meta: Datos: 0.02MB + índice: 0.00MB + Motor InnoDB
    wp_yith_wcwl: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_yith_wcwl_lists: Datos: 0.02MB + índice: 0.06MB + Motor InnoDB
    wp_yoast_indexable: Datos: 2.52MB + índice: 0.73MB + Motor InnoDB
    wp_yoast_indexable_hierarchy: Datos: 0.02MB + índice: 0.05MB + Motor InnoDB
    wp_yoast_migrations: Datos: 0.02MB + índice: 0.02MB + Motor InnoDB
    wp_yoast_primary_term: Datos: 0.02MB + índice: 0.03MB + Motor InnoDB
    wp_yoast_seo_links: Datos: 0.06MB + índice: 0.03MB + Motor InnoDB
    wp_yoast_seo_meta: Datos: 2.52MB + índice: 0.00MB + Motor InnoDB
    
    ### Post Type Counts ###
    
    adl-shortcode: 1
    amn_envira-lite: 1
    attachment: 1149
    custom_css: 1
    cwginstocknotifier: 74
    envira: 2
    ml-slide: 1
    ml-slider: 1
    nav_menu_item: 76
    oembed_cache: 2
    page: 15
    pos_temp_register_or: 1
    post: 17
    product: 502
    product_variation: 847
    revision: 735
    shop_coupon: 3
    shop_order: 618
    shop_order_refund: 11
    telemetry: 32
    user_request: 1
    wcp_carousel: 1
    wpcf7_contact_form: 2
    yith-wcbm-badge: 6
    
    ### Security ###
    
    Secure connection (HTTPS): ?
    Hide errors from visitors: ?
    
    ### Active Plugins (40) ###
    
    Storefront Pro: por pootlepress – 5.8.1
    2MB Autocode: por 2MB Solutions – 1.2.5
    Antispam Bee: por pluginkollektiv – 2.9.2
    Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: por codewoogeek – 1.9.9 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    Backup: por BackupGuard – 1.4.7
    Contact Form 7: por Takayuki Miyoshi – 5.2.2
    GDPR Cookie Consent: por WebToffee – 1.9.1
    Correos Express Plugin: por Correos Express – 2.4.13
    Bulk Edit Products, Prices & Attributes for Woocommerce: por XAdapter – 2.3.9 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    Enhanced E-commerce for Woocommerce store: por Tatvic – 2.3.5 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    Enhanced Media Library: por wpUXsolutions – 2.7.2
    Envira Gallery: por Envira Gallery Team – 1.8.6.3
    Facebook for WooCommerce: por Facebook – 2.0.3
    RGPD: por Trew Knowledge – 2.1.2
    Mailchimp for WooCommerce: por Mailchimp – 2.4.7 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    Post Grid & Carousel Ultimate: por AazzTech – 1.3.6
    SG Optimizer: por SiteGround – 5.6.7
    Easy Updates Manager: por Easy Updates Manager Team – 9.0.6
    Storefront Pro: por pootlepress – 5.8.1
    Under Construction: por WebFactory Ltd – 3.82
    WC Password Strength Settings: por Daniel Santoro – 2.2.0 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WOOBE - WooCommerce Bulk Editor and Products Manager: por realmag777 – 1.0.6.1 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WooCommerce Blocks: por Automattic – 3.5.0
    Product Feed PRO for WooCommerce: por AdTribes.io – 8.8.9
    Abandoned Cart Lite for WooCommerce: por Tyche Softwares – 5.8.1 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    Checkout Manager for WooCommerce: por QuadLayers – 5.2.9 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WooCommerce Realex Payments HPP: por SkyVerge – 2.1.1 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WP WooCommerce Mailchimp: por Saint Systems – 2.3.12 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WooCommerce Pay for Payment: por Karolína Vysko?ilová – 2.0.16 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    WooCommerce Shortcodes: por WooThemes
    Claudio Sanches – 1.0.0 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    
    WooCommerce: por Automattic – 4.5.2
    Wordfence Security: por Wordfence – 7.4.11
    WordPress Importer: por wordpressdotorg – 0.7
    Yoast SEO: por Equipo Yoast – 15.0
    WP Crontrol: por John Blackbourn & crontributors – 1.8.5
    WP GDPR Compliance: por Van Ons – 1.5.4
    Custom Product Tabs para WooCommerce: por YIKES
    Inc. – 1.7.5
    
    YITH WooCommerce Badge Management: por YITH – 1.4.4
    YITH WooCommerce Waiting List: por YITH – 1.5.1
    YITH WooCommerce Wishlist: por YITH – 3.0.14
    
    ### Inactive Plugins (5) ###
    
    Jetpack by WordPress.com: por Automattic – 9.0.1
    optimizador.io: por David Noguera (webempresa.com) – 1.0.22
    WooCommerce Helper: por WooCommerce – 1.7.2 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2 – Activado para la red
    WooCommerce Point of Sale: por Actuality Extensions – 4.5.33 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    YITH WooCommerce Product Add-ons: por YITH – 1.5.23.3 – Versión instalada no está probada con la versión activa de WooCommerce 4.5.2
    
    ### Settings ###
    
    API Enabled: ?
    Force SSL: ?
    Currency: EUR (€)
    Currency Position: right
    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)
    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 ###
    
    Base de la tienda: #5 - /tienda-de-te/
    Carrito: #6 - /carrito/
    Finalizar compra: #7 - /finalizar-compra/
    Mi cuenta: #8 - /mi-cuenta/
    Términos y condiciones: #256 - /aviso-legal/
    
    ### Theme ###
    
    Name: Storefront child theme
    Version: 1.0.0
    Author URL: https://juliamenndez.com
    Child Theme: ?
    Parent Theme Name: Storefront
    Parent Theme Version: 2.2.7 – 2.7.0 está disponible
    Parent Theme Author URL: https://woocommerce.com/
    WooCommerce Support: ?
    
    ### Templates ###
    
    Overrides: La  version 2.0.0 de storefront-child/woocommerce/archive-product.php está obsoleta. La versión del núcleo es la 3.4.0
    Outdated Templates: ?
    					
    					
    						Aprende cómo actualizar
    
    ### Realex Payments HPP ###
    
    Environment: Production
    Tokenization Enabled: –
    Debug Mode: Off
    
    ### Action Scheduler ###
    
    Cancelada: 11
    Oldest: 2020-09-11 10:30:19 +0000
    Newest: 2020-10-09 05:28:20 +0000
    
    Completo: 11.095
    Oldest: 2020-09-09 08:04:29 +0000
    Newest: 2020-10-10 08:01:20 +0000
    
    Fallida: 376
    Oldest: –
    Newest: –
    
    Pendiente: 7
    Oldest: 2020-10-10 08:15:18 +0000
    Newest: 2020-10-13 13:27:10 +0000
    
    

    Regards.

    Thread Starter juliamb

    (@juliamb)

    Hi, @laceyrod!

    Could you check this out? Is there any clue why this is happening?

    Thank you so much!

    Thread Starter juliamb

    (@juliamb)

    Hi!

    Can anybody from WooCommerce help me with this?

    I’m still having issues with the orders, the prices don’t match the variation selected. Is happening in random products and orders. If I try to reproduce an order with the same products as another one that had issues, it’s working, so I can’t detect a pattern or a problem for specific products.

    Thanks, regards.

    Thread Starter juliamb

    (@juliamb)

    Ok, I kept on searching on this forum and I found this topic that I think is the issue I’m experiencing https://www.ads-software.com/support/topic/order-placed-without-variations/.

    Maybe someone in the WooCommerce support team can confirm if I’m right.

    Thanks!

    laceyrod

    (@laceyrod)

    Automattic Happiness Engineer

    Hi @juliamb

    Thanks for your reply.

    I apologize for the delay- I haven’t been on forum duty for quite some time.

    > Ok, I kept on searching on this forum and I found this topic that I think is the issue I’m experiencing https://www.ads-software.com/support/topic/order-placed-without-variations/.

    It does indeed look like this problem you’re experiencing is stemming from this bug that should be addressed in WC 4.7.1.

    Until that update happens, can you try simply installing this plugin to see if it stops happening?: https://www.ads-software.com/plugins/enable-jquery-migrate-helper/

    Thanks!

    Thread Starter juliamb

    (@juliamb)

    Thank you, @laceyrod.

    I’ve installed that plugin, I hope this solves the issue until the next WC update.

    Regards!

    Thread Starter juliamb

    (@juliamb)

    Hi @laceyrod!

    I’ve updated WooCommerce but the issue happened again.
    It was doing ok with the plugin but AFTER the last WooCommerce update the problem came back.
    Could it be because the plugin doesn’t work along with the last update and I have to deactivate it? That is what I’ve just tried, I’m waiting for new orders to come in to check if this works but I want to make sure that this could be the reason…

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Product variation not saving correctly in the order’ is closed to new replies.