Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
drgr33n  
#1 Posted : Thursday, October 21, 2010 12:00:01 AM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

Hey,

I've been trying to integrate your Image Uploader plugin for Zen Cart. My troubles are that after the customer clicks upload they are redirected to an empty cart ?

Could someone help me out or point me in the right direction :D Thanks !
Dmitry.Obukhov  
#2 Posted : Thursday, October 21, 2010 8:33:25 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Zarren,

Thanks for contacting us.

Could you provide me with a link to your site where your user experiences this problem please?
This user should be redirected on page “index.php?main_page=shopping_cart”. Please send me url where your user was redirected.
Also, let me know did one customer complain on this problem only? Or more?

Looking forward to reply from you.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
drgr33n  
#3 Posted : Saturday, October 23, 2010 9:14:51 PM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

Hey Dmitry,

I haven't implemented this on our live store yet just on my local PC I will make the changes Monday and post a link for you to take a look.

At first I thought I was missing something as I merged the template files into my existing template but I've also tried the photo template provided and still the same. I've tried Safari / firefox and Internet explorer and still the same issue.

Customers are being redirected to "index.php?main_page=shopping_cart" but there's nothing in the cart ?

I'm running Zen Cart 1.3.9g with quite a few changes like SEO URL's and a Dual pricing mod for wholesale / retail.
Dmitry.Obukhov  
#4 Posted : Sunday, October 24, 2010 8:20:43 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Zarren,

I am looking forward to your link. I need to test it.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
drgr33n  
#5 Posted : Sunday, October 24, 2010 10:37:25 PM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

No problemo I got it working lol it was because there was duplicate tpl_shopping_cart_default.php one in the current template folder and one in template_default that was overriding the other.

http://www.colmangroup.c...ath=9&products_id=83

Cheers

Edited by user Sunday, October 24, 2010 10:53:06 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#6 Posted : Monday, October 25, 2010 12:24:12 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hi,

Thanks for posting comment. I am glad that you have resolved your problem.

Please let me know if you have any additional questions.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
drgr33n  
#7 Posted : Thursday, February 24, 2011 5:31:59 AM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

Hey Guys,

I'm, having the same problem where nothing is added to the cart after clicking upload and continue ? I've followed the previous steps I took to make this work last time but to no avail. could someone help me out please ? I'm using the latest download from you site and my zen cart version is 1.3.9h. I can set up a test product and link if you would like ?

Cheers,

Zarren
Dmitry.Obukhov  
#8 Posted : Friday, February 25, 2011 1:29:40 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Zarren,

We had an issue with Photo Order component for Zen Cart. It was caused by some security settings of new version of Zen Cart (1.3.9h).

Now our developer has fixed it. I attached new version of plug in to this post. Please download, and install it. Then please report me about your results.
File Attachment(s):
aurigma_photo_order_for_zen_cart.zip (2,372kb) downloaded 12 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
drgr33n  
#9 Posted : Friday, February 25, 2011 3:10:45 AM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

Hey again Dmitry,

EDIT: Sorry spoke to soon. I'm having problems with internet explorer and Photo Uploader. Every other browser works lol.

I've tried disabling activex in the configuration but still nothing ?

The weird thing is that the java preview window displays fine but the main box fails. Here's a link to the test product on my site.

http://www.colmangroup.c...h=62&products_id=770

Java DB gives me

Code:
Thumbnail control: cannot find parent control "ImageUploader1"

Edited by user Friday, February 25, 2011 6:19:39 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#10 Posted : Monday, February 28, 2011 4:00:29 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Zarren,

I reproduced your problem clicking the link. I got the same message in Java consoled:
Code:
Thumbnail control: cannot find parent control "ImageUploader1"

Then I looked through the page source code, and found that line 354 is separated:
Code:
 var iu = new ImageUploaderWriter("ImageUploader1", 
            "100%", "480px");

It can cause the problem in IE. Please put this string in one line, like in this code snippet:
Code:
var iu = new ImageUploaderWriter("ImageUploader1", "100%", "480px");

Then please let me know about got result.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
drgr33n  
#11 Posted : Monday, February 28, 2011 4:33:11 AM(UTC)
drgr33n

Rank: Newbie

Groups: Member
Joined: 10/20/2010(UTC)
Posts: 6

Hey Dmitry,

I can confirm that yes that was the issue here. Much appreciated !!! This needs to be fixed in the zen cart package..

Code:

156,157c156
<           var iu = new ImageUploaderWriter("ImageUploader1", 
<             "<?php echo $uploader_config['uploader']['width']; ?>", "<?php echo $uploader_config['uploader']['height']; ?>");
---
>           var iu = new ImageUploaderWriter("ImageUploader1", "<?php echo $uploader_config['uploader']['width']; ?>", "<?php echo $uploader_config['uploader']['height']; ?>");


Thanks for your help !!
Dmitry.Obukhov  
#12 Posted : Monday, February 28, 2011 7:22:38 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Zarren,

Thank you that noted this problem. We will fix it.

In case you have any questions please feel free to let me know.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.