Hello
I have Products per KG and Products per unit. I need to be able to tell the customers in the single product page what are the minimum and allowed increments per the configured product unit type. My code does not seem to work. What am I doing wrong? Here is the code:
<p>[alg_wc_pq_min_product_qty before="La cantidad mínima es " after=alg_wc_pq_product_qty_price_unit"<br>"]
[alg_wc_pq_max_product_qty before="La cantidad máxima es " after="<br>"][alg_wc_pq_product_qty_step before="Los incrementos se hacen de a " after=" [alg_wc_pq_product_qty_price_unit]<br>"]
El peso es estimado, se le informará al momento del corte de la pieza junto con el precio total de la orden <br></p>
La cantidad mínima es 1 Los incrementos se hacen de a 1
“] El peso es estimado, se le informará al momento del corte de la pieza junto con el precio total de la orden
This what I woud expect:
La cantidad mínima es 1 unidad
Los incrementos se hacen de a 1 unidad
El peso es estimado, se le informará al momento del corte de la pieza junto con el precio total de la orden
Thanks!
and this is what I get