PHPackages                             swissup/module-breeze-bss-simple-detail-configurable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. swissup/module-breeze-bss-simple-detail-configurable

ActiveMagento2-module[Admin Panels](/categories/admin)

swissup/module-breeze-bss-simple-detail-configurable
====================================================

Bss Simple Details on Configurable Product Breeze Frontend Integration

1.0.4(7mo ago)033OSL-3.0JavaScript

Since Apr 17Pushed 7mo ago4 watchersCompare

[ Source](https://github.com/breezefront/module-breeze-bss-simple-detail-configurable)[ Packagist](https://packagist.org/packages/swissup/module-breeze-bss-simple-detail-configurable)[ RSS](/packages/swissup-module-breeze-bss-simple-detail-configurable/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Bss Simple Details on Configurable Product Breeze Frontend Integration
======================================================================

[](#bss-simple-details-on-configurable-product-breeze-frontend-integration)

Integration done for the module version 1.5.3

Installation
------------

[](#installation)

```
composer require swissup/module-breeze-bss-simple-detail-configurable
bin/magento module:enable Swissup_BreezeBssSimpleDetailConfigurable
```

Required patches
----------------

[](#required-patches)

Please disable the *Ajax Load Detail* option since it's not supported.

Bss\_Simpledetailconfigurable/js/configurable\_control.js:

```
@@ -109,7 +109,7 @@
                 }
             }

-            var url = $(location).attr('href');
+            var url = location.href;
             if (url.split('+').pop() === 'sdcp-redirect') {
                 window.paramRedirect = url.split('+').slice(0, -1);
                 window.paramRedirect.shift();
@@ -524,7 +524,7 @@
         _UpdateActiveTab: function () {
             $('.data.item.title').removeClass("active");
             $('.data.item.content').css('display', 'none');
-            if ($(window.location).attr('hash') == '') {
+            if (window.location.hash == '') {
                 $('.data.item.title:not(.' +this.options.sdcp_classes.hiddenTab+ ')').first().addClass('active');
                 $('.data.item.content:not(.' +this.options.sdcp_classes.hiddenTab+ ')').first().css('display', 'block');

@@ -906,7 +906,7 @@
         _UpdateUrl: function ($parentUrl, $customUrl, $config, $suffix) {
             if ($config > 0 && $('.checkout-cart-configure').length == 0) {
                 $customUrl = $customUrl.replace(/[`!@#$%^&*()|\;:'",.\{\}\[\]\\\/]/g,'');
-                $customUrl = $.trim($customUrl);
+                $customUrl = $customUrl.trim();
                 while ($customUrl.indexOf(' ') >= 0) {
                     $customUrl = $customUrl.replace(" ", "~");
                 }
@@ -932,7 +932,7 @@
         _UpdateSelected: function ($options, $widget) {
             var config = $options.jsonModuleConfig,
                 data = $options.jsonChildProduct,
-                customUrl = $(location).attr('href').replace(config.url_suffix, ''),
+                customUrl = location.href.replace(config.url_suffix, ''),
                 selectingAttr = [],
                 attr,
                 selectedAttr = customUrl.split('+'),
@@ -985,7 +985,7 @@
                             + '"] .swatch-attribute-options').children().is('div')) {
                             $('.swatch-attribute[' + swSelector + 'attribute-code="' + $code + '"] .swatch-attribute-options .swatch-option').each(function () {
                                 var optionLable = $(this).attr(swSelector + 'option-label').replace(/[~`!@#$%^&*()|\;:'",.\{\}\[\]\\\/]/g,'').replace(/\s/g,'');
-                                optionLable = $.trim(optionLable);
+                                optionLable = optionLable.trim();
                                 if (optionLable == $value) {
                                     $(this).trigger('click');
                                     return false;
@@ -1305,7 +1305,7 @@
             if (undefined !== productId) {
                 $('div.data.item.title').each(function (idx, elem) {
                     var triggerIds = $(elem).attr('data-trigger');
-                    if (undefined !== triggerIds) {
+                    if (undefined !== triggerIds && triggerIds.match(/^[\d,]+$/)) {
                         if (triggerIds.split(",").indexOf(productId) !== -1) {
                             if (!$(elem).is(':visible')) {
                                 $(elem).removeClass('bss-tab-hidden').show();
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance65

Regular maintenance activity

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~58 days

Total

5

Last Release

212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33aea824c2948821ee367ad65fab9d355c71d86ce4ff021a40882a410f14ef94?d=identicon)[swissup](/maintainers/swissup)

![](https://avatars.githubusercontent.com/u/2668851?v=4)[Chumak Roman](/maintainers/roma84)[@roma84](https://github.com/roma84)

---

Top Contributors

[![vovayatsyuk](https://avatars.githubusercontent.com/u/306080?v=4)](https://github.com/vovayatsyuk "vovayatsyuk (6 commits)")[![ci-swissuplabs](https://avatars.githubusercontent.com/u/40459861?v=4)](https://github.com/ci-swissuplabs "ci-swissuplabs (3 commits)")[![roma84](https://avatars.githubusercontent.com/u/2668851?v=4)](https://github.com/roma84 "roma84 (2 commits)")

### Embed Badge

![Health badge](/badges/swissup-module-breeze-bss-simple-detail-configurable/health.svg)

```
[![Health](https://phpackages.com/badges/swissup-module-breeze-bss-simple-detail-configurable/health.svg)](https://phpackages.com/packages/swissup-module-breeze-bss-simple-detail-configurable)
```

###  Alternatives

[swissup/theme-frontend-breeze-blank

Clean, lightning-fast breeze-powered theme.

1665.8k6](/packages/swissup-theme-frontend-breeze-blank)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
