Skip to content

Commit

Permalink
add w3dupgrade as additional product
Browse files Browse the repository at this point in the history
  • Loading branch information
willpatera committed Jul 20, 2017
1 parent 3c5a25e commit a110e31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 8 additions & 1 deletion assets/coffeescript/product_list.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ get_vr_ar_product_ids = ->
return ['hololens_w120_e120b','htcviveb','oculusdk2b','oculusdk2m','epsonbt300b','epsonbt200b']

get_additional_product_ids = ->
return ['usbcupgrade','e120upgrade','support6','support12']
return ['w3dupgrade','e120upgrade','usbcupgrade','support6','support12']


get_product_database = ->
Expand Down Expand Up @@ -401,6 +401,13 @@ get_product_database = ->
description_store: "Upgrade any existing Pupil headset with our custom made 120hz camera. This is a drop-in replacement. No tools needed. For more info, check out the camera specs in the configurator above."
description_cart: "Camera upgrade: 120hz eye camera upgrade"
img: [additional_product_path,'e120upgrade.jpg'].join('/')
w3dupgrade:
cost: 550
title_product: '3d World Camera'
title_store: "3d World Camera"
description_store: "Upgrade any existing Pupil headset with a 3d world camera. Intel RealSense R200 RGBD camera. Provides stereo RGB images and depth image. For more info, check out the camera specs in the configurator above. Ships with USB connector cable."
description_cart: "World camera: Intel RealSense R200 RGBD camera. Provides stereo RGB images and depth image."
img: [additional_product_path,'w3dupgrade.jpg'].join('/')
support6:
cost: 1000
title_product: 'Support Contract'
Expand Down
2 changes: 1 addition & 1 deletion contents/media
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2787,11 +2787,7 @@ image-size@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.4.0.tgz#d4b4e1f61952e4cbc1cea9a6b0c915fecb707510"

image-size@^0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.0.tgz#be7aed1c37b5ac3d9ba1d66a24b4c47ff8397651"

image-size@^0.5.4:
image-size@^0.5.0, image-size@^0.5.4:
version "0.5.5"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"

Expand Down

0 comments on commit a110e31

Please sign in to comment.