Announcement

Collapse
No announcement yet.

2 quickies.. Search on F/P and Changing image links

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

    2 quickies.. Search on F/P and Changing image links

    Hi,

    I am trying to get the quick search on the front brochure page can anyone help.

    Also trying to replace view cart and chekout with text rather than an image link.

    Oh whilst I am here has anyone managed to create pop-ups using cutoms vars? ie. I want more than one pop up pn selected items such as technical spec - bigger piccy - review any suggestions welcomed.

    Cheers

    Jez
    --------------------
    www.ProSite.co.uk

    #2
    The main thing with search outside of the acatalog directory is to make sure you include:

    <input type="hidden" name="ACTINIC_REFERRER" value="http://www.YOURSITE.com/acatalog/index.html" />

    as otherwise the search results will try to call the images and stylesheets from the cgi-bin.

    Other than that you need to copy the Quick Search form from an acatalog page and paste it into your brochure templates.

    You can code in the View Basket as follows:

    <a href="NETQUOTEVAR:NAVBCARTLINK">View order</a>

    and checkout as:

    <a href="NETQUOTEVAR:NAVBCHECKOUTLINK" target="NETQUOTEVAR:NAVBCHECKOUTTARGET">Checkout</a>
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Hi there

      Other than that you need to copy the Quick Search form from an acatalog page and paste it into your brochure templates.
      Instead of doing this, for v7 you have got support of NETQUOTEVAR in brochure page, so you could simply just type in NETQUOTEVAR:SIMPLESEARCH in the brochure page (Act_BrochurePrimary.html), and this will put the QUICK SEARCH on the front page.

      Kind Regards
      Nadeem Rasool
      SellerDeck Development

      Comment


        #4
        Hello Nadeem

        In v7 do you still need to insert:

        <input type="hidden" name="ACTINIC_REFERRER" value="http://www.YOURSITE.com/acatalog/index.html" />

        as DaveT suggested?

        And if so, how do you relate it to the NETQUOTEVAR:SIMPLESEARCH, e.g. tie the two together. Which goes first or are they somehow combined into one statement?

        [sorry, I'm having a 'simple' moment on this].

        Many thanks for any clarification.
        Regards, Sharon
        www.eyewear2gogo.com - designer sunglasses at discount prices
        www.solarequip.co.uk - solar products at discount prices!
        www.stuff2gogo.com - great stuff - great prices

        Comment


          #5
          Hi Sharon,

          For v7, all you need to do, is to type in NETQUOTEVAR:SIMPLESEARCH. When you preview or upload, then actinic will put the relevant information in.

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            Many thanks Nadeem for your clarification
            Regards, Sharon
            www.eyewear2gogo.com - designer sunglasses at discount prices
            www.solarequip.co.uk - solar products at discount prices!
            www.stuff2gogo.com - great stuff - great prices

            Comment

            Working...
            X