Aletiger Posted May 24, 2007 Share Posted May 24, 2007 Hi, I need to add a 5€ fixed fee to my cash on delivery module. How can I do this. Instead, how can I associate a fixed fee of 5€ in the Order Total to the Cash on Delivery shipping module? I want that, if a user selects the Cash On Delivery shipping method, a fixed fee is added. Only in this case. It seems to be very simple, but I'm not able to do it :'( Please help me... Ale Quote Link to comment Share on other sites More sharing options...
satish Posted May 24, 2007 Share Posted May 24, 2007 Add some code so in order total $5 is added in this function function confirmation() { return array('title' => MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION); } Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Link to comment Share on other sites More sharing options...
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.