Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

P&G shipping module


Guest

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...
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

 

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

Link to comment
Share on other sites

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.

 

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.

Link to comment
Share on other sites

  • 7 months later...
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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...