V4.2.x Breadcrumb broken when accessing from userbrowselistings.php

Discussion in 'v4.2.X Bug Tracker' started by freeze2, Nov 17, 2012.

Thread Status:
Not open for further replies.
  1. freeze2 Super Moderator

    Scenario:

    When you have an incomplete listing and you access the listing through userbrowselistings.php, the breadcrumb trail becomes broken because the category id has not been included in the url query string.

    To Fix, go to your user/userbrowselistings.tpl of your current or default template.

    Find at approximate line 77:

    Code:
    onClick="MM_goToURL('parent','usercheckout.php?step=6&listingid={$entry.id}&productid={$entry.oProductID}');return document.MM_returnValue"
    Change to:

    Code:
    onClick="MM_goToURL('parent','usercheckout.php?step=6&listingid={$entry.id}&productid={$entry.oProductID}&category={$entry.section}');return document.MM_returnValue"
    That should take care of it.
  2. Mike-N-Tosh Owner

    This has been fixed and will be included in the next update v4.2.6
Thread Status:
Not open for further replies.

Share This Page