meccabooks Posted April 30, 2012 Share Posted April 30, 2012 I use fulfillment service to fill all my orders, currently I have a tedious way of sending order to them. Every time I recieve a order, I forward the order email to them, and also I have to send them the ISBN / Barcode of each item on the order as they track the items by ISBN/Bar-code. I have customs SKU's assigned to the items. Is there any way I can customize that instead of Ref No field in the confirmation email I get the ISBN's of the products and a copy of the email automatically goes to the fulfillment center too. Thanks.. Link to comment Share on other sites More sharing options...
matusl Posted April 30, 2012 Share Posted April 30, 2012 Hello, have you solved this? Was some custom module / programming needed? Thanks! Link to comment Share on other sites More sharing options...
meccabooks Posted May 1, 2012 Author Share Posted May 1, 2012 Hello, have you solved this? Was some custom module / programming needed? Thanks! I am still waiting for a fix.. any help will be appreciated... Link to comment Share on other sites More sharing options...
tomerg3 Posted May 1, 2012 Share Posted May 1, 2012 It would require editing the variable that is sent in that email. This happens in /classes/PaymentModule.php You want to replace <td style="padding: 0.6em 0.4em;">'.$product['reference'].'</td> With the variable that has the barcode (proibably $product['upc']) If you're making money off your site, it may be worth looking into developing a module that will automate the process for you completely... Link to comment Share on other sites More sharing options...
meccabooks Posted May 5, 2012 Author Share Posted May 5, 2012 It would require editing the variable that is sent in that email. This happens in /classes/PaymentModule.php You want to replace <td style="padding: 0.6em 0.4em;">'.$product['reference'].'</td> With the variable that has the barcode (proibably $product['upc']) If you're making money off your site, it may be worth looking into developing a module that will automate the process for you completely... Depending on the cost of the module.. I might be interested.. also any help with me starting affiliate program ans suggestions will be appreciated.. Link to comment Share on other sites More sharing options...
meccabooks Posted June 5, 2012 Author Share Posted June 5, 2012 It would require editing the variable that is sent in that email. This happens in /classes/PaymentModule.php You want to replace <td style="padding: 0.6em 0.4em;">'.$product['reference'].'</td> With the variable that has the barcode (proibably $product['upc']) If you're making money off your site, it may be worth looking into developing a module that will automate the process for you completely... Is there any way to send XML feeds of the orders recieved to Third Party ( in my case fulfillment center) Link to comment Share on other sites More sharing options...
tomerg3 Posted June 5, 2012 Share Posted June 5, 2012 Everything is possible, it would require a custom module that will work with your 3rd party service. Link to comment Share on other sites More sharing options...
kathrynd'suza Posted November 3, 2012 Share Posted November 3, 2012 If your service provider is not doing well then you ought to change your service provider and get a better service and get work done without stress. I had also gone through this same condition. Link to comment Share on other sites More sharing options...
Recommended Posts