Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1212310

    Using the WooCommerce Plugin – https://docs.woocommerce.com/document/multiple-ship-to-addresses/
    There seems to be some compatibility issues.
    On the checkout page, in the “Modify/Add Addresses” view, where you select which products are going to which address gets squished together. The quantity, address, and delete button fields don’t display properly.

    Are there any suggestions on how to fix this?

    #1212485

    Hey STRITZ,

    Are you able to screenshot the issue?

    Best regards,
    Jordan Shannon

    #1212720

    Sent link in private content

    • This reply was modified 4 years, 4 months ago by STRITZ.
    #1212737

    Hi,

    Okay thanks I see, but I’m still having trouble finding that part of the checkout process.

    Best regards,
    Jordan Shannon

    #1212802

    Okay, here is steps to get there:
    1. Add multiple products to your cart
    2. Navigate to the checkout page
    3. You should see a message that says “You may use multiple shipping addresses on this cart”. Click the “Set Addresses” button.
    4. Enter an Address and click “Save Address”
    5. The next screen should be the one with the mobile issue.

    #1212806

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .entry-content form{
    overflow-x:scroll!important;
    }
    .responsive table.shop_table{
    overflow:visible!important;
    }}

    Best regards,
    Jordan Shannon

    #1212998

    Ok, it’s looking better but the Shipping Address column is still hidden under the Quantity counter and the “Quantity” heading is not shown. The table background does not cover the width of the content.

    #1213031

    Hi,

    It has to be scrolled like it is now. Unfortunately that is because of the table structure.

    Best regards,
    Jordan Shannon

    #1213039

    The scrolling can deal with.. But the Shipping Address selector is not visible currently.
    See screenshot.

    #1213044

    Hi,

    You’re not able to swipe the page over?

    Best regards,
    Jordan Shannon

    #1213073

    It scrolls over, but that is what it looks like when I do.

    #1213686

    Hi,

    Add this as well:

    .wc-shipping-multiple-addresses.shop_table.cart{
    width:200vh!important;
    }

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.