Announcement

Collapse
No announcement yet.

making products view as pop up's??

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

    making products view as pop up's??

    Hello Again!!

    I was wondering how I can make the products appear as POP UPS's when clicked from a thumnail on the section list? with product title and dicription and an "add to cart" button???


    please help!!

    KIndest regards
    Carl [COLOR=skyblue]

    #2
    Hi Carl

    To have popup pages on thumbnail, you want to make a href link with the following

    [quote]ShowPopUp('page.html',size-x,size-y)

    where:
    page.html is the page you showing in the popup page
    size-x, is the width of the popup page
    size-y, is the height of the popup page


    To add a add to cart button, you cannot do this with the actinic, but if you check Norman website, as he has provided this using javascript

    Here is his link: http://www.rouxel.cwc.net/v6-popup%20demo.txt

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi Nadeem

      Thank you for your help,

      However i am not to sure where on which script to put the href link and quote?


      Best wishes
      Carl

      Comment


        #4
        Hi Carl

        The sections are defined by the template called Act_SectionLine.html. This is where the href link are placed for sections. By the way, don't worry about the quote part.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X