Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1055 Vistas

Buen día.

Alguien me podría decir como le puedo hacer para que en mi tienda en linea al momento de ver mis productos, en la parte inferior me aparezca el SKU (Referencia interna) de ese producto. 

Gracias de antemano.

Avatar
Descartar

Checa si con Studio puedes agregar ese campo a esa vista, saludos


Mejor respuesta

Hi


Yes — you can show the product’s SKU (Internal Reference) on the product page by customizing the website template.


Here’s how:


    Inherit the website_sale.product template.


    Use the field product.default_code to display the SKU.


    Place it where you want — for example, right under the price.


Example:


xml

<t t-if="product.default_code">

  <div class="mt-2 text-muted">

    <strong>SKU:</strong> <t t-esc="product.default_code"/>

  </div>

</t>


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 25
681
1
jul 25
1634
2
ene 23
2782
4
ene 25
4295
3
nov 22
4342