Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: Product Images on Invoice, Email, etc [Support Thread]

    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 ?

  2. #2
    Join Date
    Jun 2012
    Location
    Florida
    Posts
    123
    Plugin Contributions
    5

    Default Re: Product Images on Invoice, Email, etc [Support Thread]

    Quote Originally Posted by irishshopper View Post
    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);
    Backup Files and Databases First. GitHub
    Suggestions, Plugins, etc. used at your own risk.

  3. #3
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: Product Images on Invoice, Email, etc [Support Thread]

    Yes this was run OK and gave from memory a message at top of screen like

    3 tables installed or something similar

  4. #4
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    302
    Plugin Contributions
    0

    Default Re: Product Images on Invoice, Email, etc [Support Thread]

    Working now.

    Problem was I was "running" the qry rather than cutting and pasting the coding above in.

    Very many thanks for your quick response.


    Trevor

  5. #5
    Join Date
    Oct 2012
    Posts
    39
    Plugin Contributions
    0

    Default Re: Product Images on Invoice, Email, etc [Support Thread]

    Can i use this plugin in zecart 1.5.3? let me know thanks

 

 

Similar Threads

  1. v154 Common Email Styling [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 41
    Last Post: 14 Apr 2024, 10:25 AM
  2. v154 Developer Override Email Address [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Dec 2015, 09:56 PM
  3. v154 Email Downloads Support Thread
    By swguy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 17 Jun 2015, 06:41 PM
  4. Invoice-to-PDF Mailer [support thread]
    By hayden in forum All Other Contributions/Addons
    Replies: 39
    Last Post: 17 Sep 2013, 10:10 AM
  5. Template support thread: Sliding Home Images
    By markz in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jul 2013, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg