Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 581 posts 1385 karma points
    Jul 13, 2013 @ 02:32
    Sebastian Dammark
    0

    orderLine.Name is empty

    In the file view-order-line-overview.cshtml line 109, shouldn't it be @product.Name ?

  • Anders Burla 2560 posts 8256 karma points
    Jul 14, 2013 @ 01:37
    Anders Burla
    100

    What does it say today? If @product.Properties["productName"] then yes - it should be .Name.

    If the Name property is empty - be sure that you configured it correctly in the store settings. Remember the property alias of the product name can't be "name" - that is "semi" reserved in Umbraco :) So use "productName" instead.

    Kind regards
    Anders 

  • Sebastian Dammark 581 posts 1385 karma points
    Jul 15, 2013 @ 10:25
    Sebastian Dammark
    0

    Ahhh ... OK

    The starterkit comes with Name as the 'Name property alias' as default.

    This also solves this thread: Link 

Please Sign in or register to post replies

Write your reply to:

Draft