Skip to content

Instantly share code, notes, and snippets.

@colin-haber
Created September 8, 2011 23:52
Show Gist options
  • Save colin-haber/1205124 to your computer and use it in GitHub Desktop.
Save colin-haber/1205124 to your computer and use it in GitHub Desktop.
lickbike.com price compare buttons
<td valign="top" bgcolor="White" align="right">
<a href="http://www.google.com/search?q=$query&amp;tbm=shop&amp;hl=en">
<div style="background-color: #45a5ff; color: #ffffff; float: left; padding: 6px; font-weight:bold;">Compare Prices</div>
</a>
<!-- This should be placed directly before the <nobr> tag that wraps the price text in the variants table on product pages. -->
<a href="http://www.lickbike.com/pricecompare/">
<div style="background-color:#3595ef; color: #ffffff; float: left; padding: 6px; font-weight:bold;">?</div>
</a>
<!-- This should come directly after the Price Compare button code. I made it a bit darker, but if you prefer you could add a few pixels margin on the left and make it the same color as the other button.
-->
<h1>Product Comparison Guidelines</h1>
<p>To ensure we're matching a fair price, we will only match prices on products that meet the following requirements.</p>
<p>The product must:
<ul>
<li>be in unopened retail packaging</li>
<li>not be in OEM (Original Equipment Manufacturer) packaging</li>
</ul>
The seller must:
<ul>
<li>have the product in stock</li>
<li>be in the United States</li>
<li>not be an auction site or be selling from an auction site</li>
<li>have a retail site open at least 40 hours per week</li>
<li>have a phone number to verify stock and contact professional support</li>
<li>offer full warranties valid in the United States</li>
</ul>
If the product meets all of these requirements, we will match their price and give you 11% of the difference.</p>
@sleepdeprecation
Copy link

what is it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment