Post by skip » Thu May 17, 2018 4:32 am

Hi, image on this place can be selected only from main window but not if it is in folder (when it is in folder it only popup if you select with mouse)
version is 2200. Can I update marketing email to version 2302 - I see this work for this version? which file is responsible for it Thanks

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm

Post by yodapt » Thu May 17, 2018 11:24 am

What exacly is the problem? If you have images inside folders you have to click the folder first.

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by skip » Thu May 17, 2018 2:21 pm

Yes I click on folder then on image, It only popup but not open in message window, you can try here:
http://www.open-web.xyz/2200/admin/
user: demo
pass: demo
allready wass try with another 2200 shop, same problem

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm

Post by yodapt » Thu May 17, 2018 5:21 pm

I see what you mean. It also happens if you go back and forth on a folder, so it happens in subsequent requests after the first window.

This is the solution, find this line (in /admin/view/javascript/common.js) :

Code: Select all

$('#modal-image a.thumbnail').on('click', function(e) {
replace with :

Code: Select all

$('#modal-image').on('click', 'a.thumbnail', function(e) {

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by skip » Thu May 17, 2018 8:55 pm

@yodapt Thank You very much , solved !

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm
Who is online

Users browsing this forum: darkhorse and 73 guests