Course Overview:

Biology

And thus begins the most revolutionary biology course in history. Come and learn about covalent, ionic, and hydrogen bonds. What about electron orbitals, the octet rule, and what does it all have to do with a mad man named Gilbert Lewis? It’s all contained within.

Markup: title, image, content fields:


  <p>
  <h4><Field title /></h4>
  <If field="image" exists>
    <div><Field image /></div>
  </If>
  <div><Field content /></div>
  </p>


Enroll Course:


'Recurring' or 'Buy now' - redirection to PayPal(PayPal settings required). 'Free' - no pyment required.

Recurring - type
Price: USD 150

Markup: 'course_enroll' field :

  <Set logic=paynow_subscribe_free any=true>
    <If field="course_price_type" is value="subscribe" >true<Else />false</If>
    <If field="course_price_type" is value="paynow">true<Else />false</If>
    <If field="course_price_type" is value="free">true<Else />false</If>
  </Set>
  <br />

  <If logic=paynow_subscribe_free>
    'Recurring' or 'Buy now' - redirection to PayPal(PayPal settings required). 'Free' - no pyment required.
  <Else if field="course_price_type" is value="closed" />
    'Closed' access type Course - redirection to 'Button URL'(Button URL settings required).
  <Else />
    Access granted
  </If>
  <br />
  <If field="course_price">
    <Field course_price_type_label /> - type
    <div><strong>Price:</strong> <Field course_price_currency /> <Field course_price /> </div>
  </If>

  <Field course_enroll />