34
© Ecommerce Templates
Page 205 of 239
Change the ratings graphics
The default graphics are shown in the screenshot above but we have some
extra sets of graphics on our free downloads page that you can upload to your
main images folder.
You can make your own graphics. You will need three and they should be
called reviewcart.gif, reviewcarthg and reviewcartg.gif for the full image, half
image and dimmed image.
Change the separator between reviews
If you want to use a cross browser horizontal line color between the product
reviews then add this to you .css file
hr.review {
height: 0;
border-width: 1px 0 0 0;
border-style: dashed;
border-color: #006AC8;
}
This will give you a blue dashed line.
----------------------------------------------------------------------
Gift Registry and Wish Lists
The wish list and gift registry feature was introduced in Version 5.8. It will
allow customers to create their own list of items in their account which can be
purchased at a later date. It also allows for the creation of lists which can be
sent to friends and family for occasions such as birthdays, weddings etc. so
they can purchase the items which the list owner has requested.
The set up for the wish list program is really simple. It does require the use of
the customer login feature so if you are not currently using that, it will need to
be enabled.
Once you have the customer login set up, you will need to enable the wish list
feature. This is done with the following entry in vsadmin/includes.asp
enablewishlists=TRUE
or in vsadmin/includes.php
$enablewishlists=TRUE;