2
votes

I am working on a theme for Magento and simply modifying the base theme. When I am editing the app/design/frontend/base/default/template/checkout/onepage/billing.phtml file and any of the other files within the onepage folder it doesn't update the actual process of the checkout. Even if I erase the whole file the contents of that step on the checkout are still there. Is this content being pulled from another spot? ( i have cache disabled )

2

2 Answers

5
votes
  • turn on template hints
  • add print_r(get_included_files()); at the end to your php to see what files and from where are included
  • make sure that your site is not APC cached
1
votes

Has the exact same problem, for some reason there is another billing.phtml in the persistent directory that is being used....