Remove Cash On Delivery From Payment Options When Custom Field is Filled By Customer

Solved

Remove Cash On Delivery From Payment Options When Custom Field is Filled By Customer

bselimb
Shopify Partner
3 0 0

Hi,

Recently I got a new client who is using a custom html field attached to theme code like this;

 

 <div class="row" style="margin-top:-50px;">
      <div class="col-12">
        <div class="form-group tt-wrapper">
          <label for="requirement" class="tt-title-options">bla bla alter product based on bla bla requrements</label>
          <textarea placeholder="Please alter it to length 53" class="form-control col-12" id="requirement" name="properties[Requirement]"></textarea>
        </div>
      </div>
    </div>

 

 

What I need to do is I need to remove Cash On Delivery option when this custom field is filled. Now I have no idea how to do this, right now they are using Releasit COD app.

 

Thanks for your help. 

Accepted Solution (1)

PrintingStudio
Shopify Partner
8 1 2

This is an accepted solution.

It's not available to mange in Settings > Payments?

View solution in original post

Replies 2 (2)

PrintingStudio
Shopify Partner
8 1 2

This is an accepted solution.

It's not available to mange in Settings > Payments?

bselimb
Shopify Partner
3 0 0

That is might be the solution for many other stores yes, but I found HidePay app works the best. Thank you.