Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

looking for support thread for individual item status


Guest

Recommended Posts

  • 2 years later...

I also need help for Individual Item Status v 1.00

http://addons.oscommerce.com/info/5644

 

All works fine except for orders.php

After changing the item status in editors page it goes to orders list page (exiting the order editor page). I want to stay in the editors page and not to redirect to other page, because for example changing the status for 10 items of an order i must to enter and exit 10 times to edit that order.

 

I think this is the code orders.php:

tep_redirect(tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array('action')) . 'action=edit'));

 

I tried to replace with this one(no luck):

tep_redirect(tep_href_link(FILENAME_ORDERS, tep_get_all_get_params(array ('oID', 'action=edit')) . 'oID=' . $orders['orders_id']));

Edited by bhbilbao
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.

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...