sadaf Posted July 21, 2013 Share Posted July 21, 2013 i want to show Cah On Delivery available text on products page if COD is available for that product? how to do this>? Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 i don't know any method, delivery is based on many other things (like country, address etc, price ranges etc), not only on product specification Link to comment Share on other sites More sharing options...
sadaf Posted July 21, 2013 Author Share Posted July 21, 2013 okie so is it possible to do based on amount? like how you had written the code for COD for the minimum amount? Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 it is possible, in this case you have to edit the product.tpl file ad there simple If condition to check the price, if price>your_amount then display the information about cash on delivery Link to comment Share on other sites More sharing options...
sadaf Posted July 21, 2013 Author Share Posted July 21, 2013 you know it i cant do anything on my own please help me with some code... Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 no problem my friend, here is the code: {if $productPrice>25000}YOUR INFORMATION HERE{/if} put it somewhere into the product.tpl file located in your theme directory 1 Link to comment Share on other sites More sharing options...
sadaf Posted July 21, 2013 Author Share Posted July 21, 2013 Thanks a lott vekia you understood me Link to comment Share on other sites More sharing options...
vekia Posted July 21, 2013 Share Posted July 21, 2013 you're welcome i marked this thread as [solved] regards 1 Link to comment Share on other sites More sharing options...
Recommended Posts