Ginno Posted June 15, 2013 Share Posted June 15, 2013 (edited) hi I have a problem with the virtual product when I want to pay a product, displays the message "No installed any payment method" I installed the payment module cash on delivery and bank wire Payments to carriers I have only one currency activated and one country TKS Edited June 15, 2013 by Ginno (see edit history) Link to comment Share on other sites More sharing options...
Bob Wagstaff Posted June 16, 2013 Share Posted June 16, 2013 It's probably not a solution, but how are you proposing physically to accept cash on delivery for an online product? Surely the whole point of an online product is that the purchaser can buy it from his computer desk without having to visit anyone to pay cash? I would suggest installing the Paypal module. I have virtual products and Paypal works fine for me. Link to comment Share on other sites More sharing options...
Ginno Posted June 16, 2013 Author Share Posted June 16, 2013 yes you are right ... but if it is accompanied by a product in your shopping cart happens the same thing .. Link to comment Share on other sites More sharing options...
mavynet Posted February 24, 2014 Share Posted February 24, 2014 if you have any virtual products in cart the CoD is not available. For making it available you have to comment some rows in /modules/cashondelivery/cashondelivery.php, specifically: foreach ($params['cart']->getProducts() AS $product) { $pd = ProductDownload::getIdFromIdProduct((int)($product['id_product'])); if ($pd AND Validate::isUnsignedInt($pd)) return false; } Hope this helps other people. Link to comment Share on other sites More sharing options...
Recommended Posts