• Hello,

    I’m experiencing an issue with WooCommerce related to product variations. The variations added to a product are not being transmitted to the cart as additional information, nor are they appearing in orders when a customer places an order with a specific variation. As a result, the chosen variation (such as size, color, etc.) is not visible in either the cart or the order details.

    Below, I’ve included screenshots showing how the information was displayed previously and how it appears now after the issue occurred:

    Before the issue:
    https://ibb.co/xFGXQr6

    After the issue:
    https://ibb.co/GPB2MZg
    https://ibb.co/qgqXxp9

    This problem is quite burdensome as the store administrator cannot easily determine which variation the customer selected, making order management more difficult.

    I’ve tried several solutions found on forums, including:

    • Writing a custom plugin
    • Adding the following filters:
      add_filter('woocommerce_product_variation_title_include_attributes', '__return_true'); add_filter('woocommerce_is_attribute_in_product_name', '__return_true');

    Unfortunately, none of these solutions have resolved the issue. I would appreciate any help in identifying the root cause of this problem and suggestions on how to fix it. Any assistance or insights would be greatly appreciated.

    • This topic was modified 9 hours, 3 minutes ago by komadistudio.

    The page I need help with: [log in to see the link]

  • You must be logged in to reply to this topic.