Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1020079

    Hi,
    In mobile version it is not appearing the quantity buttons and the total but only the update cart button.

    #1020512

    Hey saquasar,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1020633

    Hi Bassili,
    I already create and send you logins and ftp.

    #1022292

    Hi,

    Thanks for the update.

    Those elements are hidden by default because they don’t fit inside the table. If you want to enable those elements back, you can add the following css code but it will require some adjustments.

    @media only screen and (max-width: 767px) {
    .responsive .shop_table .product-quantity {
        display: block;
    }
    
    #top .main_color .quantity input.plus, #top .main_color .quantity input.minus {
        display: none;
    }
    
    table div.quantity {
        width: auto;
    }
    
    .responsive table.shop_table .product-subtotal {
        display: block;
    }
    }
    

    Best regards,
    Ismael

    #1022459

    Hi Ismael,

    It is not functional like that in mobile version. It has the update cart button but not the ability to add or reduce the quantity.

    The code that you gave me is showing some items but in a very wrong position. I think you should fix that and provide a functional cart also for the mobile version.

    thanks

    #1022811

    Hi,

    Users can actually change the value directly in the field., which is the default way of adjusting the product quantity. The quantity buttons are just added by the theme.

    Best regards,
    Ismael

    #1189928

    Hi there! My follow up: there is also no way to change the value directly (beyond the buttons) as that field is missing in the mobile view…

    #1190320

    Hi,


    @sensufaktur
    : Thanks for chiming in. Please open a new thread and post the necessary details in the private field so that we can inspect the issue. For the meantime, try to disable the plugins or extensions temporarily to rule out any incompatibility issues.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No product quantity in Enfold shop mobile cart’ is closed to new replies.