Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 623 Bytes

index.md

File metadata and controls

21 lines (13 loc) · 623 Bytes
layout
default

Welcome to the demo page for the an eCommerce site using Jekyll and PayPal. This project is available on GitHub!

{% assign catalog_items = site.pages | where_exp:"item", "item.cart_itemid" %} {% for page in catalog_items %}

{{page.cart_description}}

${{page.cart_price}}

{% endfor %}