Depump Posted June 18, 2012 Share Posted June 18, 2012 i need to edit some function in cart.php foreach ($result as $row) { self::$_attributesLists[$row['id_product_attribute'].'-'.$id_lang]['attributes'] .= $row['public_group_name'].' : '.$row['attribute_name'].'<br>'; self::$_attributesLists[$row['id_product_attribute'].'-'.$id_lang]['attributes_small'] .= $row['attribute_name'].'<br> '; } foreach ($paImplode as $id_product_attribute) In the red mark i need for new line but it show in web as word <br> not new line In the Blue mark it show new line in website. Can i fix this problem ? Thank you 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