diff --git a/src/common/pages/CartDetail/index.js b/src/common/pages/CartDetail/index.js index ca234c3..b48a2a4 100644 --- a/src/common/pages/CartDetail/index.js +++ b/src/common/pages/CartDetail/index.js @@ -98,7 +98,7 @@ export default class CartDetail extends React.Component {
- Pilih Semua Product + Pilih Semua Product diff --git a/src/common/pages/Vouchers/Checkout/index.js b/src/common/pages/Vouchers/Checkout/index.js index c894ded..2b58dda 100644 --- a/src/common/pages/Vouchers/Checkout/index.js +++ b/src/common/pages/Vouchers/Checkout/index.js @@ -1,9 +1,10 @@ import React from 'react'; import {inject, observer} from 'mobx-react'; import { - FlatButton + FlatButton, + Divider } from 'material-ui'; -import { Affix, Card, Slider, Select, Row, Col, Icon, Tag,Rate, Button, Checkbox ,Divider, DatePicker, Alert, Input ,Avatar} from 'antd'; +import { Affix, Card, Slider, Select, Row, Col, Icon, Tag,Rate, Button, Checkbox , DatePicker, Alert, Input ,Avatar} from 'antd'; import {startCase} from 'lodash'; import LoadingDialog from "../../LoadingDialog"; import Loader from 'react-loader-advanced'; @@ -38,8 +39,8 @@ export default class CheckoutVouchers extends React.Component { return (
-
-
+
+
} /> - - -

+ + + //

+ // Detail Pembelian + //

+ //

} + > +
+
+

Detail Pembelian -

-
}> -
+ +
+
+ +
@@ -93,7 +104,7 @@ export default class CheckoutVouchers extends React.Component {

11,570 Points

- +

Total Pembayaran Point

@@ -106,7 +117,7 @@ export default class CheckoutVouchers extends React.Component {
-
+
) diff --git a/src/common/pages/Vouchers/ItemCard/index.js b/src/common/pages/Vouchers/ItemCard/index.js index 3f24f5c..09f88f4 100644 --- a/src/common/pages/Vouchers/ItemCard/index.js +++ b/src/common/pages/Vouchers/ItemCard/index.js @@ -31,7 +31,7 @@ export class ItemCard extends React.Component { return ( - +

{data.name}

) diff --git a/src/common/pages/Vouchers/Payment/index.js b/src/common/pages/Vouchers/Payment/index.js index c71db5e..34fd6e0 100644 --- a/src/common/pages/Vouchers/Payment/index.js +++ b/src/common/pages/Vouchers/Payment/index.js @@ -1,9 +1,10 @@ import React from 'react'; import {inject, observer} from 'mobx-react'; import { - FlatButton + FlatButton, + Divider as DividerMaterialUI } from 'material-ui'; -import { Affix, Card, Slider, Select, Row, Col, Icon, Tag,Rate, Button, Checkbox ,Divider, DatePicker, Alert, Input ,Avatar, Collapse, notification } from 'antd'; +import { Affix, Card, Slider, Select, Row, Col, Icon, Tag,Rate, Button, Checkbox , DatePicker, Alert, Input ,Avatar, Collapse, notification, Divider } from 'antd'; import {startCase} from 'lodash'; import LoadingDialog from "../../LoadingDialog"; import Loader from 'react-loader-advanced'; @@ -49,7 +50,7 @@ export default class PaymentVouchers extends React.Component {
-
+
} /> - +
@@ -121,7 +122,7 @@ export default class PaymentVouchers extends React.Component { + }}>Pakai Points
diff --git a/src/common/pages/Vouchers/index.js b/src/common/pages/Vouchers/index.js index 982744d..f15daa6 100644 --- a/src/common/pages/Vouchers/index.js +++ b/src/common/pages/Vouchers/index.js @@ -54,22 +54,30 @@ export default class VouchersComponent extends React.Component { cost: '100 Points' }, { - value: 'Rp. 150.000', - cost: '150 Points' + value: 'Super Besar 1', + cost: '34 Points' }, { - value: 'Rp. 200.000', - cost: '200 Points' + value: 'Super Besar 2', + cost: '49 Points' }, ] }, { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', - additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', + name: 'Grab', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/grab_150px_74px.png', + description: 'Grab adalah platform transportasi terkemuka di Asia Tenggara. Kami percaya setiap orang harus bisa pergi ke mana saja dan percaya bahwa mereka dapat memesan perjalanan yang aman.', + additional_information: 'Voucher ini berlaku hingga 28 Februari 2019. Voucher ini hanya bisa digunakan untuk layanan GrabCar, GrabBike, dan GrabExpress. ', + background_color: 'linear-gradient(rgb(0, 174, 66), rgb(0, 93, 36))', option: [ + { + value: 'Rp. 10.000', + cost: '10 Points' + }, + { + value: 'Rp. 20.000', + cost: '20 Points' + }, { value: 'Rp. 50.000', cost: '50 Points' @@ -78,9 +86,31 @@ export default class VouchersComponent extends React.Component { value: 'Rp. 100.000', cost: '100 Points' }, + ] + }, + { + name: 'OYO Hotel', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/oyo_150px_74px.png', + description: 'OYO Hotel adalah jaringan hotel terbesar di Asia Selatan dan terdapat di 11 negara dengan lebih dari 12,000 hotel tersebar di seluruh dunia.', + additional_information: 'Voucher ini berlaku hingga 31 Januari 2019.', + background_color: 'linear-gradient(rgb(253, 234, 225), rgb(255, 138, 98))', + option: [ { - value: 'Rp. 150.000', - cost: '150 Points' + value: 'Rp. 75.000', + cost: '25 Points' + }, + ] + }, + { + name: 'Carrefour', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/carrefour_150px_74px.png', + description: 'Carrefour membantu semua orang agar dapat menikmati kualitas hidup yang lebih baik setiap harinya. Menyediakan berbagai kebutuhan harian sekaligus bulanan, sebagai tujuan utama berbelanja keluarga dengan memberikan pelayanan dan produk berkualitas dimanapun dan kapanpun.', + additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', + background_color: 'linear-gradient(rgb(236, 249, 250), rgb(73, 176, 228))', + option: [ + { + value: 'Rp. 100.000', + cost: '100 Points' }, { value: 'Rp. 200.000', @@ -89,127 +119,66 @@ export default class VouchersComponent extends React.Component { ] }, { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', - additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', + name: "Domino's Pizza", + image: 'https://ecs7.tokopedia.net/img/recharge/operator/dominos_150px_74px.png', + description: "Domino's Pizza adalah pemimpin Pizza delivery di dunia. Dengan 130 toko yang tersebar di Jabodetabek, Bali, Bandung, Serang, dan Sukabumi, Domino’s menyajikan pizza paling lezat dengan harga terbaik untuk jutaan pelanggan. Domino’s juga mengantarkan pizza hangat dengan jaminan 30 menit sampai.", + additional_information: "Voucher ini berlaku hingga 29 hari setelah pembelian", + background_color: 'linear-gradient(rgb(11, 110, 174), rgb(2, 61, 96))', option: [ - { - value: 'Rp. 50.000', - cost: '50 Points' - }, { value: 'Rp. 100.000', - cost: '100 Points' - }, - { - value: 'Rp. 150.000', - cost: '150 Points' + cost: '90 Points' }, { value: 'Rp. 200.000', - cost: '200 Points' + cost: '180 Points' }, ] }, { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', + name: 'Timezone', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/new-timezone_150px_74px.png', + description: 'Timezone merupakan tempat permainan semua keluarga di Indonesia. Beragam permainan menarik yang disediakan untuk memberikan pengalaman yang menyenangkan bagi setiap pengunjung. Selain permainan – permainan yang cukup menarik dan sensasi berbeda, pengunjung yang hadir ke Timezone juga berkesempatan mendapatkan hadiah-hadiah menarik dari mesin-mesin yang dimainkan ataupun souvenir, boneka dari tiket yang ditukarkan', additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', + background_color: 'linear-gradient(rgb(255, 118, 90), rgb(255, 40, 12))', option: [ { - value: 'Rp. 50.000', - cost: '50 Points' + value: 'Value Voucher Rp 200.000 (Saldo Rp 150.000 & Free Games Rp 50.000)', + cost: '135 Points' }, { - value: 'Rp. 100.000', - cost: '100 Points' - }, - { - value: 'Rp. 150.000', - cost: '150 Points' - }, - { - value: 'Rp. 200.000', - cost: '200 Points' + value: 'Value Voucher Rp 500.000 (Saldo Rp 300.000 & Free Games Rp 200.000)', + cost: '285 Points' }, ] }, { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', - additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', + name: 'Bakmi GM', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/bakmigm_150px_74px.png', + description: 'BAKMI GM dirancang khusus untuk memberikan rasa yang lezat, yang dibuat dari bahan baku pilihan dan disajikan dengan harga yang ekonomis. Tersedia lebih dari 50 menu yang dapat dipilih oleh pelanggan, dengan menu Bakmi Special GM dan Pangsit Goreng yang menjadi favorit pelanggan.', + additional_information: 'Voucher ini berlaku hingga 11 Januari 2019.', + background_color: 'linear-gradient(rgb(254, 239, 73), rgb(241, 186, 54))', option: [ { value: 'Rp. 50.000', - cost: '50 Points' + cost: '47 Points' }, { value: 'Rp. 100.000', - cost: '100 Points' - }, - { - value: 'Rp. 150.000', - cost: '150 Points' - }, - { - value: 'Rp. 200.000', - cost: '200 Points' + cost: '94 Points' }, ] }, { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', - additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', + name: 'CFC', + image: 'https://ecs7.tokopedia.net/img/recharge/operator/cfc_150px_74px.png', + description: 'CFC merupakan salah satu brand fast food yang tersebar di berbagai daerah di Indonesia. CFC menyediakan berbagai menu makanan dan minuman yang praktis dan bervariasi sesuai dengan selera keluarga Indonesia. Mulai dari berbagai menu berbahan dasar ayam seperti : Crispy Fried Chicken, Chicken Strips, Chicken Pop, Chicken Burger, Ayam Geprek, hingga Nasi Goreng, Spaghetti, Ice blended, Calblend Float, dan masih banyak lagi.', + additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian. Maksimal penggunaan 3 e-Voucher dalam 1 kali transaksi', + background_color: 'linear-gradient(rgb(255, 255, 255), rgb(192, 192, 192))', option: [ { value: 'Rp. 50.000', - cost: '50 Points' - }, - { - value: 'Rp. 100.000', - cost: '100 Points' - }, - { - value: 'Rp. 150.000', - cost: '150 Points' - }, - { - value: 'Rp. 200.000', - cost: '200 Points' - }, - ] - }, - { - name: 'KFC', - image: 'https://ecs7.tokopedia.net/img/recharge/operator/kfc-box_150px_74px.png', - description: 'KFC merupakan restoran cepat saji yang menyediakan ayam goreng serta berbagai menu pilihan lainnya seperti burger, sup, dan salad. Dengan rasa yang renyah dan gurih, siapa pun dijamin ketagihan dengan ayam goreng yang satu ini. Mau menikmati berbagai menu dari si "Jagonya Ayam" dengan lebih hemat? Beli vouchernya di Tokopedia aja!', - additional_information: 'Voucher ini berlaku hingga 29 hari setelah pembelian.', - background_color: 'linear-gradient(rgb(214, 18, 53), rgb(100, 23, 24))', - option: [ - { - value: 'Rp. 50.000', - cost: '50 Points' - }, - { - value: 'Rp. 100.000', - cost: '100 Points' - }, - { - value: 'Rp. 150.000', - cost: '150 Points' - }, - { - value: 'Rp. 200.000', - cost: '200 Points' + cost: '44 Points' }, ] },