One of the features of the Android OpenCart application is adding HTML between the modules of the application’s main page, which can be done using OpenCart adminpanel.
In these HTMLs, you can link to your own site or other sites or a page in application. For example, if you need to link a picture to inapp category page, you can use category link format. we’ve put three link formats:
Link to a category:
Link format is opencart://cat/?id={categoryID}&title={title} that {categoryID} is the ID of your category and {title} is the title of inapp page. For example:
opencart://cat/?id=57&title=Tablet
Link to products list with same keyword:
Link format is opencart://keyword/?id={keyword}&title={title} that {keyword} is the specific keyword and {title} is the title of inapp page. For example:
opencart://keyword/?id=halloween&title=New Offer
Link to a product:
Link format is opencart://product/?id={productID}&title={title} that {productID} is the product id and {title} is the title of inapp page. For example:
opencart://product/?id=40&title=iphone