I’m looking for adding a sub-title or a short paragraph to show under the product’s name on the products list (In smaller, more subtle look) .
Preferably, the sub-title\paragraph will be taken from a new attribute.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simple add a new attribute (e.g. subtitle), add that attribute to the attribute sets for your products. Then override the appropriate .phtml template file and add something like this: $product->getSubtitle() where you want that text output.