theway007 Posted December 12, 2016 Share Posted December 12, 2016 Hi Everyone, Is there a module that we could create a coupon/voucher, where the customer can the promotion as a credit instead of discount? For example, $100 credits added to their fund balance. Thank you! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted December 12, 2016 Share Posted December 12, 2016 you can search in Marketplace for similar module, if you didn't find it then you possibly need someone to write it for you 0 Quote Link to comment Share on other sites More sharing options...
theway007 Posted December 12, 2016 Author Share Posted December 12, 2016 you can search in Marketplace for similar module, if you didn't find it then you possibly need someone to write it for you Hi, thank you for your reply. We know the Marketplace. But we can't find it. Would like to ask fellow forumer that anyone knows a third party plugin that works like this? 0 Quote Link to comment Share on other sites More sharing options...
wsa Posted December 12, 2016 Share Posted December 12, 2016 You can post here if you like 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted December 15, 2016 Share Posted December 15, 2016 You can do it lo-tech by : * add a product called $100 credit at a price of $100 * add a coupon for 100% of that product and on accepting orders for it, use the manage credits link on the client summary if you want to automate you'll be needing to use the API: $command = 'addCredit'; $values['clientid'] = $tblclient['id']; $values['amount'] = $amount; $values['description'] = $desc; $result = localAPI($command, $values, $apiadmin); 0 Quote 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.