Okay
  Public Ticket #3209016
Mostrar indicador "¡En oferta!" en la página de producto y en el listado de productos.
Closed

Comments

  • Ambali Bilbao started the conversation

    Cuando activo la opción del asunto de este mensaje, en el front office me sale un cuadro negro inclinado. No indica la rebaja.

    Mi consulta es ¿Donde se encuentra la configuración de dicho icono y como conseguir que indique la rebaja del artículo?

    Gracias.

    Attached files:  Captura de pantalla de 2023-01-16 18-53-14.png

  •  251
    Andrea replied

    Hi
    It's showing the condition_box of the product, you can optionally show it in the product settings
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  • Ambali Bilbao replied

    Hola

    Como puedes ver en la foto enviada, cuando activo al opción en oferta, sale un icono negro cuadrado muy feo en la foto del producto en el front office. Me gustaría que me indiquéis como puedo cambiar dicho icono.

    Google....

    Hello

    As you can see in the photo sent, when I activate the offer option, a very ugly square black icon appears in the product photo in the front office. I would like you to tell me how I can change said icon.

    Thanks


  •  251
    Andrea replied

    Hi
    You go to the file
    /themes/name_theme/assets/field-css/field_style.css
    Find the class .new_product:before or .sale_product:before to change its style
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  • Ambali Bilbao replied

    Hola Andrea y gracias por adelantado.
    No sé poner el icono como quiero. Me gustaría que indique el porcentaje de descuento aplicado a los productos. Solo consigo hacer el cuadrado más grande.
    Mi archivo "field_style.css" es el siguiente:

    ".sale_product:before{

        content: '';

        position: absolute;

        right: 0px;

        top: 0;

        width: 40px;

        height: 40px;

        background-color: #fff;

        z-index: -1;

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);

    }"



    Si me indicas que debo modificar para que indique el porcentaje del descuento te estaría mil veces agradecido.
    Buen día.


    I do not speak English

    Google say:

    Hello Andrea and thanks in advance.
    I don't know how to put the icon as I want. I would like you to indicate the discount percentage applied to the products. I only manage to make the square bigger.

    My "field_style.css" file is as follows:

    ".sale_product:before{

        content: '';

        position: absolute;

        right: 0px;

        top: 0;

        width: 40px;

        height: 40px;

        background-color: #fff;

        z-index: -1;

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);

    }"


    If you tell me what I should modify to indicate the discount percentage, I would be a thousand times grateful.
    Good day.



  •  251
    Andrea replied

    Hi
    That box only shows the label, if you use a language other than English, go to translate and translate to your language
    If you want to show the percentage, it's next to your price
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team