shendricks 0 Posted September 16, 2012 Hi, I need help please! ive been struggling this whole day to get a myserious number 1 removed from my product page. Picture attached. Thank you! Quote Share this post Link to post Share on other sites
jhnstcks 340 Posted September 16, 2012 A link to the page would be easier to use than the image if that's possible. Quote Share this post Link to post Share on other sites
yewster 11 Posted September 16, 2012 Hi, I need help please! ive been struggling this whole day to get a myserious number 1 removed from my product page. Picture attached. Thank you! Check your "product.tpl" file in your themes directory. If you can find the "1" in it then it is hard coded into the file. If you cannot find the one "1" above <!-- description and features --> in the file then it could be coming from one of your module. Did you install any new module that is hooked to the product footer? It might be displaying in {$HOOK_PRODUCT_FOOTER} in "product.tpl" file... In backoffice: Go to "Modules"... click "Positions" Look for "Product Footer" table and check which module is under it. Remember the name of the module and delete it. It won't be there anymore. The reason for remembering it is because in case if your application do not function correctly after deleting it. Then you could use the "Transplant a module" feature to re-hook the module to "product footer" Good luck! 1 Quote Share this post Link to post Share on other sites
shendricks 0 Posted September 16, 2012 Hi PrestaShop Newbie, It worked! The problem was that I installed a module, and once Ive deleted that, the "1" was missing! Thank you so much for your help! Stephan Quote Share this post Link to post Share on other sites
Dallerdkj 5 Posted February 21, 2013 OMG 1 day wasted, looking in tpl files. Finally. Just remove it from the position - you dont even need to uninstall it. 100% a module issue, even if it actually works. Mine was the free module store export. Just removed it from footer products in positions. Thank you yewster Quote Share this post Link to post Share on other sites
El Patron 2,772 Posted February 21, 2013 this is typically caused by a module doing a return with the value 1...just remove the return in the function...and the '1' will go away... Quote Share this post Link to post Share on other sites