Results 1 to 6 of 6
  1. #1
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Hello. I need a little help

    HEADING_TITLE_PRODUCT_DETAILS is displayed on product info page. I'm not sure when this happened but here is a list of recent things done to the store v1.39h.

    1. moved the install to "root". was in a folder /store/
    2. upgraded ty package tracker mod to current version
    3. reinstalled sitemap xml mod

    Anybody have any ideas?
    Drunkguy

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Hello. I need a little help

    I will post the standard way of sorting these things out but personally checking I do not see
    HEADING_TITLE_PRODUCT_DETAILS as a constant

    https://www.zen-cart.com/tutorials/index.php?article=38
    https://www.zen-cart.com/tutorials/index.php?article=39

    Maybe a link to this page and post as this to prevent it from being indexed

    zen-cart dot com

  3. #3
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Hello. I need a little help

    Thanks Kobra.

    hXXp://www.angiejolee.com/index.php?main_page=product_info&cPath=10_143&products_id=5300

    shows the problem. The problem IS template specific Im sure. the product_info_display.php file is not the problem, I uploaded the original file from the template set but no joy.

    Here is the code at the top of product_info_display.php If I delete it then it does not show obviously.

    <div class="centerBoxHeadingDetail">
    <div class="dhead"> <span class="float-left"><?php echo HEADING_TITLE_PRODUCT_DETAILS; ?></span>

    <!--bof Prev/Next bottom position -->
    <?php if (PRODUCT_INFO_PREVIOUS_NEXT == 2 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
    <?php
    /**
    * display the product previous/next helper
    */
    require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
    <?php } ?>
    <!--eof Prev/Next bottom position -->

    <div class="clearBoth"></div>
    </div>
    </div>


    Thanks again
    Drunkguy

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Hello. I need a little help

    <div class="dhead"> is template created and not a standard div

    I suspect that the corresponding language file defining the constant
    HEADING_TITLE_PRODUCT_DETAILS

    is either missing or has not been loaded or maybe not created

  5. #5
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Hello. I need a little help

    Thanks

    I'll look in that coral.

  6. #6
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Hello. I need a little help

    I figured it out. It was includes/languages/pure_aqua/english.php
    which was overwritten by a mod. Just had to merge them.

    Thanks
    Drunkguy

 

 

Similar Threads

  1. Need a little Help
    By captonzoom in forum General Questions
    Replies: 6
    Last Post: 18 Jan 2013, 11:13 PM
  2. Hello everyone , i have an problem need your help again now!
    By gueston in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 May 2009, 05:02 AM
  3. Need a little help
    By Ajaysports in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Apr 2009, 12:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg