coffeejunkie Posted November 25, 2019 Share Posted November 25, 2019 Hello, can anybody tell me how to remove first column from {products} table in prestashop order_conf email in PS 1.7.6.1? Also, where to edit column width in {products} order detail table - when I change order_conf.html it has no effect. Table dimensions are given by inline styles: <tr style="background-color:#EBECEE;"> <td style="padding:0.6em 0.4em;width:15%;"></td> <td style="padding:0.6em 0.4em;width:30%;"></td> <td style="padding:0.6em 0.4em;width:20%;"></td> <td style="padding:0.6em 0.4em;width:15%;"></td> <td style="padding:0.6em 0.4em;width:20%;"></td> </tr> But I have no idea where these styles come from as it is not from classes/PaymentModule.php as most likely was in earlier versions as I've read. 1 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