Vendor ID: 2

User ID: 7

Vendor: Randall Nichols

Vendor data:
-date created: September 7, 2021
-username: RandallNichols
-email: [email protected]
-avatar:
-status: approved
-store name:
-store contact email:
-store url: https://loop.tangible.one/extend/easy-digital-downloads/tgbl-vendor/randallnichols
-vendor description:
-vendor notes:
-sales count: 0
-sales value: 0.00
-product count: 2
Vendor products:
-Product title:Randall Download 1
-Product description:Description for Randall Download 1
-Product title:Randall Download 2
-Product description:Description for Randall Download 2
Commissions:
Commission ID- 3:
-user id: 7
-status: paid
-type: flat
-rate: 50
-payment id: 0
-currency: USD
-amount: 50.00
-download id: 99
-date created: September 13, 2021
-date paid: September 14, 2021
Commission ID- 2:
-user id: 7
-status: paid
-type: percentage
-rate: 20
-payment id: 0
-currency: USD
-amount: 20.00
-download id: 103
-date created: September 1, 2021
-date paid: September 3, 2021
Commission ID- 1:
-user id: 7
-status: paid
-type: percentage
-rate: 20
-payment id: 0
-currency: USD
-amount: 10.00
-download id: 103
-date created: September 11, 2021
-date paid: September 11, 2021


Markup: Vendor Data:

  <Loop type=edd_vendor email="[email protected]">
    <h4>Vendor ID: <Field id /></h4>
    <h4>User ID: <Field user_id /></h4>
    <h4>Vendor: <strong><Field first_name /> <Field last_name /></strong></h4>
    <h5>Vendor data:</h5>
    -date created: <Field date_created /><br />
    -username: <Field username /><br />
    -email: <Field email /><br />
    -avatar: <Field avatar /><br />
    -status: <Field status /><br />
    -store name: <Field store_name /><br />
    -store contact email: <Field contact_email /><br />
    -store url: <Field store_url /><br />
    -vendor description: <Field vendor_description /><br />
    -vendor notes:<br />
    <Loop field="notes">
      *<Field/><br />
    </Loop>
    -sales count: <Field sales_count /><br />
    -sales value: <Field sales_value /><br />
    -product count: <Field product_count /><br />
    <h5>Vendor products:</h5>

    <Loop field="products">
      -Product title:<Field title /><br />
      -Product description:<Field content /><br />
    </Loop>

    <h5>Commissions:</h5>
    <Loop field=commissions>
      <h5> Commission ID- <Field id />:</h5>
      -user id: <Field user_id /><br />
      -status: <Field status /><br />
      -type: <Field type /><br />
      -rate: <Field rate /><br />
      -payment id: <Field payment_id /><br />
      -currency: <Field currency /><br />
      -amount: <Field amount /><br />
      -download id: <Field download_id /><br />
      -date created: <Field date_created /><br />
      -date paid: <Field date_paid /><br />
    </Loop>
    <br /><br />
  </Loop>