Product: Granting membership

Silver

id: 131

Access method
purchase
Access length
2 years
Products granting access to this membership:

WordPress Pennant
Type
external
Price
11.05

Golden

id: 132

Access method
purchase
Access length
3 years
Products granting access to this membership:

Beanie with Logo
Type
simple
Price
18

Platinum

id: 133

Access method
purchase
Access length
Products granting access to this membership:

Long Sleeve Tee
Type
simple
Price
25

Page markup

  <Loop type=woo_membership count=3>
    <div class="p-2 mb-2 border border-primary">
      <h4><Field name /></h4>
      <dt>Access method</dt><dd><Field access_method /></dd>
      <dt>Access length</dt><dd><Field access_length /></dd>

      <h5>Products granting access to this membership:</h5>
      <Loop type=woo_product membership_id="{Field id}">
        <If first><hr /></If>
        <h5><Field name /></h5>
        <dt>Type</dt><dd><Field type /></dd>
        <dt>Price</dt><dd><Field price /></dd>
        <If not last><hr /></If>
      </Loop>
    </div>
  </Loop>