Home Forums WoodMart support forum Checkout Reply To: Checkout

#271164

ccomm
Participant

Hello,
only last before I closed the ticket from the support of the module they gave me this code, which should do what I want, but nothing changes if you can look at it.
.lpp-shipping-package-wrapper th,
label [for = “shipping_method_0_local_pickup_plus”] {
display: none! important;
}

tr.cart-subtotal + tr {
display: table-cell! important;
width: 100%! important;
}

tr.cart-subtotal + tr> th,
tr.cart-subtotal + tr> td {
display: block! important;
width: 100%! important;
}

tr.cart-subtotal + tr .shipping__list_item {
width: 100%;
display: block! important;
text-align: left! important;
}