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: 
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
|
|
|
|
Rank: Advanced Member
Groups: 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.
|
|
|
|
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
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: 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: - open \administrator\components\com_aurigmaphotoorder\classes\dpof\dpof.php file;
- find line 111, and set your own values:
Code:$channel = array('number' => 10, 'name' => Any);
- 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.
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: 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.
|
|
|
|
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.