pel024 Posted August 11, 2012 Share Posted August 11, 2012 (edited) Hi all, I'm trying to display the wholesale price on the orders page in the BO. I've added the following after line 729 in AdminOrders.php PS V1.4.6.2 <th style="width: 80px; text-align: center">'.$this->l('Wholesale').'</th> and this after line 787 <td align="center">'.Tools::displayPrice($product->wholesale_price, $currency).'</td> As you can see from the screen shot the price is displayed as 0.00. Could anyone tell me where I'm going wrong. Cheers Edited January 31, 2013 by pel024 (see edit history) Link to comment Share on other sites More sharing options...
pel024 Posted August 14, 2012 Author Share Posted August 14, 2012 Could anyone give me some help with this? How we ship products depends on the wholesale price, so it would be really useful (and much quicker) if I could see this on the order page directly. Cheers Link to comment Share on other sites More sharing options...
lozaria Posted September 9, 2012 Share Posted September 9, 2012 Did you manage to solve that? Link to comment Share on other sites More sharing options...
pel024 Posted September 9, 2012 Author Share Posted September 9, 2012 No, still only as far as the above screen shot. 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