Cecchetti Council of America

Cecchetti Council of America

About Cecchetti

The Cecchetti Council of America is an organization dedicated to maintaining the standards and method of ballet training established by Cav. Enrico Cecchetti. The organization uses his teaching and writings in a sequence of grades, carefully measured as to degree of difficulty and physical development, and provides a system of accredited examinations to test the student’s proficiency within those grades.

Visit the site: http://www.cecchetti.org

About the Project

Cecchetti Council of America is a client of 3.7 DESIGNS. The custom WordPress theme design/development and logo where completed by Ross Johnson. My role included Business Development, Project Management, and Testing.

Brine

brine

About Brine

Brine is the successor to the original W.H. Brine Company founded in 1922. Brine started as a small athletic equipment and uniform company, selling to private schools and regional camps and quickly grew into a major manufacturer of lacrosse and soccer products. Today, Brine manufactures lacrosse, soccer, volleyball and field hockey equipment and has become one of the most respected privately owned sporting goods manufacturers in the world.

Visit the site: http://www.brine.com

ABOUT THE PROJECT

Brine is a client of 3.7 DESIGNS. The custom responsive WordPress theme development was completed by Ross Johnson. My role included Business Development, Project Management, and Testing.

Shopp Product Importer CSV Template

Shopp Product Importer Plugin provides a mechanism to import Products from a formatted CSV file into the shopp product database.

Product Identifier,Product Category [Pipe | Delimited Text],Description [text],"Featured [ON,OFF] (*auto OFF)",Image ID [Number] (Use image path option),"Inventory [ON,OFF] (*auto OFF)",Product Name [Text],Product Price [Text],"Published [ON,OFF] (*auto ON)","Sale [ON,OFF] (*auto OFF) (Requires Sale price)",Sale Price [text] (requires sale),Shipping Fee [text],SKU [text] (requires stock),Stock Quantity [Number] (requires SKU),Slug [text] (*auto product name),Summary [text],Tags (pipes | delimited text),"Tax [ON,OFF] (*auto ON)","Type [Shipped, Virtual, Download, Donation, N/A] (* auto Shipped)","Shipping [ON,OFF] (*auto ON)",Variation Price [Number],"Variation Taxed [ON,OFF]",Add-on Price [Number],"Add-on Taxed [ON,OFF]",Spec [text],Weight [text],Custom Taxonomy [Pipe | Delimited text]

https://dl.dropbox.com/u/20291031/shopp-product-importer.csv

Please note: The .csv file contains only the column headers, but they should be enough to get you going.

Good Luck.

Arbor Assays

arbor-assays

ABOUT ARBOR ASSAYS

Arbor Assays LLC was formed in July 2007 in Ann Arbor, Michigan by three scientists who collectively have over 50 years of experience in designing, manufacturing, analyzing and shipping FDA regulated and life science and clinical products worldwide. Two of the founders have worked at Abbott Labs Diagnostics Division, Kallestad Diagnostics, Sanofi Diagnostics, R&D Systems, and in 1992 founded Assay Designs, Inc.

View site: http://www.arborassays.com/

ABOUT THE PROJECT

Arbor Assays is a client of 3.7 DESIGNS. The custom WordPress theme design and development was completed by Ross Johnson. My role included  Business Development, Project Management, Content Integration and Testing.

Gravity Forms Donation Form with Set and User Defined Fields

I’m working on a project that requires building ecommerce functionality that allows visitors make a charity donation via an online form. We had to give the website visitor the option to give a set amount or donate an open amount (user defined price).

I used Gravity Forms (developer license) + PayPal Pro Add-On.

The Form includes the following fields

  • Donation Amount: $10, $50, $75, $100, $500, $1000, Other Amount. (You can change these amounts quite easily)
  • Name:
  • Address:
  • Phone:
  • Email:
  • Credit Card Details:
  • Comments:

You can download the Zip file: gravityforms-export-donate.xml

Go to [WordPress Dashboard > Forms > Import/Export > Import Forms] to upload the XML file.

Here is the code if you want to create your own .XML file.


