Guest Posted November 22, 2003 Posted November 22, 2003 Just wondering if there is a RMA Returns type mod that will work with MS2, or if anyone had figured out how to adapt the RMA mod listed http://www.oscommerce.com/community/contri...ons,1136/page,7 to work on MS2. Thanks in advance for any info you may offer. Regards Tom Quote
Strife Posted November 25, 2003 Posted November 25, 2003 I am also curious if anyone has gotten in to work. It would definately make my life easier if someone has. Quote
Guest Posted November 25, 2003 Posted November 25, 2003 Strife (Ryan),, Looks like no one else using MS2 has returns,, :D I sure would like to know there secret b4 I open my page for sales,, LOL Anyway,, if anyone has a Returns System in place on MS2,, please let us know which mod and the details Thanks in advance Regards Tom Quote
Panzerguy Posted November 27, 2003 Posted November 27, 2003 Like the two guys above, I too would love to install the RMA return mod on my MS2 store. However, it looks to be a very involved contribution requiring many file changes and with my very limited php experience I am loathe to install a MS1 contrib on my MS2 store and then attemp to debug...... Surely there are people out there who have got this running under MS2. Let us know how you did it. Any help or suggestions would be greatly appreciated. In anticipation of many replys....Thanks Pete Quote
Strife Posted November 30, 2003 Posted November 30, 2003 Strife (Ryan),,Looks like no one else using MS2 has returns,, :D I sure would like to know there secret b4 I open my page for sales,, LOL Anyway,, if anyone has a Returns System in place on MS2,, please let us know which mod and the details Thanks in advance Regards Tom Haha, yea I would also like to know their secret. Until then I could really use this MOD. I have some PHP experiance, but I doubt it is enough to actually edit this contrib and get it to work with MS2. PLus I am wanting to go live fairly soon, so I can' tafford to take the time to wade through it. Maybe someone out there has gotten it to work. :) Quote
Guest Posted December 8, 2003 Posted December 8, 2003 So,, No one figured it out yet? Regards Tom Quote
Guest Posted December 8, 2003 Posted December 8, 2003 for those watching this post I found some info at http://www.oscommerce.com/forums/index.php?act...f=7&t=61077&st= maybe this will help us,, if anyone gets this to work,, please let the rest of us know Regards Tom Quote
defender39 Posted December 28, 2003 Posted December 28, 2003 I just installed this on my MS 1.5 contrib... yeah....I said it 1.5 since at this point its so hacked apart I dont want to call it MS1 anymore...its a hybrid. Basically I can install either at this point. Quote
dmarre Posted December 29, 2003 Posted December 29, 2003 I almost got it to work pretty good. The only issue i'm having is where i get an udefined function when it tries to generate an RMA number. I did have to comment out a few commands out to stop other errors, but it works fine. Just need to figure out the error with generating the RMA number. Quote
dmarre Posted December 30, 2003 Posted December 30, 2003 After weeks of tampering it is finally working for my standards. Thanks to the forums the majority of the issued were corrected and others were fixed from just searching all variables. To fix the RMA issue i put this code in return_product.php (the file that goes under the catalog directory) and commented out the lines creating the error(Line 39): $minumum = '0'; $maximum = '999999'; $randnum = rand($minimum,$maximum); $rma_value = tep_db_prepare_input($randnum); Now, for the next challenge. Thanks for all your help. Quote
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.