Announcement

Collapse
No announcement yet.

Extended Info Page

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

    Extended Info Page

    When "Continue Shopping" link in the Extended Info Page is clicked, instead of returning to the product page, as in v7, it takes the user to Search.html

    How can this be made to work correctly?
    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
    I had a similar problem because I set my extended info page to load in the same page.

    They only offer a close button for the extended info page and it would normally close the page. But, if you have set extended info to load in current page it will take you to the search page on closing.

    Getting the extended info page to load correctly is a real hassle so I reverted back to a popup page. Its not browser friendly but makes life using actinic a little easier.
    Leigh Robinson

    Hand forged, hand folded custom swords
    http://www.masterforge.co.uk

    Comment


      #3
      Hello

      I have passed this on to the development team and will post back my findings here.
      Krithika Chandrasekar
      SellerDeck

      sigpic

      E-commerce software by SellerDeck

      Comment


        #4
        Hello

        This has been reported as a bug. Meanwhile please try this workaround :

        1. Switch to the Design tab. In the Content Tree, click on any of the products which has Extended Information window enabled.

        2. Now click on the Design Tree and look for the ExtendedInfoPageDesign selector under Standard Extended Information Links. Click on the layout represented by a purple polygon in a white box. (For eg, Name and Info Text Displayed Left of Image)

        3. Look for the codes :

        document.write('<a href=<actinic:variable Name="SearchPageURL"/>?PRODREF=<actinic:variable name="ProductReference"/><actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<Actinic:Variable Name="ShopID"/></actinic:block> target=_parent><actinic:variable name="CloseLabel"/></a>');
        [Note : This should be between the <script...> ...</script> tags.]

        Replace the above with :

        document.write('<a href=<actinic:variable name="SearchCGIURL"/>?PRODREF=<actinic:variable name="ProductReference"/>&NOLOGIN=1<actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">&SHOP=<actinic:variable name="ShopID" /></actinic:block> target=_parent><actinic:variable name="CloseLabel" /></a>');
        4. Apply and update the site. Clicking on Close Window should now take you back to the source section page.
        Krithika Chandrasekar
        SellerDeck

        sigpic

        E-commerce software by SellerDeck

        Comment

        Working...
        X