Guest Posted March 1, 2005 Share Posted March 1, 2005 Hi I tried to install this module on a fresh copy of oscommerce with and no luck. I am installing on my PC, maybe that's the problem. When I look at the order in admin I get this error: Fatal error: Call to undefined function tep_array_merge() in C:\apachefriends\xampp\htdocs\catalog\admin\orders.php on line 334 and in the file order.php line 334 is: <?php echo HEADING_TITLE_STATUS . ' ' . tep_draw_pull_down_menu('status', tep_array_merge(array(array('id' => '', 'text' => TEXT_ALL_ORDERS)), $orders_statuses), '', 'onChange="this.form.submit();"'); ?> I tried to installed 3 time this module. :( Thanks Frank Quote Link to comment Share on other sites More sharing options...
Guest Posted March 10, 2005 Share Posted March 10, 2005 HiI tried to install this module on a fresh copy of oscommerce with and no luck. I am installing on my PC, maybe that's the problem. When I look at the order in admin I get this error: Fatal error: Call to undefined function tep_array_merge() in C:\apachefriends\xampp\htdocs\catalog\admin\orders.php on line 334 and in the file order.php line 334 is: <?php echo HEADING_TITLE_STATUS . ' ' . tep_draw_pull_down_menu('status', tep_array_merge(array(array('id' => '', 'text' => TEXT_ALL_ORDERS)), $orders_statuses), '', 'onChange="this.form.submit();"'); ?> I tried to installed 3 time this module. :( Thanks Frank <{POST_SNAPBACK}> Hey, I'm getting the same issue. I also had to hack the sample SQL as some values were missing. I'm also getting a heading in admin called "BOX_HEADING_UTILITIES" and under it "BOX_UTILITIES_ATTRIBUTES" which are both broken. I'm not sure why this happens, or how to fix it. Their seem to be quite a few files that need the tep_array_merge, and I don't see it defined anywhere! Are any of the links under Shipping working for you? Also under Shipping, at the end of the validation section are two entries called "Attributes Cost". Are you getting two of these? Anyway - wondering if you have the same issues, and if you solved any of them. Thanks, Evan Langlois Quote Link to comment Share on other sites More sharing options...
safoo Posted March 11, 2005 Share Posted March 11, 2005 this contribution is waaaaay old. It does not work with the current OSC. Do a search for P&G and you will see how many people try to install this - without success. Quote Link to comment Share on other sites More sharing options...
Guest Posted March 11, 2005 Share Posted March 11, 2005 this contribution is waaaaay old. It does not work with the current OSC. Do a search for P&G and you will see how many people try to install this - without success. <{POST_SNAPBACK}> Well, I've solved the tep_array_merge problem by simply defining it to return array_merge. There are still tons of other things to do to get it working and useful. I'm considering just working through all the errors and porting it to the new code base. Is there an a module that does its features? I need a way to create orders manually like if the customer phones in an order, and be able to process the order through payment gateways, and calculate the shipping through the shopping cart. It looks like this one will do it... if I can get it working. I don't see too much else that does it. I found an order editor that allow orders to be edited - which I do like, but it doesn't process the payments and you have to find a way to calculate the shipping yourself and it doesn't help at all. This is to be used by someone that knows nothing about computers,so I'm trying to set things up for them to be as simple as possible. Quote Link to comment Share on other sites More sharing options...
johnson4 Posted November 11, 2005 Share Posted November 11, 2005 Well, I've solved the tep_array_merge problem by simply defining it to return array_merge. There are still tons of other things to do to get it working and useful. I'm considering just working through all the errors and porting it to the new code base. Is there an a module that does its features? I need a way to create orders manually like if the customer phones in an order, and be able to process the order through payment gateways, and calculate the shipping through the shopping cart. It looks like this one will do it... if I can get it working. I don't see too much else that does it. I found an order editor that allow orders to be edited - which I do like, but it doesn't process the payments and you have to find a way to calculate the shipping yourself and it doesn't help at all. This is to be used by someone that knows nothing about computers,so I'm trying to set things up for them to be as simple as possible. Anybody have a solution here? Im woring throught the same issues Quote Link to comment Share on other sites More sharing options...
nana Posted November 11, 2005 Share Posted November 11, 2005 http://www.oscommerce.com/community/contri...l/search,MOE%25 this is a very nice contribution that is totlay ignored it is very easy to install allows you to add and edit orders including shipping but not cc processing Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.