<?xml version="1.0" encoding="UTF-8"?>
<forms version="1.6.5.1">
  <form labelPlacement="top_label" useCurrentUserAsAuthor="1">
    <title><![CDATA[Donation Form]]></title>
    <confirmation type="message">
      <message><![CDATA[Hi {Name (First):10.3}, thank you so much for your {Total Donation Amount:6} donation. 
]]></message>
    </confirmation>
    <button type="text">
      <text><![CDATA[Donate Now]]></text>
    </button>
    <fields>
      <field id="1" size="medium" type="select" enableChoiceValue="1">
        <label><![CDATA[Select A Donation Amount]]></label>
        <choices>
          <choice isSelected="1">
            <text><![CDATA[$10 Donation]]></text>
            <value><![CDATA[$10 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[$50 Donation]]></text>
            <value><![CDATA[$50 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[$75 Donation]]></text>
            <value><![CDATA[$75 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[$100 Donation]]></text>
            <value><![CDATA[$100 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[$500 Donation]]></text>
            <value><![CDATA[$500 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[$1000 Donation]]></text>
            <value><![CDATA[$1000 Donation]]></value>
          </choice>
          <choice>
            <text><![CDATA[Other Amount]]></text>
            <value><![CDATA[Other Amount]]></value>
          </choice>
        </choices>
      </field>
      <field id="2" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="2.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="2.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="2.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$30.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$30 Individual Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="3" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="3.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="3.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="3.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$50.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$50 Organization/Family Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="4" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="4.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="4.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="4.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$75.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$75 Patron Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="7" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="7.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="7.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="7.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$100.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$100 Sponsor Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="8" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="8.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="8.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="8.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$500.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$500 Benefactor Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="9" size="medium" type="product" inputType="singleproduct" disableQuantity="1">
        <label><![CDATA[Donation]]></label>
        <inputs>
          <input id="9.1">
            <label><![CDATA[Name]]></label>
          </input>
          <input id="9.2">
            <label><![CDATA[Price]]></label>
          </input>
          <input id="9.3">
            <label><![CDATA[Quantity]]></label>
          </input>
        </inputs>
        <basePrice><![CDATA[$1,000.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[$1000 Sustainer Donation]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="5" size="medium" type="product" inputType="price">
        <label><![CDATA[Donation]]></label>
        <basePrice><![CDATA[$0.00]]></basePrice>
        <conditionalLogic actionType="show" logicType="all">
          <rules>
            <rule fieldId="1" operator="is">
              <value><![CDATA[Other Amount]]></value>
            </rule>
          </rules>
        </conditionalLogic>
      </field>
      <field id="10" size="medium" type="name">
        <label><![CDATA[Name]]></label>
        <inputs>
          <input id="10.3">
            <label><![CDATA[First]]></label>
          </input>
          <input id="10.6">
            <label><![CDATA[Last]]></label>
          </input>
        </inputs>
      </field>
      <field id="11" size="medium" type="address">
        <label><![CDATA[Address]]></label>
        <inputs>
          <input id="11.1">
            <label><![CDATA[Street Address]]></label>
          </input>
          <input id="11.2">
            <label><![CDATA[Address Line 2]]></label>
          </input>
          <input id="11.3">
            <label><![CDATA[City]]></label>
          </input>
          <input id="11.4">
            <label><![CDATA[State / Province]]></label>
          </input>
          <input id="11.5">
            <label><![CDATA[Zip / Postal Code]]></label>
          </input>
          <input id="11.6">
            <label><![CDATA[Country]]></label>
          </input>
        </inputs>
      </field>
      <field id="12" size="medium" type="phone" phoneFormat="standard">
        <label><![CDATA[Phone]]></label>
      </field>
      <field id="13" size="medium" type="email">
        <label><![CDATA[Email]]></label>
      </field>
      <field id="14" size="medium" type="creditcard">
        <label><![CDATA[Credit Card]]></label>
        <inputs>
          <input id="14.1">
            <label><![CDATA[Card Number]]></label>
          </input>
          <input id="14.2">
            <label><![CDATA[Expiration Date]]></label>
          </input>
          <input id="14.3">
            <label><![CDATA[Security Code]]></label>
          </input>
          <input id="14.4">
            <label><![CDATA[Card Type]]></label>
          </input>
          <input id="14.5">
            <label><![CDATA[Cardholder's Name]]></label>
          </input>
        </inputs>
        <creditCards>
          <creditCard><![CDATA[amex]]></creditCard>
          <creditCard><![CDATA[visa]]></creditCard>
          <creditCard><![CDATA[discover]]></creditCard>
          <creditCard><![CDATA[mastercard]]></creditCard>
        </creditCards>
        <creditCardStyle><![CDATA[style1]]></creditCardStyle>
      </field>
      <field id="6" size="medium" type="total">
        <label><![CDATA[Total Donation Amount]]></label>
      </field>
      <field id="15" size="small" type="textarea">
        <description><![CDATA[Would you like to add a personal note/comment with your donation?]]></description>
        <label><![CDATA[Comment]]></label>
      </field>
    </fields>
    <descriptionPlacement><![CDATA[below]]></descriptionPlacement>
    <notification>
      <to><![CDATA[{admin_email}]]></to>
      <subject><![CDATA[New submission from {form_title}]]></subject>
      <message><![CDATA[{all_fields}]]></message>
      <fromField><![CDATA[13]]></fromField>
      <fromNameField><![CDATA[10]]></fromNameField>
      <replyToField><![CDATA[13]]></replyToField>
    </notification>
    <autoResponder>
      <from><![CDATA[{admin_email}]]></from>
    </autoResponder>
  </form>
</forms>

The Depot Club & Restaurant at Harbor Springs

depotblubhs

ABOUT THE DEPOT CLUB

The Depot Club & Restaurant, located on Bay Street in downtown Harbor Springs, opened in June 2012 as a semi-private dining club. Reminiscent of the spirit of entrepreneurs and pioneers that developed the Little Traverse Bay area, the meticulous restoration of this treasured landmark adds a fresh new vibrancy and flare to the downtown waterfront district.

View site: http://www.depotclubhs.com

ABOUT THE PROJECT

The Depot Club & Restaurant is a client of 3.7 DESIGNS. The WordPress theme was customized by Ross Johnson. My role included, Business Development Project Management, Content Integration and Testing.

SEO for startups in under 10 minutes

Maile Ohye from Google advises your startup as if she had only 10 minutes as your SEO consultant.

Updating Gravity Forms “Advanced Fields” Sub-labels From English to Spanish

I’m working on a project, converting a WordPress website from English into Spanish. Part of the Spanish translation includes updating the “Advanced Field” sub labels to Spanish.

English Sub Labels

English sub-labels used by Advanced Fields

This is actually pretty easy to do.  Tat tip Carl Hancock for showing me how.

You can find documentation for ALL of the available sub-label filters here:

Step 1: Find “First Name” gform_name_first

Step 2: Open your functions.php file and add the following code


add_filter("gform_name_first", "change_name_first", 10, 2);
function change_name_first($label, $form_id){
return "Nombre";
}

Note: the only thing we changed was “Name” to “Nombre” on line 3

Repeat steps 1 & 2 for gform_name_last.

Spanish sub-labels used by Advanced Fields

Spanish sub-labels used by Advanced Fields

 

The full code for both sub labels is

// GRAVITY FORMS FUNCTIONS

add_filter(“gform_name_first”, “change_name_first”, 10, 2);
function change_name_first($label, $form_id){
return “Nombre”;
}

add_filter(“gform_name_last”, “change_name_last”, 10, 2);
function change_name_last($label, $form_id){
return “Apellidos”;
}

If you do not have Gravity forms, you can purchase a copy here.

Your Search Advisor

your search advisor

ABOUT YOUR SEARCH ADVISOR

Andrew Miller started Your Search Advisor in 2007 to help others take advantage of all the opportunities that exist online to build their businesses.

View site: http://www.yoursearchadvisor.com/

ABOUT THE PROJECT

Your Search Advisor is a client of 3.7 DESIGNS. The custom WordPress theme design and development was completed by Ross Johnson. My role included  Business Development.

Auto Eco Rating

Auto Eco Rating

ABOUT  AutoEcoRating

The AutoEcoRating blog is home to a new green car rating system by John DeCicco, a pioneer in developing environmental rating methods for cars and light trucks. The eRating tallies up the environmental impacts of a product from “cradle to grave,” meaning from the extraction and production of the materials and fuels used in the car to their final end use and disposal.

View site: http://autoecorating.com/

ABOUT THE PROJECT

AutoEcoRating is a client of 3.7 DESIGNS. The WPZoom WordPress theme was customized by Ross Johnson. My role included Project Management, content integration and testing.