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

Notification

Icon
Error

Options
Go to last post Go to first unread
Albertvdmeulen  
#1 Posted : Wednesday, February 9, 2011 9:03:44 AM(UTC)
Albertvdmeulen

Rank: Advanced Member

Groups: Member
Joined: 3/18/2009(UTC)
Posts: 46

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
L.S.,

We have a problem with the DPOF settings.

We have this in the channels.xml
Code:

  <?xml version="1.0" encoding="UTF-8" ?> 
<channels>
     <channel name="30 x 45" number="1">
         <formaat>30x45</formaat> 
    </channel>

    <channel name="Any" number="10" /> 
  </channels>


This is the setting of the order template:
Code:
{order_id}/{formaat}/{quantity}_{filename}


and this are the settings of the product:
UserPostedImage

Just did one item to test (only the 30x45)

All order comes in channel 10 (Any)!

Hope you can help us out.
With kind regards,

Rob

Edited by moderator Sunday, February 13, 2011 6:40:32 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Thursday, February 10, 2011 3:06:52 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 Albert,

I do not understand a bit what you mean. Could you please explain it in details?
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Albertvdmeulen  
#3 Posted : Friday, February 11, 2011 6:41:43 AM(UTC)
Albertvdmeulen

Rank: Advanced Member

Groups: Member
Joined: 3/18/2009(UTC)
Posts: 46

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Hi Dmitry,

After all the problems with windows 2008 RC2 (which you resolved perfectly), we are trying to implemend the dpof settings at the moment.

We made an channels.xml, but whatever we put in that channel (see previous screenshots) all orders are placed in the any channel (10).

kind regards,

Rob

Edited by user Friday, February 11, 2011 6:42:28 AM(UTC)  | Reason: edited some spelling errors

Albertvdmeulen  
#4 Posted : Saturday, February 12, 2011 2:28:22 AM(UTC)
Albertvdmeulen

Rank: Advanced Member

Groups: Member
Joined: 3/18/2009(UTC)
Posts: 46

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Made a new install to test and noticed that the problem lies in the channel ANY.
We have a lot a products and not for all we need the DPOF, so i only put the most common size in the channel.xml

If i then upload files where no DPOF is found in the channels i get an:
Channel not Found error
Orders are uploaded in channel 0 and if DPOF is found those are placed in the correct channel.

We don't want to show error to the customer, so we added:
Code:
<channel number="0" name="Any">
</channel>

To the channels.xml - now all orders are uploaded in channel 0 (any)

A workaround is to replace the Channel not found in the language file with a blank space, but we prefer not to do this.

Hope you can help us.
Kind Regards,

Rob

Edited by moderator Sunday, February 13, 2011 6:40:17 AM(UTC)  | Reason: added error description

Dmitry.Obukhov  
#5 Posted : Monday, February 14, 2011 1:55:06 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)
Good day Rob,

Please try this way:
  1. open \administrator\components\com_aurigmaphotoorder\classes\dpof\dpof.php file;
  2. find line 111, and set your own values:
    Code:
    $channel = array('number' => 10, 'name' => Any); 
  3. comment line 112:
    Code:
    //JError::raiseWarning(100, 'Channel not found.');
After that, please report me about results.

Edited by user Monday, February 14, 2011 1:55:38 AM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Albertvdmeulen  
#6 Posted : Monday, February 14, 2011 4:49:31 AM(UTC)
Albertvdmeulen

Rank: Advanced Member

Groups: Member
Joined: 3/18/2009(UTC)
Posts: 46

Thanks: 3 times
Was thanked: 1 time(s) in 1 post(s)
Hi Dmitry,

Still no luck with this one.
Enter this code in dpof.php:
Code:
$channel = array('number' => 9999, 'name' => 'Any');
          //JError::raiseWarning(100, 'Channel not found.');


and in my channels.xml i have this code:
Code:

	<?xml version="1.0" encoding="UTF-8"?>
<channels>
	<channel number="09131" name="9 x 13 Glans Fill-in">
		<formaat>9 x 13</formaat>
		<papier>Glans</papier>
		<uitsnede>Fill-in</uitsnede>
	</channel>
	<channel number="09132" name="9 x 13 Mat Fill-in">
		<formaat>9 x 13</formaat>
		<papier>Mat</papier>
		<uitsnede>Fill-in</uitsnede>
	</channel>
	<channel number="09134" name="9 x 13 Glans Fitt-in">
		<formaat>9 x 13</formaat>
		<papier>Glans</papier>
		<uitsnede>Fitt-in</uitsnede>
	</channel>
	<channel number="09135" name="9 x 13 Mat Fitt-in">
		<formaat>9 x 13</formaat>
		<papier>Mat</papier>
		<uitsnede>Fitt-in</uitsnede>
	</channel>

	<channel number="9999" name="Any">
	</channel>
</channels>


At least i don't get the red warning message anymore ;-)

Kind regards,

Rob
Dmitry.Obukhov  
#7 Posted : Tuesday, February 15, 2011 3:01:55 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 Rob,

I told with Photo Order engineer about it. He confirmed that using “any” channel is impossible.
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.