• ShopIsle generates the div to login on the checkout page in an incorrect place, far below where it should be.
    Explaining better: In the default theme of WooCommerce (StoreFront), the question to log in to the checkout is in the correct position (at the beginning), as this image.
    Changing the theme to ShopIsle, the same question is below the total value block, as this image.

    The problem with this approach is that by using a mobile, the user will never notice that login fields have been opened when they click the login option because they are at the top of the page and the ShopIsle template is in the middle of the page, causing confusion.
    How to solve this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @rogeriodec,

    Thanks for reaching out.

    I have checked the website you provided and it looks like the login notice is shown at the beggining of the page (top) as you can see here -> https://prntscr.com/nvvb1e. Did you solve this issue in the meantime?

    Please let us know if I there is anything else I can do.

    Thread Starter rogeriodec

    (@rogeriodec)

    Thanks for your response.
    I solved this by disabling function shop_isle_coupon_after_order_table_js() and function shop_isle_coupon_after_order_table() from /inc/init.php.
    But I made it in the parent theme, which is not good.
    How to make the same changes using my ShopIsle child theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong position for login on WooCommerce checkout page’ is closed to new replies.