Post by straightlight » Mon Feb 05, 2018 1:17 am

Followed are each TWIG files missing the table responsive class:

- catalog/view/theme/default/template/product/product.twig
- catalog/view/theme/default/template/checkout/cart.twig
- catalog/view/theme/default/template/product/compare.twig
- catalog/view/theme/default/template/extension/credit_card/squareup.twig

- admin/view/template/common/developer.twig
- admin/view/template/marketplace/marketplace_info.twig
- admin/view/template/sale/order_info.twig
- admin/view/template/sale/recurring_info.twig
- admin/view/template/sale/return_history.twig
- admin/view/template/extension/feed/google_base_category.twig
- admin/view/template/extension/fraud/fraudlabspro_info.twig
- admin/view/template/extension/fraud/maxmind_info.twig
- admin/view/template/extension/openbay/fba_order_info.twig
- admin/view/template/extension/payment/carditiny_order_ajax.twig
- admin/view/template/extension/payment/divido_order.twig
- admin/view/template/extension/klarna_checkout_order_ajax.twig
- admin/view/template/extension/payment/pp_braintree_order_ajax.twig
- admin/view/template/extension/payment/pp_express_order.twig
- admin/view/template/extension/payment/securetrading_pp_order.twig
- admin/view/template/extension/payment/securetrading_ws_order.twig

Find all instances of:

Code: Select all

<table class="table table-bordered">
add above each:

Code: Select all

<div class="table-responsive">
Then, find:

Code: Select all

</table>
add below each:

Code: Select all

</div>
With the exception of admin/view/template/payment/pp_braintree.twig file,

find:

Code: Select all

html += '<table class="table table-bordered">';
add above:

Code: Select all

html += '<div class="table-responsive">';
Then, below:

Code: Select all

html += '</table>';
add:

Code: Select all

html += '</div>';

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON
Who is online

Users browsing this forum: No registered users and 75 guests