Just a few lines of simple HTML are all it takes!
NOTE: The code below is non-functional SAMPLE CODE ONLY.
The simplest and easiest way to add Registry Valet gift registry software to your e-commerce web site is with three lines similar to the following:
Note that the "cid" value corresponds to your Registry Valet client ID (000 is not a valid ID)
To get a valid ID, click the "Start Test Drive" button
New Registry Signup Form Link:
http://apps.agenne.com/RegistryNew.cfm?cid=000
Registry Login Form Link:
http://apps.agenne.com/RegistryLogin.cfm?cid=000
Registry Search Form Link
http://apps.agenne.com/RegistryFind.cfm?cid=000
(where 000 represents your Registry Valet client ID - 000 is not a valid ID)
To get a valid ID, click the "Start Test Drive" button
And that is all there is to it! Those three lines of HTML code will link your web site to the gift registry signup page, login form, and search form. And by linking to your custom HTML header and footer, along with uploading your own background wallpaper, you can completely customize the registry experience.
Registrants can even create their registry on-the-fly while shopping through your online catalog and create their registry when they add their first product.
Adding an "Add to Registry" button to your product pages.
Each product for which you want to include an "Add to Registry" button requires a form similar to the following. This form can be automatically generated by the code generator in the Registry Valet Administrator. All you have to do is cut and paste.
<form action="http://apps.agenne.com/Registry.cfm" method="post">
<input type="hidden" name="cid" value="000">
<input type="hidden" name="op" value="add">
<input type="hidden" name="item_qty" value="1">
<input type="hidden" name="item_desc" value='Ceramic Salt and Pepper Shakers'>
<input type="hidden" name="item_price" value="41.00">
<input type="hidden" name="item_id" value="199340">
<input type="submit" value="Add to Registry" class="submit" style="width:125px;">
</form>
|
(Note that the "cid" value corresponds to your Registry Valet client ID - 000 is not a valid ID)
To get a valid ID, click the "Start Test Drive" button
Built-in intelligent automation
When a registrant clicks on the "Add to Registry" button, the software will automatically determine whether they are logged in and, if not, allow them to do so while still adding the item to their registry. If the regitrant has not yet created a registry, they will be prompted to do so and the item will still be added to their registry. This On-The-Fly registry creation sets Registry Valet apart from most competitors.
Registry Valet Code Generator
Inside the Registry Valet Administrator, you may use the code generator to automatically write the HTML forms that you will need to integrate your web catalog and your gift registry. Simple HTML forms are all it takes to place an "Add to Registry" button on a product page.
Purchased Item "Post Back"
When a visitor to a registry decides to purchase an item (or items), you may optionally post back the purchased items and quantities to the registry using Registry Valet's Post Back system. This allows your registrants to more accurately maintain the status of the items that they have registered.
Do you use osCommerce?
If your site uses osCommerce for its catalog and cart system, we have already done the work necessary to integrate Registry Valet with your system. For more information about Registry Valet and osCommerce, visit our osCommerce code page.