Dev Links

Mobile apps, WAPS and Macs! This is a small collection of software I use when developing websites/mobile apps.

Facebook

Facebook sharing debugger – test your og tags – https://developers.facebook.com/tools/debug/

Web Dev

Web Aesthetics

Mobile

Desktop

WordPress

Hooks

WooCommerce

  • WooCommerce Hookshttps://woocommerce.github.io/code-reference/hooks/hooks.html
    • woocommerce_get_cart_item_from_session – to load our custom fields into the item
    • woocommerce_checkout_create_order_line_item – to update our meta data items when the item is created
    • woocommerce_cart_item_removed – to clean up linked items when item is removed from cart
    • woocommerce_product_class – to enable a custom product type
    • product_type_selector – to insert custom product type into product dropdown selector
    • admin_footer – to use jQuery to show hidden product pricing and extra data pane for custom product type
    • woocommerce_product_options_general_product_data – to add UI fields for custom product meta data (ie to link to an EE product ID)
    • woocommerce_process_product_meta – to save data in custom UI fiends to meta data on the product
    • woocommerce_single_product_summary – to add extra info to description and override the ‘buy now’ button
    • woocommerce_update_product and trashed_post – to updated linked foreign keys in EE if necessary
    • woocommerce_after_cart_item_name – to display extra info on the cart item (ie specific ticket info)
    • woocommerce_order_item_name – to override (add extra info it item name)
    • woocommerce_cart_item_quantity – to customize (or hide) item quantity in cart
    • woocommerce_order_item_quantity_html – to customize (or hide) quantity on the order
  • WooCommerce Subscriptions Plugin ($200) – https://woocommerce.com/products/woocommerce-subscriptions/

Event Espresso

Membrium

Xero – Accounting