Does your website sell products or services?
Are the products or services things that people would like to receive as gifts?
If your website sells products or services which would make great gifts, having
your visitors add these items to a gift list makes sense. It makes even more sense
when you realise that people buying items from the gift list will be buying from
your website.
It is much more beneficial for your customers to maintain a single gift list with
access to all websites rather than maintain a gift list on all the websites they
visit.
YouCouldgetMe.com offers a FREE gift list service. The service is FREE to both you
the website operator and to your customers.
For each item placed on the Gift List customers can store the name of the product;
a link (URL) back to your exact web page where the product was found; and some notes
on size, color and other important details about the product.
Remember that there are no restrictions to which websites customers can link to.
They can link to any website on the World Wide Web. Each Gift item can be included
in its own category. Customers decide the order in which items are displayed on
their list. They control exactly who gets to see their gift list and can even specify
who can see what gifts on their gift list.
People who have signed up to see someone else’s gift list will have access to the
person’s name and date of birth (an important feature when they are buying birthday
presents). When viewing someone else’s gift list they will also know which items
have already been purchased, so there is no danger in buying a gift that someone
else has already bought. Visitors will also be able to mark an item as bought if
they intend to buy that item.
When someone is viewing their own gift list they will NOT be able to see what items
have been bought, thus maintaining the element of surprise. YouCouldGetme.com is
simply the best way to ensure that your customers always give and receive the best
gifts.
We have made it easy for you to create an ‘Add to Gift List’ button on your web
site now, in plenty of time before the Christmas shopping season starts. You can see
an example of how it works at
Flooring-Nailers.com.
To make this work, you will need to create a button which will post to
http://www.YouCouldGetMe.com/Members/Login.aspx.
You will also need to include 4 hidden fields, set up as follows:
|
id= |
name=
|
value= |
|
xProcessCode |
xProcessCode |
AddToYouCouldGetMe |
|
xGiftCategory |
xGiftCategory |
Tools |
|
xGiftURL |
xGiftURL |
http://www.flooring-nailers.com/Reviews.aspx?Prdn=B00005JRKG |
|
xGiftText |
xGiftText |
Porter-Cable FCN200 Pnuematic Flooring Cleat Nailer |
xProcessCode is the command which will be recognized by YouCouldGetMe and MUST be
set equal to “AddToYouCouldGetMe”.
xGiftCategory will be the category name that the gift is listed under. You get to
choose the Category Name. It must be 30 chars or less.
xGiftURL is the URL linking back to the product web page on your site. The URL MUST
start with “http://” or https://.
xGiftText is the product name or description.
Values are validated against regular expressions as follows:
|
xGiftCategory:
|
[\w\s.,':;@£\$#!\*()\+\-\[\]\?=\/\&\%\"]{1,30} |
|
xGiftText:
|
[\w\s.,':;@£\$#!\*()\+\-\[\]\?=\/\&\%\"]{1,150} |
|
xGiftURL:
|
http(s)?://([\w-]+\.)+[\w-]+(/[\w- ./?%&=\(\)\#\@]*)? |
Sample HTML:
Sample ASP.NET 2.0
In ASP.NET the values can easily be changed dynamically in the code behind.
If you have any questions the please
Contact Us
|