If you use woocommerce plugin and your website is eCommerce with Divi then you can easily customize cart,checkout,shop,my account files via using create divi child theme.
Steps:
1. Install Divi Theme.
2.. Install Woocommerce Plugin.
3. Create Divi Child Theme and Install.
4. See woocommerce plugin structure.
5. Overwrite Woo templates.
Open “templates” folder.you can see on below image.
Template files can be found within the /woocommerce/templates/ plugin directory:
6. Overwrite these templates in your child theme.Create “woocommerce” folder in your child theme.
7. Example:
To override single product title
copy:
wp-content/plugins/woocommerce/templates/single-product/title.php
to
wp-content/themes/yourchildtheme/woocommerce/single-product/title.php
Same way you can overwrite others files.
See More Information Click Here