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
    Oct 02, 2014 @ 14:55
    Rohan
    0

    how to get value of uWebshp Product Tags in umbraco cshtml ?

    Hi Experts

    I am looking for your help again !

    I am using Umbraco 7.1.6 and uWebshop 2.5.1.0. 

    I have added Catalog -> Categories -> Product etc on uWebshop. I have set everything for the products like product title, description, SKU, Tags etc.

    I have also noticed that so many times, once we add the value in "Tags" field of product in uWebshop in Umbraco , once we click on other product and go back to that products then "Tags" will be blank. So it's not going to save the "Tags" value.

    Now i need to use Tags for the products but in my MVC cshtml code i am not able to get the value of product tags. I am able to get all the values except this "TAGS".

    I have tried by below.

    foreach(var product in products)

    {

    string [] strTags = product.Tags;

    }

    everytime Product.Tags return 0. It's not returning any value.

    Can anyone please help me here ?

    Thanks,

    Rohan Dave

Please Sign in or register to post replies

Write your reply to:

Draft