No logro que los productos se vean igual en cualquier version movil

This topic has 4 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Rose Tyler

  • Avatar: Max Edwin
    Max Edwin
    Participant
    June 22, 2022 at 19:40

    Web: frutamente.com
    Producto con problema: Crea tu propia caja
    URL: https://frutamente.com/producto/frutas-o-verduras-a-tu-eleccion/

    En la versión móvil, depende del tamaño de la pantalla, por muy poco tamaño, se ve muy diferente las opciones de compra. Adjunto URL donde he creado una página con las 2 capturas de pantalla. Uno como aparece en varios teléfonos móviles y la otra es como me gustaría que aparezca, ya que se ve mas agrupado.

    https://frutamente.com/prueba/

    Como puedo mejorarlo? Gracias!! Max.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 23, 2022 at 08:21

    Hello,

    It is the functionality of bundled products plugins but we found that they have filter that allows to change breakpoint width change of css view for the table
    you may try to add next code snippet to your child-theme/functions.php

    add_action('init', function(){
    add_filter( 'woocommerce_bundle_front_end_params', function($params) {
    $params[ 'responsive_breakpoint' ] = 100;
    return $params;
    }, 10 );
    });

    Otherwise, we would recommend you to contact with plugin’s author and ask them to provide you with a working solution.
    Please note, that our support is able to help only with issues that are related strictly to our theme, not with 3rd party plugins.

    Regards

    Avatar: Max Edwin
    Max Edwin
    Participant
    June 23, 2022 at 19:30

    Muchas gracias, me ha servido el código enviado, le he añadido reducir el tamaño de la fuente y ahora se ve mucho mejor. Creéis que otro problema que acabo de ver justamente en esta misma pantalla también sea por ese Plugin? Me explico: al seleccionar en cantidad de producto por ejemplo 2 “aguacates” y añadir al carrito, en la parte superior del carrito me sale 0, y si añado 5, en el carrito me sale -3, es como si restara en lugar de sumar.
    Será fallo del Plugin o del del carrito en el tema? Gracias Max-

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 24, 2022 at 07:07

    Hello,

    Disable the plugin and check how it works then. If the problem persists with the plugin only, contact support of the plugin.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.