Post by castacei » Fri Oct 13, 2017 7:44 pm

Hello,
How i can remove "Add comments to your order" option in the checkout, payment methods and to make privacy input checked
I want remove it because is not neccesary for my cart.
I use Journal2 Theme .
Thanks

Newbie

Posts

Joined
Fri Apr 07, 2017 2:34 pm

Post by eunique2020 » Wed Jan 23, 2019 10:33 am

If you are using one page checkout:
public_html/catalog/view/theme/journal3/template/journal3/checkout/confirm.twig

just set css to display none:

Code: Select all

  <div class="section-body">
    <div style="display:none">
      <textarea class="form-control" v-model="order_data.comment" placeholder="{{ text_comments }}"></textarea>
    </div>

Newbie

Posts

Joined
Sun Aug 27, 2017 9:07 pm
Who is online

Users browsing this forum: No registered users and 84 guests