Ivory Shop is an eCommerce application made 100% in Swift. The app is easy to use for your own eCommerce mobile application.
General View Page
Explore all the clothes, shoes, and accessories with the option to narrow down your search by main categories, price and newest products added.
Favorite List
Favorite List
Create your personal wishlist by adding the items that you love in the favorites list.
Single Product View
Detailed view of a product, where you can pick the size, color and the quantity, and to add it to the shopping cart.
Cart
Review your shopping cart and proceed to Checkout.
Login and register view
You can login and register to access your favorites and shop.
Additional Information
The current array we use for the list of products is a local raw/json file, please read the documentation file (PDF) provided as a part of the package you purchased. It contains all the information you may need to modify the app to your suiting.
You will need to change that raw/json file or even better parse a remote JSON file that you would generate from your own backend/server. It’s important to make sure that you have the array mapped to work with the app or modify the app to work with your own desired structured based on your backend. Please refer to the documentation for more details.
We added Stripe, so you can process payments for the app with client’s Credit cards. Also, we’ve added PayPal as an alternative payment method.