How to create a model for the SellIt app
The SellIt app allows to create easy new models which the users will be able to custom them from their accounts. I'm spending about 5 hours to create a new model and since the first version were available 5 models by default. But i think, new models will be added in the following versions.
To create a model, you need first to have a html, css and javascript code. If you have a html template in the video below you could see how to create a new model for the SellIt app.
The video below shows how looks the html/styles code which will be used to create a model:
In the video below, i'm showing how to create the model's folders, covers and how to display the model in the SellIt app:
In the video below i'm showing how to enable the model for public and how to enable the Top Bar(create the countdown):
In he video below, you can see how are added the item's photos in a model. The function the_sellit_item_medias() returns all selected item's photos.
In the video below you can see how to add the item's name, price, old price, currency's symbol, short description and benefits in a model:
In the video below you can see how to add the item's description in a model:
In the video below you can see how to add a section with Questions and Answers in a model:
In the video below i'm showing how to add a Similar Items section where user could should other items in an item's page:
You can get more information about fields here https://www.midrub.com/categories/fields-2 and about functions here https://www.midrub.com/categories/functions-11