By default your customers have the ability to skip their next shipment:
You can do this by editing your css (typically style.css) in the code editor and adding the following line:
#skip_button { display: none; }
Modified on: Fri, 29 Oct, 2021 at 11:37 AM
By default your customers have the ability to skip their next shipment:
You can do this by editing your css (typically style.css) in the code editor and adding the following line:
#skip_button { display: none; }
Did you find it helpful? Yes No
Send feedback