Announcement

Collapse
No announcement yet.

Wishlist Addition

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

    Wishlist Addition

    Can you please create another instance of HTML instance 1191:

    <a href="%s">

    Which is used for opening up extended info popups and further info links. I wish to have target="_blank" for further info but this causes the javascript popup code to fail.

    Cheers
    Matt
    Actinic User since v.3

    Custom Actinic Site Specialist:
    <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
    <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
    <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

    #2
    Hi Matt

    If you want a further information page, have you tried using Product Details | General | File/URL? This will open a link in the same window.

    Alternatively, if you want the extended info page layout, but in the same window, you could generate the popup page but without displaying a link. Then use a custom property with the popup page name as the value and create a flat link to this CUSTOMVAR in the ProductLine template.

    Any good? If not, I'll put your request on the wishlist.

    Ben
    Ben Popplestone
    Ecommerce website software

    Comment


      #3
      If you want Information Link page to open in a new window then this seemingly incorrect URL entered into the File/URL field will do it:-

      www.mysite.html" target="_blank

      when Actinic expands that inside <a href="%s"> it gets the correct syntax. e.g.

      <a href="www.mysite.html" target="_blank">

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Ben, I want to be able to use both the Product Details | General | File/URL and the extended info popup but i want the File/URL extended link to appear in a new window.

        Norman, thanks for the suggestion but I am using the File/URL field to specify a file on my local HD meaning that it will be uploaded by catalog. I guess i'm going to have to come up with another solution!
        Matt
        Actinic User since v.3

        Custom Actinic Site Specialist:
        <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
        <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
        <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

        Comment


          #5
          Oopps. I forgot the http:// bit in the above post.

          You could always enter the file name as

          http://myserver.com/acatalog/myfile.html" target="_blank

          and upload myfile.html via Advanced / Additional Files. This is fine if you only do this a few times but a pain if you've lots of such pages.

          Norman
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Thanks Norman, I had just though the same thing. It will probably suffice for a short-term solution until I can be bothered to work out something more permanent.
            Matt
            Actinic User since v.3

            Custom Actinic Site Specialist:
            <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
            <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
            <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

            Comment

            Working...
            X