shendricks Posted September 16, 2012 Share 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! Link to comment Share on other sites More sharing options...
jhnstcks Posted September 16, 2012 Share Posted September 16, 2012 A link to the page would be easier to use than the image if that's possible. Link to comment Share on other sites More sharing options...
yewster Posted September 16, 2012 Share 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 Link to comment Share on other sites More sharing options...
shendricks Posted September 16, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
Dallerdkj Posted February 21, 2013 Share 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 Link to comment Share on other sites More sharing options...
El Patron Posted February 21, 2013 Share 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... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now