I have installed tea commerce in my Umbraco 7. After installation of "Tea Commerce" , i can see "TEA COMMERCE" in my Umbraco CMS where i can see "Store/ Security/ Licence/ Need Help" buttons.
Now by clicking on "Store" it's allowing me to create a new Store. Now from where i can add a "PRODUCT" to the newly Created store ?
Also how can my user check the Store and check the products and add to the cart ?
Can you please let me know any starter link or code etc ?
Where can i find Umbraco Nodes in Umbraco content structure ? Is there any links or reference, i can check to set up product as umbraco nodes ?
Is it mandatory to add the product as "HTML API" ? For timebeing can we not add 2 - 3 static products with their name, description, product photo, price etc ?
You create a product document type with a property for the pricing with the alias that is specified at the currency in Tea Commerce. You can add the product using the HTML API, the JavaScript API or the Razor API. So you have lots of ways to do it :)
Installed Tea Commerce , how to create Store
Hi Experts
I have installed tea commerce in my Umbraco 7. After installation of "Tea Commerce" , i can see "TEA COMMERCE" in my Umbraco CMS where i can see "Store/ Security/ Licence/ Need Help" buttons.
Now by clicking on "Store" it's allowing me to create a new Store. Now from where i can add a "PRODUCT" to the newly Created store ?
Also how can my user check the Store and check the products and add to the cart ?
Can you please let me know any starter link or code etc ?
Thanks in advance !
Rohan Dave
The products should be created as Umbraco nodes in the Umbraco content strucutre. Then have a price that you specified in your currency. And now you can add the product using the HTML API
http://documentation.teacommerce.net/html-api/order-line/addorupdateorderline/
Kind regards
Anders
Hi Anders
Thanks for the reply.
Where can i find Umbraco Nodes in Umbraco content structure ? Is there any links or reference, i can check to set up product as umbraco nodes ?
Is it mandatory to add the product as "HTML API" ? For timebeing can we not add 2 - 3 static products with their name, description, product photo, price etc ?
Thanks
Rohan Dave
You create a product document type with a property for the pricing with the alias that is specified at the currency in Tea Commerce. You can add the product using the HTML API, the JavaScript API or the Razor API. So you have lots of ways to do it :)
Kind regards
Anders
is working on a reply...