Home Forums WoodMart support forum No se muestra el valor mínimo del producto variable

No se muestra el valor mínimo del producto variable

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #565497

    CC
    Participant

    Buenos días, he configurado en Tienda -> Producto variable -> Precio -> activar ocultar “a” en el precio (Esta opción ocultará un precio más alto para los productos variables y dejará sólo uno pequeño.), pero se sigue mostrando.

    Attachments:
    You must be logged in to view attached files.
    #565708

    Hung Pham
    Keymaster

    Hi CC,

    Thanks for reaching to us.

    You should deactivate all plugins (except Required Plugins) and then reactivate them one by one. This makes it very easy to isolate the plugin causing problems.

    Regards,

    #566055

    CC
    Participant

    Solucionado a medidas, es este plugin, el caso es que necesito poner el prefijo y el sufijo, con este tema existe es aposibilidad?

    Gracias.

    Elige ELEX WooCommerce Product Price Custom Text (Before & After Text) and Discount

    #566367

    Hung Pham
    Keymaster

    Hi CC,

    Thanks for your patience.

    Please navigate to WooCommerce > Settings > Tax > write some text for the Price display suffix field.

    And tell me what do you want to add as Prefix.

    Best Regards.

    #566564

    CC
    Participant

    Lo que quiero es poner la pabra “desde” antes del precio, ejemplo:
    Desde 100€

    como lo puedo hacer?

    #566579

    Hung Pham
    Keymaster

    Hi CC,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .amount:before {
    	content: "From";
    	margin-right: 5px;
    }

    Regards,

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