Magento how do I override/alter template/payment/form/purchaseorder.phtml file -


i need add text file [template/payment/form/purchaseorder.phtml], particular store within clients' magento site. when make change purchaseorder.phtml file, changes text on stores. need somehow customize 1 store in particular.

i have read comments on several sites, mention changing local.xml, change config.xml, make changes in admin panel, such small change, don't want disrupt going overboard.

i need extend functionality on backend change can made particular store or stores. sites has 5 stores built 1 install , need make above change 1 store.

i think need somehow add po field heading , "additional text" option purchase order section in image two. correct, if how do this?

could point me in right direction making type of change please.

note: can't create directory structure, copy files, change needed files option

this magento 1.7

enter image description here

enter image description here

copy purchaseorder.phtml file base/default directory paste in current template. can alter content of purchaseorder.phtml in current directory, wont affect base file.like below,

copy from

app/design/frontend/base/default/template/payment/form/purchaseorder.phtml

paste

app/design/frontend/base/current_theme/template/payment/form/purchaseorder.phtml

when override section, folder structure should resemble default template folder structure current_theme/template/form/ payment/purchaseorder.phtml . sorry bad english.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -