Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rohan 105 posts 162 karma points
    Aug 23, 2014 @ 11:35
    Rohan
    0

    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

     

  • Anders Burla 2560 posts 8256 karma points
    Aug 25, 2014 @ 08:06
    Anders Burla
    0

    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

  • Rohan 105 posts 162 karma points
    Aug 25, 2014 @ 08:34
    Rohan
    0

    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

     

  • Anders Burla 2560 posts 8256 karma points
    Aug 26, 2014 @ 09:03
    Anders Burla
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft