Customize DAP Cart
Here’s how you can customize the DAP Shopping Cart -> Checkout page.
Customize the Template
You will find the checkout.html in
/wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template1 folder
or if you are using template2, then you’ll find it in this folder:
/wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template2 folder
Create a copy of checkout.html. Save it as customcheckout.html.
Edit whatever you need to in customcheckout.html
Upload it back to /wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template1 or template2 folder.
Now the changes you made should show up on the checkout page.
Customize CSS
You will find the buynow.css file in
/wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template1/css folder
or if you are using template2, then you’ll find it in this folder:
/wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template2/css folder
Create a copy of buynow.css. Save it as custombuynow.css.
Edit whatever you need to in custombuynow.css.
Upload it back to /wp-content/plugins/dapshoppingcart/includes/templates/dapcart/template1/css folder (or under /template2/css folder if you are updating template2 css).
Now the style changes you made should show up on the checkout page.