Announcement

Collapse
No announcement yet.

ProductImageFileName Problem

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

    #16
    Hmmm. That's as it should be but still something is wrong.

    Try replacing:
    Code:
    <actinic:variable name="ProductImageFileName" />
    With:
    Code:
    <actinic:block php="true">echo str_replace('\\', '/', '<actinic:variable name="ProductImageFileName" encoding="perl" selectable="false"  />');</actinic:block>
    And see if that fixes things.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #17
      Hi Norman,

      When I changed the appearance to quoted perl , the images came to life. Amending the code as per your suggestion also brings it to life. see code below. What difference it makes or what else it fixes, I have no idea. However, I'm happy to go along with your suggestion. should be OK, I presume?

      regards
      Nilesh


      Code:
       <actinic:block if="%3cactinic%3avariable%20name%3d%22ProductThumbnailImageFileName%22%20%2f%3e%20%21%3d%20%22%22" ><img class="displayed" src="<actinic:block php="true">echo str_replace('\\', '/', '<actinic:variable name="ProductImageFileName" encoding="perl" selectable="false"  />');</actinic:block>" alt="<actinic:variable name="ProductName" />" align="bottom"   /> </actinic:block>

      Comment


        #18
        Whichever fix you're happy with is OK.

        For the record, can you tell us the exact version of Actinic and Windows you're using?
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #19
          Hi,

          I'm running Actinic Business V11.0.2 on Windows XP SP2. Hardware is MacBook Pro 15" and 8Gb Ram with Parallels V5 with 2GB allocated to Windows guest O/s. As for our previous conversation, I'm sticking with the recommendation you've suggested in case of any future issues cropping up.

          Yet again, you've guided us out of another sticky situ. So, thank you once again for all your help. It is very much appreciated.

          Many Thanks & Kind Regards
          Nilesh

          Comment

          Working...
          X