Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Arlan 58 posts 184 karma points
    May 29, 2014 @ 21:40
    Arlan
    0

    display custom product definition

    How would i go about displaying custom product definition on product page (uCommerce/Product.cshtml)?

    currently my product definition is named "bookDescription" its a RichText Data type, what code will i need to put into Product.cshtml file to display bookDescription in Product page?

     

    regards

    Arlan

  • Nickolaj Lundgreen 233 posts 1132 karma points
    May 30, 2014 @ 08:17
    Nickolaj Lundgreen
    100

    You need to do like this:

    product.GetProperty("bookDescription").GetValue();;
    
  • Arlan 58 posts 184 karma points
    May 30, 2014 @ 17:41
    Arlan
    0

    Thank you Nickolaj!

Please Sign in or register to post replies

Write your reply to:

Draft