Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Track a Return Contrib Problem


dotcom012

Recommended Posts

I installs the RMA Contribution, but when someone goes to track one, it prompts them to login, upon logging in, you input the rma number that you wich to track and when you hit "Find Return", it loops back to the login area. Any suggestions. Everything else works fine, you can submit them, update them and everything else, except track it.

 

Any Suggestions???

 

 

Thanks

Link to comment
Share on other sites

  • 3 months later...
I installs the RMA Contribution, but when someone goes to track one, it prompts them to login, upon logging in, you input the rma number that you wich to track and when you hit "Find Return", it loops back to the login area. Any suggestions. Everything else works fine, you can submit them, update them and everything else, except track it.

 

Any Suggestions???

Thanks

 

I dont know if this is the "proper" way to do this, ive been lurking, reading the forums and then some :P

I saw that after the second login, when you returned to the rma tracking page, there was two sets of osCid's in the address bar, which is not the way it should be.

I then found out that the form when a customer puts in his/her RMA number was not holding the osCid session, so i duplicated from another form and came to this solution which actually works !

 

in the "returns_track.php" around line 133 find

$returns = '<form action="' . $PHP_SELF . '?action=returns_show" method=post>

Replace with (If you use SSL)

$returns = tep_draw_form('track', tep_href_link(FILENAME_RETURNS_TRACK, 'action=returns_show', 'SSL')) . '

Replace with (Non SSL)

tep_draw_form('track', tep_href_link(FILENAME_RETURNS_TRACK, 'action=returns_show', 'NONSSL', false), 'get') . '

 

Hope this works!

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