-1

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 !

6
  • you can use product custom option Commented Mar 18, 2014 at 9:47
  • where and how can i do this by developpement Commented Mar 18, 2014 at 9:58
  • kamal250.wordpress.com/tag/… or pravams.com/2011/05/25/… Commented Mar 18, 2014 at 10:31
  • seems u don't understand what i mean see this link : custom-price-extensions.magentoext.com/… Commented Mar 18, 2014 at 10:47
  • It works, right? I can put in any price I want for the TV - it's great. I'm getting one for $67. What is your question? Do you want to display additional text inside the input box next to the text $2999.99? Commented Mar 18, 2014 at 17:33

1 Answer 1

0

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.