rangerio Posted September 7, 2015 Share Posted September 7, 2015 Hello! Need help. Prestashop version 1.4. Try to display products wholesale price in mailalerts mails (only for me). Edited mailalerts.php file (products tab tag {items}, $itemsTable): $itemsTable .= <td style="padding:0.6em 0.4em; text-align:right;">'.Tools::displayPrice($product['wholesale_price'], $currency).'</td> But displays only $0.00. Does anyone know a solution? Link to comment Share on other sites More sharing options...
rangerio Posted September 7, 2015 Author Share Posted September 7, 2015 Same thing i tried to do in Back-office (order list). Always wholesale price displays as $0.00 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