Ionic Shopping Cart

Ionic Shopping Cart

Awesome Ionic Shopping Cart

Free!

(2)
Amila Jayasinghe

Amila Jayasinghe

Member since 2016

Details

Version:
1.0
Size:
7mb
Ionic:
1.0 beta,1.0.x,1.3.x
Platforms:
iOS, Android
View ID:
103df90c
Released:
8 years ago
Updated:
5 years ago
Category:
Plugins
Tags:
ionic shopping cart, shopping cart, stripe payments, check out

Ionic Shopping Cart


This is awesome shopping cart that allows to use a cart. Listed below are the features that available here.
  • Allow to filter the products according to the catogery
  • Adding and removing the items from the cart
  • Checkout option with Stripe payment gateway

The stripe account connected in the demo is live and you can make a real payment to ensure it.
This can be tried using ionic view with the APP ID : 103df90c

Hey there! You'll need to log in before you can leave a comment here.

Intagent

Intagent   ·   8 years ago

What type of sms service you r using..

Amila Jayasinghe

Amila Jayasinghe   ·   8 years ago

What do u mean by SMS service?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Reza

Reza   ·   8 years ago

Will i be able to get the full source code and make template customization upon successful purchase?

Amila Jayasinghe

Amila Jayasinghe   ·   8 years ago

Yes. Sure.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

coolm4n

coolm4n   ·   7 years ago

just to confirm before i purchase, you will give all the source code (product page, category on side menu, popup cart, payment, etc) not only the cart popup, right?

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Yes. All the source codes will be there.

coolm4n

coolm4n   ·   7 years ago

