
Originally Posted by
irishshopper
Have installed the above add on to
www.irishshopper.ie ZenCart 1.51 but cannot find the settings in Configuration/Images to adjust the size of the image which appears on the invoice.
Instructions state
Image sizes are controlled by setting located in:
Admin > Configuration > Images > 'Image - On Invoice Height'
Admin > Configuration > Images > 'Image - On Invoice Width'
Image sizes that are appearing are far far too big but don't appear at all on some browsers.
Any suggestions on how to fix this ?
Did you run the install part from the provided script file "InvoiceImage.sql" (there is also a removal part, only run if you want to remove the database change)
Code:
-- Paste the following into 'SQL Query Executor' in Admin: (Tools\Install SQL Patches).
INSERT INTO configuration
(configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function)
VALUES
('Image - On Invoice Height', 'IMAGE_ON_INVOICE_IMAGE_HEIGHT', '30', 'The pixel height of images on Invoice', 4, 49, NULL, now(), NULL, NULL),
('Image - On Invoice Width', 'IMAGE_ON_INVOICE_IMAGE_WIDTH', '30', 'The pixel width of images on Invoices', 4, 49, NULL, now(), NULL, NULL);