Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alphacomputersus

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Everything posted by alphacomputersus

  1. Hello Jim, I did what you suggested me and now the bottom index.php looks: <?php } else { // default page // Start Modular Front Page ?> <div class="contentContainer"> <?php echo $oscTemplate->getBlocks('front_page'); ?> </div> <?php // End Modular Front Page <h1><?php echo HEADING_TITLE; ?></h1> <div class="contentContainer"> <div class="contentText"> <?php echo tep_customer_greeting(); ?> </div> <?php if (tep_not_null(TEXT_MAIN)) { ?> <div class="contentText"> <?php echo TEXT_MAIN; ?> </div> <?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </div> <?php } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> web-page doesn't work, gives me an error: Parse error: syntax error, unexpected '<' in /home/a3714745/public_html/index.php on line 257 What did I do wrong? thank you for your help.
  2. Hello Jim, comparison program WinMerge, Thank you.
  3. Hello, I'm kind of new here and I'm going to ask you guys give me some advices about installing Modular Front Page, first of all what changes I have to do with my catalog/index.php to make Modular Front Page works? Bottom of index.php from add-on looks: <?php } else { // default page // Start Modular Front Page ?> <div class="contentContainer"> <?php echo $oscTemplate->getBlocks('front_page'); ?> </div> <?php // End Modular Front Page } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Bottom of index.php from my page looks: <?php } else { // default page ?> <h1><?php echo HEADING_TITLE; ?></h1> <div class="contentContainer"> <div class="contentText"> <?php echo tep_customer_greeting(); ?> </div> <?php if (tep_not_null(TEXT_MAIN)) { ?> <div class="contentText"> <?php echo TEXT_MAIN; ?> </div> <?php } include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </div> <?php } require(DIR_WS_INCLUDES . 'template_bottom.php'); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> What should I add/delete in index.php at my page to make the Modular Front Page add-on works. Thank you.
×
×
  • Create New...