
Originally Posted by
LindysGoodies
is it possible to add an extra field that has the ZenCart ID
The products_id? That's easy.
I attached a modified version of:
includes\modules\pages\pricelist\header_php.php to this post. I think it's possible to copy over an existing 1.5 version (it's actually a file from a 1.5.1 beta version). THe products id should be listed after the file is copied over the original pricelist header_php.php file.
At the the top of the file you can find these two lines:
PHP Code:
define('PL_SHOW_PRODUCTS_ID_1', 'true');
define('TABLE_HEADING_PRODUCTS_ID', 'id');
Of course these definitions should actually be moved to the database settings and language file.
Make sure you have a backup of your version of the file at hand, so you can quickly restore it if needed!
No time to look at the 'Log in to see prices Issue' now though. I guess it would not be very difficult.
Bookmarks