New Landing How can we help? Themeforest Theme Support Dante customer login reminder on the “Checkout” page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #100210
    r3style
    Member
    Post count: 47

    Hello,

    woocommerce setting account

    Display returning customer login reminder on the “Checkout” page

    enable but display none … updated 2.61 – 2.64 maybe or not.
    please check it
    thanks

    #100223
    r3style
    Member
    Post count: 47

    sorry.
    Source of the problem is plugin WooCommerce Multilingual.

    The plugin active …
    aad checkout page form element style(“display: none;”)

    form method=”post” class=”login” style=”display: none;”

    how I can resolve this problem.
    Please help.

    #100373
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    form.login{display:block !important}
    Hope that should work and let me know your feedback.
    Thanks 🙂
    With Best Regards
    Mohammad

    #100519
    r3style
    Member
    Post count: 47

    Thanks Mohammad.Its display.

    But I think a correct display is

    message “Returning customer? – Click here to login ”
    and click accordion form

    like “Have a coupon? Click here to enter your code.”

    Actually first style=”display: none; is correct,
    the problem is message “Returning customer? – Click here to login ” is not displayed.
    What should I do?

    Thanks

    #100538
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue so i can check and give any possible solution to this issue.
    Thanks 🙂
    With Best Regards
    Mohammad

    #100666
    r3style
    Member
    Post count: 47
    This reply has been marked as private.
    #100986
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi there,

    Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customisation. While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resources:

    https://codeable.io

    Home


    http://www.microlancer.com

    Thanks 🙂
    With Best Regards
    Mohammad

    #101013
    r3style
    Member
    Post count: 47

    Hi

    I dont think so.
    Because Old version Dante could that and themes\dante\woocommerce\checkout\form-login.php was customized dante team.

    I use plugins\woocommerce\templates\checkout\form-login.php on a trial basis,Its fine.

    So your team should check code themes\dante\woocommerce\checkout\form-login.php ,
    or use woocommerce templates.

    Thanks

    #101019
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my css code as i gave you first time and insert given below code at themes\dante\woocommerce\checkout\form-login.php.
    Find this code
    $info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Returning customer?', 'woocommerce' ) );

    Change to

    $info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Returning customer?', 'woocommerce' ) );
    $info_message .= ' <a href="#" class="showlogin">' . __( 'Click here to login', 'woocommerce' ) . '</a>';
    wc_print_notice( $info_message, 'notice' );

    Thanks 🙂
    With Best Regards
    Mohammad

    #101032
    r3style
    Member
    Post count: 47

    Thanks!

    #101039
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #101218
    st_bo
    Member
    Post count: 23

    Hi. Will this change, mentioned in Mohammad’s #101019 post, be updated in the core files (form-login.php.)? As I’m facing the same problem..

    thanks!

    #101316
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Yes follow that reply.
    Thanks 🙂
    With Best Regards
    Mohammad

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register