plutten22 Posted September 30, 2014 Share Posted September 30, 2014 Hi I would like to have a more details button on my product page under short description. When you hit the button i want it to scroll down to more details tab. I use the html box pro module to do this. I have made a custom hook in product.tpl Now i need to know what code to put in editor to make it scroll down. Can anybody help me. Thank you Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2014 Share Posted September 30, 2014 in your new hook add code like: <a name="mynewsection"></a> and to "mera information se nedan" add a href, something like: <a href="#mynewsection">mera information se nedan</a> Link to comment Share on other sites More sharing options...
plutten22 Posted September 30, 2014 Author Share Posted September 30, 2014 Thanks Vekia. Can you please explain more details where to put everything. Im not shure if i understand. Plutten22 Link to comment Share on other sites More sharing options...
plutten22 Posted September 30, 2014 Author Share Posted September 30, 2014 Thanks Vekia. I understand now. It works well. Thank you plutten22 Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2014 Share Posted September 30, 2014 Thanks Vekia. Can you please explain more details where to put everything. Im not shure if i understand. Plutten22 not a problem, even if you confirmed that it works. so, you can associate blocks with your new hooks. In block you will create - create there an anhor <a name="mynewsection"></a> this code will be "invisible" for customers eye, but it will mark a place in your product page. in your product.tpl file, where you've got button "more info" add an anhor link to your new mark named "mynewsection" <a href="#mynewsection">mera information se nedan</a> then if someone will click on it, will be moved to marked as "mynewsection" place in your theme :-) Link to comment Share on other sites More sharing options...
plutten22 Posted September 30, 2014 Author Share Posted September 30, 2014 Ok Super nice . thank you very much. Plutten22 Link to comment Share on other sites More sharing options...
Recommended Posts