cancel
Showing results for 
Search instead for 
Did you mean: 

Is it local.xml the right location for my layout update? Or should I create another file?

Is it local.xml the right location for my layout update? Or should I create another file?

I have added the following code in local.xml

<checkout_onepage_success>
    <reference name="head">
        <block type="core/template" name="cj_udo" template="cj/udo.phtml" />
    </reference>
</checkout_onepage_success>

on /app/design/frontend/base/default/layout/local.xml

Is this the right place, or should be separated?

What does it mean base folder? it means it applies to all themes and if I change theme it will continue working

 

Regards

Eva

aboutdogfence

1 REPLY 1

Re: Is it local.xml the right location for my layout update? Or should I create another file?

Hi @bestava3gm6ab6 

You need to update in the current active theme local.xml file.

app/design/frontend/<your_package>/<your_theme>/layout/local.xml

I hope it will help you!