XCuisine template is the ultimate way to make a mobile app for your business in sales. In the core of it lies our Order page type which allows users of your app to add items to their in-app shopping cart and proceed to checkout.
Start by completing template configuration process. The configuration process consists of such settings as basic info, target platform (iPhone, iPad, Android or Kindle), type navigation, font and background settings, etc.
Preconfigured improvised menu is placed on the second tab of the template. There are four locations by default each with a menu of its own.
Clicking through the menu and into an item you will find an “Add to cart” button. Note that items are added to the shopping cart with our custom addtocart:// URL scheme. The scheme has four parameters: item name, item price, URL of item info and URL of an image. All parameters are separated with an ampersand (&). Example: <a href="addtocart://id?itemname=name&itemprice=price&urlimg=image.png&urlinfo=info">Add to cart cart</a>
To activate payments through the order page type you also need to register a merchant account at Authorize.Net payment gateway.
Start by completing template configuration process. The configuration process consists of such settings as basic info, target platform (iPhone, iPad, Android or Kindle), type navigation, font and background settings, etc.
Preconfigured improvised menu is placed on the second tab of the template. There are four locations by default each with a menu of its own.
Clicking through the menu and into an item you will find an “Add to cart” button. Note that items are added to the shopping cart with our custom
addtocart://
URL scheme. The scheme has four parameters: item name, item price, URL of item info and URL of an image. All parameters are separated with an ampersand (&). Example:<a href="addtocart://id?itemname=name&itemprice=price&urlimg=image.png&urlinfo=info">Add to cart cart</a>
To activate payments through the order page type you also need to register a merchant account at Authorize.Net payment gateway.