• Resolved Lucii1708

    (@lucienne1708)


    I have an issue with the order summary on the checkout page when viewed on a mobile phone. When you click on the summary, the information shifts to the right and doesn’t stay within the designated box.

    To see this, you need to add some products to the shopping bag.

    How can I fix this?

    Regards, Lucy

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Lucii1708

    (@lucienne1708)

    I also added the following code to my childtheme but it did not help: add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’ );

    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;

    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:

    if ( !function_exists( ‘chld_thm_cfg_locale_css’ ) ):
    function chld_thm_cfg_locale_css( $uri ){
    if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . ‘/rtl.css’ ) )
    $uri = get_template_directory_uri() . ‘/rtl.css’;
    return $uri;
    }
    endif;
    add_filter( ‘locale_stylesheet_uri’, ‘chld_thm_cfg_locale_css’ );
    add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’ );
    // END ENQUEUE PARENT ACTION

    Plugin Support Aamir

    (@aamiribsf)

    Hello @lucienne1708,

    Greetings for the day!

    I visited the checkout page by adding the product to the cart but couldn’t see the issue with the order summary section on mobile view.

    Here is the screenshot how it appears to me: https://bsf.d.pr/i/hPBtww

    Please let me know if there is any specific steps to see the issue or If I missed something.

    Best Regards,

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello@lucienne1708,

    We haven’t received a response from you for some time now. Based on the elapsed time and considering that you may have found a solution by now, I’m going to mark this thread as resolved.

    However, please feel free to start a new thread if you have any further questions or require additional assistance in the future.

    We’re here to help whenever you’re ready to continue.

    Thank you for your understanding and cooperation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Summary order is not showing in the box’ is closed to new replies.