No se muestra el valor mínimo del producto variable
-

CCParticipant
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.
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,

CCParticipant
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
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.

CCParticipant
Lo que quiero es poner la pabra “desde” antes del precio, ejemplo:
Desde 100€
como lo puedo hacer?
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,