hi Amila, i just purchased your plugin.. Excellent plugin. btw, my app currency is in Indonesia rupiah, but i notice you passing usd to stripe payement gateway. So do i need to convert the currency to usd or the payment gateway can also support Rupiah? In case the payment gateway can support rupiah, i believe something need to change on below line: $scope.ProductMeta = { title: "My Cart", description: 'Total Amount Payable $' + $rootScope.total, priceUSD: 3, //this line }; Please kindly advise thanks

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi There, Please refer to the link below, https://support.stripe.com/questions/which-currencies-does-stripe-support According to "Stripe", You can use Indonesian Rupiah as your currency type. What you have to do is, go to js/service.js and refer to Line : 28. There you can change the currency to "IDR". Thanks

coolm4n

coolm4n   ·   7 years ago

Hi Amila, I've followed your instruction go to line 28 and change the currency to IDR but unfortunately it still appear as $ symbol instead of Rp. Where else i need to modify the code? Please advise. Thanks

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi,,, There is one other place you have to change. You can go to js/service.js and refer to Line : 57. Please add ** currency: "idr" ** in to the "handlerOptions". Then it will be like below. var handlerOptions = { name: ProductMeta.title, description: ProductMeta.description, amount: Math.floor(ProductMeta.priceUSD*100), image: "img/shopping.jpg", currency: "idr" };

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

imad

imad   ·   7 years ago

hello does this plugin Compatible with prestashop store or can we link it with it

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

I'm not familiar with prestashop store. So I'm not too sure whether we can like this to prestashop or not.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Kris Hollen

Kris Hollen   ·   7 years ago

I have downloaded this plugin, however I do not see in the source code the evtCtrl, where is this handled for the main page, I am trying to form a grid of products in my shop app similar to this but do not see where this is handled.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi Kris, The grid of products are handled by the main page. Can you make it bit more specific? Or you may email me in more detail.So I'll look in to it.

Kris Hollen

Kris Hollen   ·   7 years ago

Hello, I have sent an email with the code issues I am having.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Freddy

Freddy   ·   7 years ago

Hi, I would like to know how to install the plugin ? Thanks for your help

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

You do not have to install it. You can directly copy and paste the codes in your project

Freddy

Freddy   ·   7 years ago

But how can I add it to my code ? Or see it ? Sorry but I quite new with ionic. Thanks

Freddy

Freddy   ·   7 years ago

I try to add the files, but I get an error: Message: Use the global form of 'use strict'. Details: fileName: C:\Users\shoot\ionic\cuponyes\app\main\js\app.js lineNumber: 5

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Did you download the files?

Freddy

Freddy   ·   7 years ago

Yes I have it, but the 'use strict'; is just after the function and gave some error.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Can you give me some more detail about the error. And if it is possible, can you send me some screen shot and piece of your codes where it got the error?

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

You can send it to my email (amila86@gmail.com)

Freddy

Freddy   ·   7 years ago

Thanks I just send you a mail, but not with the one I'm registered. Thanks again

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi Freddy, I didn't receive your email yet. Can you forward it again? If the attachment is too larger. I think it should better to use Dropbox. Thanks

Freddy

Freddy   ·   7 years ago

Hi, I send you an email on the 2nd did you receive it ? THanks for your help

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Yes. I received & I looked in to it. But it's a bit difficult to realise that what is going using those 3 files. Can you send me files with the template? So I can run and see it. Anyway, If you get the error only because of this angular-stripe.js then il send you different set of codes without noodlo pay.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

coolm4n

coolm4n   ·   7 years ago

The stripe works fine for andorid. but my in IOS the popup windows does not appear. Keep loading and at the end nothing happen. I check the console log no error shown. Does the stripe support ios version? Thanks

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Are you using ionic view or PhoneGap emulater to test ? It doesn't work with phonegap.

coolm4n

coolm4n   ·   7 years ago

i'm using ionic view.. But still does not work. Please your advise

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Yen

Yen   ·   7 years ago

What backend you use? Ionic version. Angular 2?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

There is no backend. Data are static array. This is done using Ionic 1 & Angular 1.

Jayanta

Jayanta   ·   7 years ago

Hi Amila, Not having any backend is nice. Through web service we can made it Dynamic, right? In that case we would like to try it. Do you have Ionic 2 and Angular 2 version?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

John Adepoju

John Adepoju   ·   5 years ago

Hello, please is this plugin still available for purchase because i can't see the screenshot loading on my system and how can i request for a demo before buying it. Thanks.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

  ·   just now

{{ comment.comment }}

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

John Adepoju

John Adepoju   ·   5 years ago

Hello, please is this plugin still available for purchase because i can't see the screenshot loading on my system and how can i request for a demo before buying it. Thanks.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

There is no backend. Data are static array. This is done using Ionic 1 & Angular 1.

Jayanta

Jayanta   ·   7 years ago

Hi Amila, Not having any backend is nice. Through web service we can made it Dynamic, right? In that case we would like to try it. Do you have Ionic 2 and Angular 2 version?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Yen

Yen   ·   7 years ago

What backend you use? Ionic version. Angular 2?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Are you using ionic view or PhoneGap emulater to test ? It doesn't work with phonegap.

coolm4n

coolm4n   ·   7 years ago

i'm using ionic view.. But still does not work. Please your advise

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

coolm4n

coolm4n   ·   7 years ago

The stripe works fine for andorid. but my in IOS the popup windows does not appear. Keep loading and at the end nothing happen. I check the console log no error shown. Does the stripe support ios version? Thanks

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Reza

Reza   ·   8 years ago

Will i be able to get the full source code and make template customization upon successful purchase?

Amila Jayasinghe

Amila Jayasinghe   ·   8 years ago

Yes. Sure.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Kris Hollen

Kris Hollen   ·   7 years ago

I have downloaded this plugin, however I do not see in the source code the evtCtrl, where is this handled for the main page, I am trying to form a grid of products in my shop app similar to this but do not see where this is handled.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi Kris, The grid of products are handled by the main page. Can you make it bit more specific? Or you may email me in more detail.So I'll look in to it.

Kris Hollen

Kris Hollen   ·   7 years ago

Hello, I have sent an email with the code issues I am having.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

imad

imad   ·   7 years ago

hello does this plugin Compatible with prestashop store or can we link it with it

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

I'm not familiar with prestashop store. So I'm not too sure whether we can like this to prestashop or not.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

coolm4n

coolm4n   ·   7 years ago

just to confirm before i purchase, you will give all the source code (product page, category on side menu, popup cart, payment, etc) not only the cart popup, right?

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Yes. All the source codes will be there.

coolm4n

coolm4n   ·   7 years ago

hi Amila, i just purchased your plugin.. Excellent plugin. btw, my app currency is in Indonesia rupiah, but i notice you passing usd to stripe payement gateway. So do i need to convert the currency to usd or the payment gateway can also support Rupiah? In case the payment gateway can support rupiah, i believe something need to change on below line: $scope.ProductMeta = { title: "My Cart", description: 'Total Amount Payable $' + $rootScope.total, priceUSD: 3, //this line }; Please kindly advise thanks

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi There, Please refer to the link below, https://support.stripe.com/questions/which-currencies-does-stripe-support According to "Stripe", You can use Indonesian Rupiah as your currency type. What you have to do is, go to js/service.js and refer to Line : 28. There you can change the currency to "IDR". Thanks

coolm4n

coolm4n   ·   7 years ago

Hi Amila, I've followed your instruction go to line 28 and change the currency to IDR but unfortunately it still appear as $ symbol instead of Rp. Where else i need to modify the code? Please advise. Thanks

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi,,, There is one other place you have to change. You can go to js/service.js and refer to Line : 57. Please add ** currency: "idr" ** in to the "handlerOptions". Then it will be like below. var handlerOptions = { name: ProductMeta.title, description: ProductMeta.description, amount: Math.floor(ProductMeta.priceUSD*100), image: "img/shopping.jpg", currency: "idr" };

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Intagent

Intagent   ·   8 years ago

What type of sms service you r using..

Amila Jayasinghe

Amila Jayasinghe   ·   8 years ago

What do u mean by SMS service?

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Freddy

Freddy   ·   7 years ago

Hi, I would like to know how to install the plugin ? Thanks for your help

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

You do not have to install it. You can directly copy and paste the codes in your project

Freddy

Freddy   ·   7 years ago

But how can I add it to my code ? Or see it ? Sorry but I quite new with ionic. Thanks

Freddy

Freddy   ·   7 years ago

I try to add the files, but I get an error: Message: Use the global form of 'use strict'. Details: fileName: C:\Users\shoot\ionic\cuponyes\app\main\js\app.js lineNumber: 5

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Did you download the files?

Freddy

Freddy   ·   7 years ago

Yes I have it, but the 'use strict'; is just after the function and gave some error.

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Can you give me some more detail about the error. And if it is possible, can you send me some screen shot and piece of your codes where it got the error?

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

You can send it to my email (amila86@gmail.com)

Freddy

Freddy   ·   7 years ago

Thanks I just send you a mail, but not with the one I'm registered. Thanks again

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Hi Freddy, I didn't receive your email yet. Can you forward it again? If the attachment is too larger. I think it should better to use Dropbox. Thanks

Freddy

Freddy   ·   7 years ago

Hi, I send you an email on the 2nd did you receive it ? THanks for your help

Amila Jayasinghe

Amila Jayasinghe   ·   7 years ago

Yes. I received & I looked in to it. But it's a bit difficult to realise that what is going using those 3 files. Can you send me files with the template? So I can run and see it. Anyway, If you get the error only because of this angular-stripe.js then il send you different set of codes without noodlo pay.

  ·   just now

{{ reply.comment }}



Hey there! You'll need to log in before you can leave a comment here.

Hey there! You'll need to log in before you can leave a rating here.

coolm4n   ·     ·   7 years ago

nice one

Kris Hollen   ·     ·   7 years ago

I think this is an excellent starter. I had some issues configuring this to match my needs, however Amila has provided an unmatched level of assistance to help me resolve these. I would recommend this starter 100%

  ·     ·   just now

{{ rating.comment }}

  ·     ·   just now

{{ rating.comment }}

Kris Hollen    ·     ·   7 years ago

I think this is an excellent starter. I had some issues configuring this to match my needs, however Amila has provided an unmatched level of assistance to help me resolve these. I would recommend this starter 100%

coolm4n    ·     ·   7 years ago

nice one