Back in January I was contacted by BuySafe about trying their service on 2BigFeet.com. We’ve tried several “website seals” over the years, and have never found them to cause a significant increase in conversions – not enough to justify their high costs, anyway. So when BuySafe contacted us I wasn’t in a hurry to give the service a try.
I bumped into them again at the Internet Retailer conference this year, and spoke with them in detail at their booth. I didn’t really understand what the service was about or what value they offered customers. BuySafe offers your customers $10,000 in identity theft protection, a third party guarantee of your purchase, up to $1,000, and a $100 lowest price guarantee. If the retailer you purchased from lowers their price within 30 days, BuySafe will refund the difference.
The combination of these services makes the BuySafe service much more valuable to merchants than one of those “security” seals that say “scanned every day.” It provides a real benefit, which is why I think it increases conversions so much.
Adding BuySafe to Your Site
Overall, adding the BuySafe seal to our website was extremely simple. We simply copied a snippet of JavaScript code and placed it into the header of all of our pages.
1 2 3 4 5 6 7 | < <!-- BEGIN: buySAFE Seal --> <span id="BuySafeSealSpan"></span><script src="//seal.buysafe.com/private/rollover/rollover.js"></script><script type="text/javascript">// < ![fusion_builder_container hundred_percent="yes" overflow="visible"][fusion_builder_row][fusion_builder_column type="1_1" background_position="left top" background_color="" border_size="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none"][CDATA[ if(window.buySAFE && buySAFE.Loaded) { buySAFE.Hash = '...your Hash will be provided...'; WriteBuySafeSeal("BuySafeSealSpan", "GuaranteedSeal"); } // ]]></script><!-- END: buySAFE Seal --> |
Once it was in place, we were able to paste the standard conversion kicker codes in different site templates and it automatically populated.
1 | <span id="buySAFE_Kicker"></span> |
You also have to place a snippet of code on your “conversion page” – thank you or receipt page after an order is completed. The code is pretty simple, but needs a few variables like order number and customer’s email address to validate in case they do file a claim later.
1 2 3 4 5 6 7 8 9 10 | <!-- BEGIN: buySAFE Guarantee --> <span id="BuySafeGuaranteeSpan"></span><script src="//seal.buysafe.com/private/rollover/rollover.js"></script><script type="text/javascript">// < ![CDATA[ if(window.buySAFE && buySAFE.Loaded) { buySAFE.Hash = '...your Hash will be provided...'; buySAFE.Guarantee.order = '...order number goes here...'; buySAFE.Guarantee.subtotal = '...item subtotal goes here...'; buySAFE.Guarantee.email = '...buyer's email goes here...'; WriteBuySafeGuarantee("JavaScript"); } // ]]></script><!-- END: buySAFE Guarantee --> |
BuySafe offers numerous different seals and “conversion kicker” graphics that you can place in different areas of your site. We chose to place the default seal in the bottom left corner of every page, and also placed the “conversion kicker” graphics on the product detail page, in the shopping cart, and just below the final complete order button. See the screenshots below for the graphics and placement we used.
See their installation guide for complete details.
Also, there was no additional configuration needed to run an A/B split test – BuySafe configured the test automatically once the standard code was installed on our website.
A/B Split Testing the Seal
Once we had the seal installed we began an A/B split test, showing half of our visitors our site without any BuySafe graphics, and the other half saw the seal and all the conversion kickers. Because BuySafe uses IP address for identifying visitors, they would even see the correct state if they switched devices in their home or used a different web browser the next time they visited the site. Unfortunately tha