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 547 posts 1287 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 Johansen 2560 posts 8256 karma points
    Jul 14, 2013 @ 01:37
    Anders Burla Johansen
    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 547 posts 1287 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 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies