Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i m developping an extention for a company and i wanna know how to add input to localhost//sony-vaio-vgn-txn27n-b-11-1-notebook-pc.html page.

this is image shows where i wanna show it : enter image description here

_________

anyone knows how to do this ?

Thank you !

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
141 views
Welcome To Ask or Share your Answers For Others

1 Answer

Please be patient. Do not use $('#myDiv').hide() - it is not the answer. You should be looking to a .phtml file

[your theme or your module]/template/catalog/product/view.phtml

That .phtml file should tell you which .phtml file is generating the HTML for the input box, from there you should edit the .phtml file that generates the input box and change the input box value from '$2999.99' to 'must be greater than $2000' or whatever you want to put in the input box.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...