I'm going to try to fill this up with some blog posts about things I've figured out or learned in programming and development, or photo/video hacks and tricks, that kind of thing. Hope it's useful!

Blogs

Woocommerce Product Variation Description with dynamic loading

Recently I had a project where a client needed to offer summer camps through a Woocommerce store. The product page would be linked to from another page on their site, with the desired camp pre-loaded in the drop-down selector on arrival. However, once there you could of course play with the drop-down to select other camps.

What I wanted to do was to have the selected camp pre-loaded on arrival, and also show a description, yet have that description change as the drop-down changed. Let’s break down what I did to get everything working.

Read More ▶