frendspar Posted February 12, 2013 Share Posted February 12, 2013 Hi I'm battling through setting up my store with 1.5.3.1 but can't seem to find an understandable solution to my problem. When adding a product to the information page I can indicate the items condition as New, Used or Refurbished. However, I would like to display this on the product page so that customers can read the condition, probably between the short description and the description....where the Item Reference and the Quantity are displayed. Can anyone help please? Many thanks Ray Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted March 1, 2013 Share Posted March 1, 2013 (edited) If you want to add it, insert following snippet into a suitable location in /themes/yourtheme/product.tpl: <p>{l s='Condition'}: {$product->condition}</p> That will display the condition on your product page. Hope that helps! Marty Shue Edited March 1, 2013 by Carolina Custom Designs (see edit history) Link to comment Share on other sites More sharing options...
palmve Posted May 1, 2013 Share Posted May 1, 2013 If you want to add it, insert following snippet into a suitable location in /themes/yourtheme/product.tpl: <p>{l s='Condition'}: {$product->condition}</p> That will display the condition on your product page. Hope that helps! Marty Shue :) :) :) :) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted May 1, 2013 Share Posted May 1, 2013 Glad it helped! Marty Shue 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