When creating an estimate product in bootstrap the page counter is on by default, however the cases where the product only ever has one page you can comment out the counter in the css.
To comment out the counter go to the product you want to turn off the page counter on and click to edit.
Under the option tab click layout css
copy the code below into the css file
#inputPages {
display: none;
}
#pnlManualSize label[for="inputPages"] {
display: none;
}
Click save
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article