This tutorial goes over how you can customize the Easy Digital Downloads checkout page templates. I also go over how you can customize the Easy Digital Downloads CSS file.
Notes from the Video
- Create a new directory in the root of your WordPress theme files called
edd_templates
- In
/wp-content/plugins/easy-digital-downloads/templates
copy and pastecheckout_cart.php
into theedd_templates
directory that we created in Step 1. - You can now open this file and make changes without having to edit the Easy Digital Downloads plugin directly(great news if you need to update the plugin in the future). In the video, I just changed all instances of “Item” to “Theme”
- To customize the CSS for Easy Digital Downloads, we need to follow the same steps above. Just copy the
edd.css
file from/wp-content/plugins/easy-digital-downloads/templates
and put it in ouredd_templates
directory. - You can now override and add any styles you would like to Easy Digital Downloads.