Search found 9 matches

Go to advanced search

by Alva
Sat Oct 24, 2015 12:56 am
Forum: Issues
Topic: shopping carts
Replies: 18
Views: 3812
 
Jump to post

shopping carts

Yep

by Alva
Tue Dec 30, 2014 2:55 pm
Forum: Issues
Topic: Buttons in a grid with custom icons?
Replies: 8
Views: 2177
 
Jump to post

Buttons in a grid with custom icons?

Thanks. I got it working. For others ... var filename = '4c258a62-b7f9-40aa-a4e2-44e0db35962b.image.jpg'; var photo_url = myDB_settings.photo_url + myDB_settings.database_id + '/' + filename; // method 1 Appery("mobilebutton_1").css("background-image", 'url('+photo_url+')'); Appe...
by Alva
Tue Dec 30, 2014 5:08 am
Forum: Issues
Topic: Buttons in a grid with custom icons?
Replies: 8
Views: 2177
 
Jump to post

Buttons in a grid with custom icons?

Here's an image of the buttons. I didn't change the background on these buttons but you can see the borders around the buttons. How do I remove those borders?

by Alva
Tue Dec 30, 2014 5:07 am
Forum: Issues
Topic: Buttons in a grid with custom icons?
Replies: 8
Views: 2177
 
Jump to post

Buttons in a grid with custom icons?

Image

by Alva
Sun Dec 28, 2014 10:55 am
Forum: Issues
Topic: Buttons in a grid with custom icons?
Replies: 8
Views: 2177
 
Jump to post

Buttons in a grid with custom icons?

I got this working. Was wondering how to remove the borders?

by Alva
Fri Dec 12, 2014 8:13 am
Forum: Issues
Topic: shopping carts
Replies: 18
Views: 3812
 
Jump to post

shopping carts

It's just my cheat sheet for the code to get and set local storage. I use a lot of local storage for saving items like the total in my shopping cart. You have to use that code with something. It doesn't do anything on its own.

by Alva
Thu Dec 11, 2014 5:10 am
Forum: Issues
Topic: shopping carts
Replies: 18
Views: 3812
 
Jump to post

shopping carts

Here's a tutorial on creating a musicshop cart:
http://devcenter.appery.io/building-a...

A nice video on Models and storage -
http://blog.appery.io/2014/10/video-n...

by Alva
Thu Dec 11, 2014 3:35 am
Forum: Issues
Topic: shopping carts
Replies: 18
Views: 3812
 
Jump to post

shopping carts

I have been working on a shopping cart for awhile. I am able to do it for one user at the moment. I'm updating my database to support multiple users but don't have it working yet. My cheat sheet: var total = localStorage.getItem('token'); localStorage.setItem('token', total); alert (total); Input bo...
by Alva
Mon Dec 08, 2014 6:58 pm
Forum: Issues
Topic: send grid works when i test the service but does not work from within the app
Replies: 3
Views: 612
 
Jump to post

send grid works when i test the service but does not work from within the app

I agree. It wasn't obvious in the instructions to uncheck the Appery.io proxy. It is working for me now that I have done that.

Go to advanced search