evolution.x Posted February 1, 2011 Share Posted February 1, 2011 Hi,Here is my question, i need to add a countdown timer on just one product page below the add to cart box?I can modify the product.tpl but then this shows on every product page i just need 1 individual product to have a countdown timer.I am able to add the countdown myself i just need some advise on how to show it on only 1 specified product page.Preferably i would like it in a new box under the add to cart area, not in the description.Any help on this matter would be greatly appreciated!!Regards Link to comment Share on other sites More sharing options...
Patric Posted February 1, 2011 Share Posted February 1, 2011 Please edit your topic's title according to the forum's rules, else it will be closed. Link to comment Share on other sites More sharing options...
aegypius3 Posted February 5, 2011 Share Posted February 5, 2011 Hey, how can I add the countdown to every product. Please help me. Thanks Link to comment Share on other sites More sharing options...
shokinro Posted February 5, 2011 Share Posted February 5, 2011 embrace your countdown timer code with following two lines {if $product->id == XXX} you countdown timer code here {/if} where XXX should be your product ID, you can get this ID from your back office catalog page. Link to comment Share on other sites More sharing options...
evolution.x Posted February 7, 2011 Author Share Posted February 7, 2011 Works great thanks!! Link to comment Share on other sites More sharing options...
evolution.x Posted February 17, 2011 Author Share Posted February 17, 2011 Is it possible to use the code for multiple products? eg: {if $product->id == XXX,XXX,XXX,XXX} you countdown timer code here {/if} I have tried the comma to separate the ids but no luck?EDIT: Or maybe a whole catergory?? Link to comment Share on other sites More sharing options...
shokinro Posted February 17, 2011 Share Posted February 17, 2011 try this {if $product->id == XXX OR $product->id == XX OR $product->id == X} you countdown timer code here {/if} Link to comment Share on other sites More sharing options...
evolution.x Posted February 18, 2011 Author Share Posted February 18, 2011 Thanks for your help shokinro!Works great Link to comment Share on other sites More sharing options...
softwarehelper Posted March 20, 2011 Share Posted March 20, 2011 Hey Evolution and the VIP Member,Can you please let us know what the code was to put counter on products. I am deadly in need of it.Plus, I need a counter to show how many products bought instead of how many left.Thanks a lott... Link to comment Share on other sites More sharing options...
shokinro Posted March 20, 2011 Share Posted March 20, 2011 Quote I need a counter to show how many products bought instead of how many left. I have a free module to do that.you can download it from http://addons-modiles.com/ Link to comment Share on other sites More sharing options...
lav3pa Posted January 28, 2012 Share Posted January 28, 2012 to evolution.x-->can you post the code for countdown timer for product page, please Link to comment Share on other sites More sharing options...
Recommended Posts