Indeed the including tax prices in the pricelist only are including when your shop is configured to show including tax prices. It probably should issue a warning or something when it can't display the tax price, but the current version just shows the ex price then.
Sorry, but showing the pricelist inc prices including tax when the shop is configered not to show including is not a feature that is likely to be added soon. I agree it would be a nice feature though :-)
TABLE_HEADING_ADDTOCART_3
That looks like a bug.
In includes\modules\pages\pricelist\header_php.php this:
Code:
eval('$pl_profile = TABLE_HEADING_ADDTOCART_' . PL_PROFILE . ';');
define('TABLE_HEADING_ADDTOCART', $pl_profile);
should be removed or commented out (I think, not tested). If you leave it and define TABLE_HEADING_ADDTOCART_3 (and TABLE_HEADING_ADDTOCART_2 and TABLE_HEADING_ADDTOCART_1) it will be fixed too, and you can have different headings for this for each profile
Bookmarks