Announcement

Collapse
No announcement yet.

Extended Info Link

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

    Extended Info Link

    I want to use Extended Info to display an extra picture in a pop up window.

    I have set up the Extended Info page correctly.

    On the Links tab I have enabled 'Text link to extended info page'

    This does produce a pop up page ok. but the text link is under the 'add to cart button' below all the other information. Its is basically in an awful place and easily missed.

    I'd like to have this link just after the main description (which is where I believe it was in previous versions)

    I expect I need to edit the Product Layout (Image on left text wrapped around) which is the one I use.

    I think move;
    Code:
    <p class="product-text">
    			<actinic:variable name="ProductLinks" />
    		</p>
    to just below
    Code:
    	<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductDescriptionLength%22%20%2f%3e%20%3e%200" ><div class="product-text"><actinic:variable name="ProductDescription" /></div></actinic:block>
    Is that right?
    However I am worried that I may break the now working code which previously hid the 'add to cart button'. I edited according to Louises fix here;

    http://community.sellerdeck.com/showpost.php?p=348642&postcount=53


    I can of course just make the change and see... but the add to cart button goes missing bug was a bug(ger) to fix as it was not always obvious it was happening. So I may not see it breaking again.

    Can anyone advise if they believe
    a/ the above edit will do what I want
    b/ that it will not break the fix

    Cheers,
    Mark
    Arka Tribal Jewellery

    #2
    I think I've got this working ok..

    see here;
    http://www.arka-shop.co.uk/acatalog/...T05.html#SID=4

    if you click 'see this image' at the end of the product description the pop up appears. Ic ant see any evidence for disappearing 'add to cart' buttons.

    but I've noticed that if you enlarge the pop up window, the image goes oversized!
    How can I prevent that? so that it does not pixelate and display larger than it should?
    Arka Tribal Jewellery

    Comment


      #3
      The add to cart fix used different code. You mentioned moving links between description and price. It would need testing.

      The extended info image over sizing is a known bug: Extended Info Image Size Wrong in Tablets
      Peblaco

      Comment


        #4
        Thanks Louise.

        I see the oversized imaging is a bug, but I wonder if there is a quick fix.

        Maybe something that stops the images being responsive altogether would be better, and I'm hoping easier to implement.
        Arka Tribal Jewellery

        Comment


          #5
          Louise at Peblaco provided a fix for this on this thread;

          http://community.sellerdeck.com/showthread.php?t=56011

          It was quite simple for a competent coder to solve the issue ... which is why I have to ask... Why did Sellerdeck Support not do that for me?

          This was what I got from them;
          The following query that you logged with us has now been closed.
          ________________________________________
          Ticket reference: 78512
          Description: Images in Extended info pages appearing too large and pixelated
          Solution: Bug (ref. [SD-5294])
          ________________________________________
          This query has been caused by a bug. Although the query is closed, the bug will be reviewed for fixing in a future release. Please check the release notes for future releases at: http://www.sellerdeck.co.uk/index.ph...gory/downloads.
          Arka Tribal Jewellery

          Comment

          Working...
          X