I am creating one small application with Umbraco and Fotolia. For wallpaper / photos etc, i need to use Fotolia API. So all categories / producs (photos/ wallpapers) will come from Fotolia.
Now my problem starts. I can display all the categories from Fotolia on one of my umbraco webpage (category)(cshtml). It may be possible Category has Sub-Category and again Sub-Category has another Sub-Category on Fotolia with products (photo / wallpaper). So i don't know how many category / sub-category / products pages (document type, template / content) i need to create on Umbraco ?
For Example, Category A -> Sub Category B -> Sub Category C. I don't have this Cateory A / Sub Category B / Sub Category C on my Umbraco Content Tree. But though i need to navigate through it.
When i click on Category on my page, i need to display URL like below
If i use uWebshop then i can easily navigate through all the categories / sub-categories / products etc. As on Umbraco -> Content -> uWesbhop, i can define Catalog -> Categories/ products etc with any number of levels.
So can anyone please help me here how to achieve this with Fotolia in Umbraco ? Do we have any package like uWebshop for Fotolia which we can install on Umbraco ?
Integrate Fotolia API with Umbraco 7.2
Hi
I am creating one small application with Umbraco and Fotolia. For wallpaper / photos etc, i need to use Fotolia API. So all categories / producs (photos/ wallpapers) will come from Fotolia.
Now my problem starts. I can display all the categories from Fotolia on one of my umbraco webpage (category)(cshtml). It may be possible Category has Sub-Category and again Sub-Category has another Sub-Category on Fotolia with products (photo / wallpaper). So i don't know how many category / sub-category / products pages (document type, template / content) i need to create on Umbraco ?
For Example, Category A -> Sub Category B -> Sub Category C. I don't have this Cateory A / Sub Category B / Sub Category C on my Umbraco Content Tree. But though i need to navigate through it.
When i click on Category on my page, i need to display URL like below
http://abc.com/<categoryname>/
If it has any sub category and click on sub-category then URL like below
http://abc.com/<categoryname>/<subcategoryname>/
if it has any products (photo/wallpaper) and click on then URL like below
http://abc.com/<categoryname>/<productname>;
http://abc.com///
So can anyone please help me here how to achieve this with Fotolia in Umbraco ? Do we have any package like uWebshop for Fotolia which we can install on Umbraco ?
Thanks in advancce !
Rohan Dave
is working on a reply...