cancel
Showing results for 
Search instead for 
Did you mean: 

Enable Cash on delivery option for specific product

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Enable Cash on delivery option for specific product

Hi..

 

I have developed the magento website called https://tumree.com and I needto enable COD for test product.

 

URL: https://tumree.com/test-product

I need to enable cash on delivery for above product only. There is a option for disable COD for specific product. But I need to enable for one.

 

I have tried writing rule in shopping cart rule. But couldn't fix the issue. Pls help me to find the solution...

1 REPLY 1

Re: Enable Cash on delivery option for specific product

Hi

 

You can change it from a observer. Since you need this base on product. You need to check the cart and base on your product on the cart display the COD

 

Try this method

http://www.forgeonline.co.nz/magento-payment-method-for-testing/

 

Code can be found in github account

 

Don Udugala