dave111 Posted September 25, 2006 Posted September 25, 2006 Support Thread for: Individual Product Payment Methods Description: This contribution allows you to select which payment methods you would like to enable for each individual product. http://www.oscommerce.com/community/contributions,4551 Quote
Orgman Posted February 13, 2013 Posted February 13, 2013 i don't know if this topic is still active, but I downloaded the file for the Individual Product Payment Methods and followed instructions as far as code changes go (with one exception). I could not find this section in catalog/admin/categories.php Find: echo tep_draw_hidden_field('products_image', stripslashes($products_image_name)); Below it add: // INDIV_PM BEGIN if(is_array($_POST['payment_methods'])){ foreach($_POST['payment_methods'] as $val){ echo tep_draw_hidden_field('payment_methods[]', $val); } } // INDIV_PM END Other than that, everything was fine. I enabled COD in the store and edited the product to COD only, but on checkout, the store still takes the buyer to Paypal. Is this missing piece of code the deciding factor and if so, can anyone suggest how I find it? or perhaps how to direct the buyer to complete the transaction as COD? Thank you 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.