ErikA Posted September 16, 2011 Posted September 16, 2011 After trying to install Ship2Pay in a 2.3.1 installation of OSCommerce, I don't get it to work. There is a difference in the modules.php in /admin/includes/boxes, the installation instruction assume code that is not there. Am I correct in assuming that the Ship2Pay contribution doesn't work in 2.3.1? If so, is there an alternative? Quote - Als je gewoon niet te diep nadenkt klopt alles -
Guest Posted September 16, 2011 Posted September 16, 2011 ErikA, Yes, there would be slight differences in the way the modules are coded for RC2a and v2.3.1 especially when adding the module to the admin>> modules>> shipping area. Chris Quote
ErikA Posted September 22, 2011 Author Posted September 22, 2011 Well, i just skipped the admin part now, since that doesn't work. Setting the correct payment method to the selected shipping method means editing the 'ship2pay' sql-table now. For those who want this too, here's the syntax of an example where I restricted the allowed payment to 'cash' in case of 'store pickup'; s2p_id: 1 (this is an autoincrement field, so set this to the first not used number) shipment: spu_spu (yes, this must be double with the underscore) payments_allowed: cash.php (notice the .php extension here). Multiple instances should be seperated by a ';', but that doens't seem to work in my case status: 1 (for active I guess) Quote - Als je gewoon niet te diep nadenkt klopt alles -
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.