How to access the header file, or the main "index.php" file

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeHow to access the header file, or the main "index.php" file

This topic has been marked as not resolved.

Hi, I was wondering where exactly is the file to edit the account successful page – http://honeybunny.com/opencart/index.php?route=account/success

I used chrome to inspect the element, but it tells me that the file is under index.php, but I have yet to find it. I tried digging around and I think it’s under a file named “heading title”, but I can’t find that either. I posted the link above, if anyone has an idea of where I can edit this page I would greatly appreciate it. I will contribute to this forum as much as I can while using shoppica on opencart.

Thanks in advance!

- Brandon

August 18, 2011 at 11:34 am #819
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 19, 2011 at 6:35 pm #886

It doesn’t show the html text:


<?php echo $header; ?>

  <!-- ---------------------- -->
  <!--     I N T R O          -->
  <!-- ---------------------- -->
  <div id="intro">
    <div id="intro_wrap">
      <div class="container_12">
        <h1><?php echo $heading_title; ?></h1>
      </div>
    </div>
  </div>
  <!-- end of intro -->

  <!-- ---------------------- -->
  <!--      C O N T E N T     -->
  <!-- ---------------------- -->
  <div id="content" class="container_16">

    <div id="success_message" class="grid_16">

      <div class="s_mb_20"><?php echo $text_message; ?></div>

      <span class="clear s_mb_25"></span>

      <div class="s_submit s_mb_30 clearfix">
        <a class="s_button_1 s_main_color_bgr" href="<?php echo $continue; ?>"><span class="s_text"><?php echo $button_continue; ?></span></a>
      </div>
      
    </div>

  </div>
  <!-- end of CONTENT -->
  
<?php echo $footer; ?> 

August 19, 2011 at 11:32 pm #892
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
August 22, 2011 at 10:42 am #941
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.