Implementing our extensions into RWD theme, which is a default theme in Magento 1.9
In order to implement our extensions into RWD theme, you need to copy proper files from frontend / default / default folder to frontend / rwd / default . These folders are located in folders app / design / fronend and skin.
Here is an example for OnePage Checkout:
file
/ app / design / frontend / default / default / layout / webandpeople / onepagecheckout.xml
copy to
/ app / design / frontend / rwd / default / layout / webandpeople / onepagecheckout.xml
folder
/ app / design / frontend / default / default / template / webandpeople / onepagecheckout
copy to
/ app / design / frontend / rwd / default / template / webandpeople / onepagecheckout
folder
/ skin / frontend / default / default / css / webandpeople / onepagecheckout
copy to
/ skin / frontend / rwd / default/css / webandpeople / onepagecheckout
folder
/ skin / frontend / default / default / images / webandpeople / onepagecheckout
copy to
/ skin / frontend / rwd / default / images / webandpeople / onepagecheckout
folder
/ skin / frontend / default / default / js / webandpeople / onepagecheckout
copy to
/ skin / frontend / rwd / default / js / webandpeople / onepagecheckout
After all the files and folders are copied you need to apply fixes to css here
/ skin / frontend / rwd / default / css / webandpeople / onepagecheckout / onepagecheckout.css