Post by Peter Dooley » Mon Apr 22, 2019 6:02 pm

Hi. I am using oc3.0.3.1 and require an extension to add product images to shipping list (dispatch note)
I would be happy to replace the shipping weight info with a thumb image of the product if possible or any other solution
The extension in the opencart marketplace ( free or paid) are not compatible with oc3.0.3.1
Can anyone help me please
Last edited by Peter Dooley on Mon Apr 22, 2019 6:15 pm, edited 1 time in total.

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by thekrotek » Mon Apr 22, 2019 6:11 pm

I doubt an extension exists for this task, since it's quite specific. But this can be done with custom modification, as usual. I could create you one, if you wish. Drop me an email and we'll discuss the matter.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by xxvirusxx » Mon Apr 22, 2019 6:45 pm

You have tested extension posted here?
viewtopic.php?t=211263

Work just fine in 3.0.3.2.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Peter Dooley » Mon Apr 22, 2019 6:54 pm

Yes I have tested it thank you.
I installed it and it created a fatal error on oc3.0.3.1
I had to rebuild my site by uploading the all the original files where this modification had changed them to get my store back online.

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by xxvirusxx » Mon Apr 22, 2019 7:04 pm

Possible server issue.

I have made another install with 3.0.3.1 and extension work just fine.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Peter Dooley » Mon Apr 22, 2019 7:14 pm

Thank you. Please could you post the link for download of 3.0.3.1 compatible version.
I am using InMotion hosting so server should be stable
Possible that I am not downloading the correct files

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by xxvirusxx » Mon Apr 22, 2019 7:43 pm

Extension is this
https://www.opencart.com/index.php?rout ... n_id=32056
File name... 3.0-accountorderinfoimage.ocmod.zip

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Peter Dooley » Mon Apr 22, 2019 7:54 pm

Thank you.
Okay, I did download that specific file - 3.0-accountorderinfoimage.ocmod.zip so that is not the problem.
It also installed successfully and I refreshed but then it gave me the fatal error when I tried to load shipping list
Fortunately I was able to upload all the original files that it modified and the fatal error went away - but so did my hopes of having images in my shipping list.

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by dparakhiya » Mon Apr 22, 2019 8:03 pm

Peter Dooley wrote:
Mon Apr 22, 2019 7:54 pm
Thank you.
Okay, I did download that specific file - 3.0-accountorderinfoimage.ocmod.zip so that is not the problem.
It also installed successfully and I refreshed but then it gave me the fatal error when I tried to load shipping list
Fortunately I was able to upload all the original files that it modified and the fatal error went away - but so did my hopes of having images in my shipping list.
post your error log. so someone helps to what exactly error

For quick, professional OpenCart support
Online
contact me on skype : dparakhiya_1
email : dipneshp@gmail.com


User avatar
New member

Posts

Joined
Fri Jul 28, 2017 1:13 pm
Location - India

Post by Peter Dooley » Mon Apr 22, 2019 10:20 pm

I have unfortunately rebuilt my system after the fatal error and now got the site to work without the image in shipping list.
Sorry, no error log files available

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by Peter Dooley » Mon Apr 22, 2019 10:32 pm

In desperation, I installed the files manually and do not get the fatal error anymore. The shipping list now has the extra column properly added but instead of the product image in the column , it now gives the product name.

The code in the shipping list twig is shown below and although there is an image for this product ( and all products) it appears that the code is only displaying the product name. I just do not understand why....
<td class="text-conter"><img src="{{ product.image }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-thumbnail" /></td>

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by xxvirusxx » Tue Apr 23, 2019 3:31 am

I have sent you 3-4 hours ago PM offering to help you for free....but....better post on commercial and pay...

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Peter Dooley » Tue Apr 23, 2019 2:32 pm

Good morning xxvirusxx.
I can assure you that I am very very grateful for all your help and kindness.
Please do not be angry with me. I did see your PM but unfortunately had to go to an evening function shortly thereafter and then went to bed afterwards as it was late in the evening. I had intended to respond to your PM request for direct access to my Admin Panel this morning when I got back to the office and will do so shortly. Please accept my humble apologies for the late response. No disrespect was intended.
Once again, my sincere gratitude to you and all the respondents to my request for help. I really do appreciate all of your effort.

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm

Post by xxvirusxx » Tue Apr 23, 2019 2:56 pm

I have read you PM.
Try to install in a subfolder 3.0.3.1 and see if that extension work.

Possible issue with another installed extension.

You can open ocmod extension....and you can add the code directly in files.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by Peter Dooley » Tue Apr 23, 2019 3:45 pm

Thank you very much.
I am not sure what you mean by installing into sub folder but I have successfully opened the ocmod file and installed all the modification code directly into the appropriate files as you have suggested. That did work fine (and with no fatal errors) but instead of displaying the product images in the table, it just displayed the product ID in the place where the images should be in the modified table that it created. Very frustrating...

New member

Posts

Joined
Fri Apr 05, 2019 2:40 pm
Who is online

Users browsing this forum: No registered users and 8 guests