feat: (minor) Backorder indicator and fixed inconsistencies

- Checkbox in website item to indicate if item is on backorder
- Indicator on listing on full page if availbale on backorder.
- fix: Allow provision to add any valid field from Website Item in Search Index
- fix: Settings filter fields are as per Item, make as per Website Item
- "Add to quote/ Go to Quote" if cart checkout is disabled
This commit is contained in:
marination
2021-09-02 14:07:59 +05:30
parent 45f64bd930
commit bbcbcf7a20
11 changed files with 129 additions and 59 deletions

View File

@@ -1354,8 +1354,12 @@ body.product-page {
font-weight: 500;
}
.has-stock {
font-weight: 400 !important;
}
.out-of-stock {
font-weight: 500;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #F47A7A;