Vendor

Test report

  1. EDD FES Vendor loop config

      exists as loop type edd_vendor
      has property "name"
      has property "title"
      has property "category"
      has property "description"
      has property "query_args"
      has property "fields"

  2. EDD FES Vendor loop type

      can create loop type edd_vendor
      returns vendors from method get_items()
      vendor is an object

  3. EDD FES Vendor loop item

      loop has next item
      loops every item
      loop can be reset
      has current item

  4. EDD FES Vendor fields

      Vendor User ID - success
      Number of vendor products - success
      Number of vendor sales - success
      Total sales value - success
      Vendor status - success
      Vendor email - success
      Vendor username - success
      Vendor first name - success
      Vendor last name - success
      Vendor store name - success
      Vendor store contact email - success

  5. EDD FES Vendor sub loops

      Vendor products sub loop returns a Loop
      Vendor products sub loop returns correct products

All 5 tests passed