Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1205 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
oct 25
165
1
jun 25
942
1
jul 25
1890
2
ene 23
2976
4
ene 25
4739