Need to remove Stripe checkbox from Actions Tab in return request

@CS-Cart_team

Location needed to edit:
Orders → Return Request → click a return request id in the list → Actions Tab

Looking for the correct file(s) to edit…

I would like to remove the checkbox that allows you to refund an order that was paid through Stripe. Selecting this option does not refund the correct amount and I would like to have the vendors use their Stripe Dashboard instead to refund credit cards.

The Stripe checkbox is located beneath the “Notify Vendor” checkbox.

Thank You

Please check

/design/backend/templates/addons/stripe_connect/hooks/rma/details_actions.post.tpl

Thank you @ecomlabs ! In case anyone needs to comment out any code, use the format:

{* Code to be commented out here *}

I commented out the entire <div class=“controls” section to remove the checkbox.

2 Likes