katie_b123 Posted April 7, 2013 Share Posted April 7, 2013 I'm stocking various suppliers in my shop and I was wondering if there was anyway to display the supplier's name by the product? at the moment if you click on a product, the supplier's name is not mentioned at all. help appreciated! Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 7, 2013 Share Posted April 7, 2013 Yes - it should be possible to display the supplier of the product once you have specified the supplier in your products attributes in either the products csv file you used to enter products or in the backend. Try this code snippet in your product.tpl file and you should be able to display the supplier of the product. $product->supplier_reference. You should however ensure you had provided this value as it is fetched from the database. Hope that helps Link to comment Share on other sites More sharing options...
NemoPS Posted April 8, 2013 Share Posted April 8, 2013 It should already be assigned to the product page: $product->supplier_name Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now