bobg7 Posted January 21, 2005 Posted January 21, 2005 I have a very, very good customer who has made several orders since I opened my store, over 600 so far, always pays with PayPal and seldom has a problem. A few times she has had to return an item when it arrived damaged (I am using a RMA contrib.) and she made a comment to me that she felt it took forever to find her order in the account_history.php so she could start the RMA process. She always has her order number so I was wondering if someone could help me create a"Find Order" search box and button that would look at her orders and display the one she is looking for. Of course this would be global to any customer logged into there own account. I have done a search through the contributions, knowledgebase and forums but have yet to come across anything like this yet. Thanks in advance for any help with this. :thumbsup: Bob G. Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.
RyanSmith Posted January 21, 2005 Posted January 21, 2005 I have a very, very good customer who has made several orders since I opened my store, over 600 so far, always pays with PayPal and seldom has a problem. A few times she has had to return an item when it arrived damaged (I am using a RMA contrib.) and she made a comment to me that she felt it took forever to find her order in the account_history.php so she could start the RMA process. She always has her order number so I was wondering if someone could help me create a"Find Order" search box and button that would look at her orders and display the one she is looking for. Of course this would be global to any customer logged into there own account. I have done a search through the contributions, knowledgebase and forums but have yet to come across anything like this yet. Thanks in advance for any help with this. :thumbsup: Bob G. <{POST_SNAPBACK}> Create a form in account.php when the use clicks redirect to: tep_redirect(tep_href_link('account_history_info.php', 'order_id=' . $HTTP_VARS['my_order_txt'])) Or somthing of the like. osCommerce is a great piece of software with wonderful contributions. Spend some time in the contribution area. There are a lot of gems there.
bobg7 Posted January 21, 2005 Author Posted January 21, 2005 Ok, that confused me - :blink: but thanks. I'm just looking for a place where the customer inserts there order number in the account_history.php page and it displays that order. Bob G. Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.
AfterDark Posted January 22, 2005 Posted January 22, 2005 copy the code that does the same thing from admin.... You may need to change the syntax a bit but the thing you seek is already there.....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.