Announcement

Collapse
No announcement yet.

Discounts - Copy URL to clipboard???

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

    Discounts - Copy URL to clipboard???

    Hi all.
    Has anyone used the facility withing the discounts and surcharges window that will copy a link of your discount code to the paste board?

    I have been playing around with it trying to find out if it is the solution to a problem I am having.

    I need to create hidden landing pages where privalidged customers may enter a coupn code which will award them a free gift (less P&P).
    Something like a page with the coupon entry form would be good but on pressing the go button I would either:
    1. like the product added to their cart
    2. like the customer to be navigated to the product (and any others I might be promoting)

    At the moment, all I can get this copied link to do is get me into the top level products section:

    http://boo-media.co.uk/jptest/testlink.htm
    Steve D
    Boomedia Ltd
    ______________________________________________________________
    www.jean-patrique.co.uk
    www.smartbeautyshop.com
    www.bunnybusiness.net
    www.ukpets247.co.uk

    #2
    Search the advanced user guide for adding directly to cart, and wrap your 'go' button in the code shown there - as if it actually had add to cart written on it.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      That sound like it will work, but, how do I wrap this code around the go button.
      I am more than a little green in this area.
      Steve D
      Boomedia Ltd
      ______________________________________________________________
      www.jean-patrique.co.uk
      www.smartbeautyshop.com
      www.bunnybusiness.net
      www.ukpets247.co.uk

      Comment


        #4
        Your 'go' button is probably in the format <img src="goimagename" alt="Go">
        make that
        Code:
        <a href="http://your.URL/cgi-bin/ca000001.pl?SID=3&PAGE=PRODUCT&Q_7=5"><img src="goimagename" alt="Go"></a>
        after changing the url, SID, page and product as described in the guide.
        Last edited by wjcampbe; 14-Feb-2006, 03:45 PM. Reason: messed up the closing code tag
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          Using Add Products Link to add Multiple Products

          Bill..

          Following this link....My question is, can this code be used to add more than one item directly to the cart? And is this the way I would want to add a Product Group, quantity based discount directly to the cart? Or is the Coupon Code type of link the better way to accomplish this?

          Thank you in advance for your help!
          Peter
          http://www.pearlstrings.com

          Comment


            #6
            Hi,

            The link can be used to add one product at a time to cart. If you are looking for a quick order form sort of solution, I would suggest getting in touch with Norman , take a look at this thread http://community.actinic.com/showthr...ick+Order+Form

            Kind regards,
            Bruce King
            SellerDeck

            Comment

            Working...
            X