Quote Originally Posted by keneso View Post
I'm not sure if I should post here, or at the bootstrap thread, in case I apologize.

That said by trying to make some changes to https://www.zen-cart.com/downloads.php?do=file&id=2305 (bootstrap template for OPC) I noticed there are differences in some of php snips, i.e. tpl_modules_opc_shopping_cart.php
My guess is I could use the "original" OPC template_default one, and need to be confirmed.

Also how would I add the price per unit to show in the tpl_modules_opc_shopping_cart.php

Thank you
You're in the right support-thread!

The BS4/OPC makes changes to every one of OPC's template_default/template files (except for tpl_modules_checkout_one_shipping.php), so you'll want to make your subsequent changes to the tpl_modules_opc_shopping_cart.php that's now present in your clone of the bootstrap template's version.

I've got stuff going on this morning, but will try to get back later today to answer the part about adding the unit-price to that template.