Skip to content

Commit 099a89a

Browse files
committed
Add support for customer segment discounts on PDP/PLP when logged in.
Fix for product model when quantity changes to update the price. Update product collection page to pass customer segments. Add customerSegments to collection members page. Add customer segments to product page and pass to api call for configure Update configure calls in models-product.js to support customer segments
1 parent 20e4ffe commit 099a89a

6 files changed

Lines changed: 10368 additions & 11 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@
2929
"dependencies": {
3030
"backbone": "1.4.1",
3131
"bootstrap": "3.2.0",
32+
"generator-mozu-theme": "^2.0.13",
33+
"grunt-cli": "^1.5.0",
3234
"jquery-colorbox": "1.5.15",
3335
"jquery.cookie": "1.4.1",
3436
"typeahead.js": "0.10.5",
35-
"underscore": "1.13.3"
37+
"underscore": "1.13.3",
38+
"yo": "^5.1.0"
3639
},
3740
"exportsOverride": {
3841
"bootstrap": [

0 commit comments

Comments
 (0)