Announcement

Collapse
No announcement yet.

Second Extended Info Page 404 problem

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

    Second Extended Info Page 404 problem

    I'm having a problem with 2nd Extended Information Pop-Up page since upgrading to v10.

    Any new products added after the upgrade display a 404 error when the link is clicked. Products created before the upgrade (from v9.01) are fine and display the extended info page correctly.

    To test, I changed the product reference of 1 item which was created before the upgrade, and the 404 error occurred. When I changed it back to its original reference and uploaded, the link worked ok.

    Is this a bug? Does anyone have any suggestions?

    To view the problem this is the url

    http://www.flowergallery.co.uk/acata...-Delivery.html

    Click on the "Delivery Information" link on the product page.

    All of the products in the Christmas Section are affected, but those in all other sections work ok.
    Brian
    www.flowergallery.co.uk
    Same day flower delivery to UK
    Same day flower delivery to Republic of Ireland
    International Flower Delivery

    Located in Argyll, Scotland, UK

    #2
    A second Extended Info page isn't standard Actinic.

    Best tell us the code you're using (or where you got it) so we know what to look at.

    Also, what was your prior version of Actinic?
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      This is the code I'm using.
      Code:
      <actinic:block if="%3cactinic%3avariable%20name%3d%22showsecondpopup%22%20%2f%3e" >
        
      <br />
      <a href="<actinic:variable name="productid"/>_alt_popup.html"
       target="actpopup"
       onclick="return showpopup('<actinic:variable name="productid"/>_alt_popup.html',700,500);"><img src="deliveryinfo.jpg" border=0</a>
      
      </actinic:block>
      Prior version was v9.01. Got the original code from AUG for v9.

      Had initial problems after upgrade to v10 - see thread:-

      http://community.actinic.com/showthread.php?t=48451

      Once the fix in the thread was applied everything worked fine. However, on adding Christmas products the 404 problem appeared.

      All older products work fine.
      Brian
      www.flowergallery.co.uk
      Same day flower delivery to UK
      Same day flower delivery to Republic of Ireland
      International Flower Delivery

      Located in Argyll, Scotland, UK

      Comment

      Working...
      X