Logo
Explore Help
Sign In
magdev/wc-bootstrap
1
Fork 0
You've already forked wc-bootstrap
Code Issues Pull Requests Actions Releases 8 Activity
Files
v0.1.3
wc-bootstrap/templates/global/wrapper-end.html.twig

19 lines
354 B
Twig
Raw Permalink Normal View History

Implement Phase 1: global templates and notices (Bootstrap 5) Add 9 Twig template overrides for WooCommerce's global and notice templates: - global/wrapper-start, wrapper-end: conditional container with _theme_wrapped - global/breadcrumb: Bootstrap breadcrumb component with aria-current - global/sidebar: offcanvas-lg for mobile, standard aside for desktop - global/quantity-input: input-group with +/- buttons - global/form-login: responsive form with form-control, form-check - notices/notice, error, success: Bootstrap alert-dismissible with icons Supporting changes: - assets/js/quantity.js: +/- button handler respecting min/max/step - assets/css/wc-bootstrap.css: WooCommerce notice fallback styles, spinner removal - functions.php: register quantity.js script Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 10:19:10 +01:00
{#
# Content Wrapper End (Bootstrap 5 Override)
#
# Closes the wrapper divs opened by wrapper-start.html.twig.
#
# WooCommerce PHP equivalent: global/wrapper-end.php
#
# @package WcBootstrap
# @since 0.1.0
#}
{% set _wrapped = _theme_wrapped is defined and _theme_wrapped %}
{% if not _wrapped %}
</main>
</div>
</div>
{% endif %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 45ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API