Jump to content

Prestashop Supplier Reference, EAN13 or JAN, UPC, Location (warehouse), Not showing on Product page


Recommended Posts

  • 4 weeks later...

I have the same problem. I can't see the supplier_reference of the different combinations/attribute.

 

To display the supplier_reference of the general product try this code:

 

<p id="supplier_reference"><label for="supplier_reference">{l s='Supplier Reference :'} </label><span class="editable">{$product->supplier_reference|escape:'htmlall':'UTF-8'}</span></p>

Link to comment
Share on other sites

  • 4 months later...

I have the same problem. I can't see the supplier_reference of the different combinations/attribute.

 

To display the supplier_reference of the general product try this code:

 

<p id="supplier_reference"><label for="supplier_reference">{l s='Supplier Reference :'} </label><span class="editable">{$product->supplier_reference|escape:'htmlall':'UTF-8'}</span></p>

same problem... solutions?

Link to comment
Share on other sites

Hello all, by default these values are kept in the back office and are not supposed to be shown in the front office. If you need these values to be shown on the Front Office you would need to have some custom coding to be done.

there are 3 days that I probe coding... you can help me?

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...