tawanghar Posted May 21, 2012 Share Posted May 21, 2012 I need to add the Supplier Reference, EAN13 or JAN, UPC, Location (warehouse), on Product page, Tried everything but only reference shows up alone, how to do this, please help Thanks ART Link to comment Share on other sites More sharing options...
verush Posted June 13, 2012 Share Posted June 13, 2012 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 More sharing options...
daniego Posted October 26, 2012 Share Posted October 26, 2012 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 More sharing options...
benjamin utterback Posted October 26, 2012 Share Posted October 26, 2012 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. Link to comment Share on other sites More sharing options...
daniego Posted October 26, 2012 Share Posted October 26, 2012 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 More sharing options...
benjamin utterback Posted October 26, 2012 Share Posted October 26, 2012 Hello, you can get help from a Certified PrestaShop Web Developer or Agency. You can also post in the Paid Section of the Forum for help. Link to comment Share on other sites More sharing options...
daniego Posted October 26, 2012 Share Posted October 26, 2012 I think is not so difficult to pay for Link to comment Share on other sites More sharing options...
nmarino Posted November 9, 2012 Share Posted November 9, 2012 An "easy" solution would be to just include the info in the product description... Link to comment Share on other sites More sharing options...
Recommended Posts