Marco Damaceno
Marco Damaceno

Reputation: 141

How to change design of checkout billing in Magento 1.9.1?

I have copied the file ../template/checkout/onepage/billing.phtml to my theme and I have changed its code, but nothing changes. Other files like shipping changes when I make a modification.

Why does this happen? How can I change the billing.phtml?

Upvotes: 0

Views: 970

Answers (1)

Pankaj Pareek
Pankaj Pareek

Reputation: 3836

To find out particular template file in magento, use template hint paths. here is the good tutorial to enable this:

http://excellencemagentoblog.com/magento-template-path-hints-magento

You can access Checkout billing step file from the following location in your theme:

template/persistent/checkout/onepage/billing.phtml

Hope this helps !!

Upvotes: 3

Related Questions