Skip to content

Instantly share code, notes, and snippets.

@lscoates
Created September 12, 2016 21:53
Show Gist options
  • Save lscoates/da47fbc9d67e6c42cec2087741aa1793 to your computer and use it in GitHub Desktop.
Save lscoates/da47fbc9d67e6c42cec2087741aa1793 to your computer and use it in GitHub Desktop.
/* Plan Summary */
#mobile_summary {}
#summary {}
#summary-setup-fee {}
#summary-recurring-charges {}
#todays-charge {}
/* Plan Configuration */
#components_XXX_allocated_quantity { /* On/Off Components */ }
#component_allocated_quantity_XXX { /* Metered & Quantity-Based Components */ }
/* Coupons */
#long_coupon_message {}
#coupon_code {}
#coupon_button {}
/* VAT Information */
#long_vat_message {}
#subscription_customer_attributes_vat_number {}
#vat_button {}
/* Customer Information */
#subscription_customer_attributes_first_name {}
#subscription_customer_attributes_last_name {}
#subscription_customer_attributes_email {}
#subscription_customer_attributes_phone {}
#subscription_customer_attributes_organization {}
#subscription_customer_attributes_address {}
#subscription_customer_attributes_address_2 {}
#subscription_customer_attributes_country {}
#subscription_customer_attributes_city {}
#subscription_customer_attributes_state {}
#subscription_customer_attributes_zip {}
/* Billing Information */
#credit_card_logos {}
#subscription_payment_profile_attributes_first_name {}
#subscription_payment_profile_attributes_last_name {}
#subscription_payment_profile_attributes_full_number {}
#subscription_payment_profile_attributes_cvv {}
#subscription_payment_profile_attributes_expiration_month {}
#subscription_payment_profile_attributes_expiration_year {}
#use_shipping_address_1 {}
#use_shipping_address_0 {}
#subscription_payment_profile_attributes_billing_address {}
#subscription_payment_profile_attributes_billing_address_2 {}
#subscription_payment_profile_attributes_billing_country {}
#subscription_payment_profile_attributes_billing_city {}
#subscription_payment_profile_attributes_billing_state {}
#subscription_payment_profile_attributes_billing_zip {}
/* Custom Fields */
#subscription_metafields_XXX {}
/* Terms and Conditions */
#accept_terms {}
/* Submit Button */
#subscription_submit {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment