Announcement

Collapse
No announcement yet.

search for my product numbers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    search for my product numbers

    I have set-up the catalogue with the product reference numbers that are in our stock system. These all start with 4 digits and some of the end with a letter. However the search for product reference numbers which call ss000001.pl then goes to the page but with an anchor of the product number with an "a" on the front, so for example product reference 0135 goes to the page with http://www.podseeds.co.uk/acatalog/O...232.html#a0135. This always shows the first product on the page never the actual product further down. I have tried searching for this in the forums but cannot find a similar problem.

    www.podseeds.co.uk

    #2
    That #a0135 is correct. Howver your generated page has an anchor like

    Code:
    <a name="0135A"><span class="actregular"><b>CARROT OXHEART</b></span></a>
    This looks rather like you've upgraded from an earlier version of Actinic and the upgrader hasn't sorted the anchor properly.

    Check your Product Layout and make sure that you have code as follows.
    Code:
             <a name="<Actinic:Variable Name="EncodedProductAnchor"/>"></a>
    			<h3 class="product"><Actinic:Variable Name="ProductName"/></h3>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I can confirm 100% what is said above, can't i Norman?

      A useful thread on this can be found here - http://community.actinic.com/showthread.php?t=24881

      Comment

      Working...
      X