Added Static Buylist Export - CrystalCommerce Liquid Documentation for Designers

Added Static Buylist Export

A store can now enable a static buylist download for their customers. A drop has been added to the buylist homepage which allows you to link to this download if it is available. For example:

{% if static_buylist.enabled? %}
  <a href="{{ static_buylist.csv_download_url }}">Download our buylist as CSV</a>
{% endif %}