Announcement

Collapse
No announcement yet.

extended info without the pop-up

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

    extended info without the pop-up

    i am in the process of designing a retail site and I need to display the extended info without the use of a pop-up.

    The site that I have designed used normans modified product layout so that I have 3 product images with prices showing per line.

    then when I click on the product image the "pop up" windows appears with the description etc.

    What I need is for the description etc. to open in the same windows as the product were in.

    For an example of what I mean is shown here:

    http://www.jewellery247.co.uk/acata...g_Rings_22.html

    Thanks for your quick reply
    David Mawson
    Phoenix Trading

    http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

    #2
    If you go to Design / Text / Go to / Phase -1, ID 2175 - you will find the popup call.

    javascript:ShowPopUp('%s',%s,%s);

    if you replace all the above with just

    %s


    Then Text Lnks or making the product image clickable to go to the Extended Info pages will now be normal links and the extended info pages will now open in the current browser.

    Don't use the Extended Info Button option as it will fail.

    You'll also have to add something to the extended info template so that there's some navigation available to get you back to the previous page.

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

    Comment


      #3
      hi there norman

      your solution works but there is a slight problem

      I am using your modified extended info template that you wrote and when the extended info screen comes up i get an error message (see attached jpg)

      Any help in resolving this matter would be greatley appreciated.

      On a seperate note:

      I sent you an email earlier regarding the piece of code for using up sells

      I would be interested in purchasing this code from you for the retail store that I am developing at the moment.
      Attached Files
      David Mawson
      Phoenix Trading

      http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

      Comment


        #4
        I'm afraid that my Cart Button on Popup patch will only work if the calling window is still visible. This prevents you from loading that page into the current window.

        An alternative might be to load that page in a new browser window (not a popup) by replacing

        javascript:ShowPopUp('%s',%s,%s);

        (in Phase -1 ID2175) with

        %s" target="_blank

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

        Comment


          #5
          thanks for all your help norman

          I am still interested on the piece of code that you wrote for up selling products

          have you sorted a price out for it?
          David Mawson
          Phoenix Trading

          http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

          Comment


            #6
            I've replied by e-mail.

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

            Comment

            Working...
            X