Timber Posted October 4, 2009 Share Posted October 4, 2009 Hi to all,I am trying to change the way attributes are being shown in the order detail screen (Front- and Back-end).This is how it shows: PRODUCTNAME - ATTRIBUTEThis is how I want it:PRODUCTNAME - ATTRIBUTE I can't seem to find the right file to edit this. Anyone? Thanks in advance! Link to comment Share on other sites More sharing options...
Timber Posted October 5, 2009 Author Share Posted October 5, 2009 Please help me! I need to finish this...Or is it really that hard a question? :s Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2009 Share Posted October 6, 2009 Perhaps this is the code you are looking for? In classes/Cart.php at line 270, modify this code to define how the attributes list is displayed: $attributesList .= $row2['public_group_name'].' : '.$row2['attribute_name'].', '; $attributesListSmall .= $row2['attribute_name'].', '; Link to comment Share on other sites More sharing options...
Timber Posted October 6, 2009 Author Share Posted October 6, 2009 No the cart is exactly how I want it. It's in "My account" -> "My orders".It shows the product and attribute(s) in one line, but I want every attribute to start on a new line.Like so: Product - Attribute 1 - Attribute 2 etc. 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