Copied to clipboard

Flag this post as spam?

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


  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Feb 01, 2017 @ 17:14
    Rusty Swayne
    3

    Merchello 2.4.0 Release

    Merchello 2.4.0 Release

    Merchello

    Umbraco 7

    New Features

    • Adds product collection/filter by price range queries to ProductContentQuery
    • Introduces the Invoice Itemization Strategy - Allows for splitting out VAT from product based taxation in back office sales overview.
    • Extends Notification provider methods to allow for attachemnts (Breaking for custom notification providers)
    • Product attribute detached content values are now accessible directly from IProductVariantContent
    • Adds tracking URL field to shipments
    • Exposes "Carrier" field in back office UI
    • Add auto suggest to product manufacturers
    • FastTrack - Adds store root xpath to FastTrack.config

    Updates

    • Braintree Payment Provider to current version and TSL 1.2 requirement
    • Updates Braintree Client SDK in Merchello back office to use "hosted fields" and Merchello.MUI JS library
    • Removes Collections & Specified Filters from Variant editor to reduce confusion.
    • Update shipment creation dialog to handle multiple shipments if multiple shipments quoted during checkout.

    Bug fixes

    • CustomerContext data moved from cookie to Customer/Anonymous customer ExtendedData. Addresses the "Encryption error issue" caused by excessive cookie sizes in a single domain.
    • Fixes issue with ProductContentQuery constrained by a search term.
    • Url slug duplicated for products of the same name
    • Task chain failure throws NullReferenceException
    • Editing a product option choice (shared option) sometimes fails if option is assigned to product.
    • Shared product option choices values are not re-indexed (Examine) for individual products when altered and product not saved.
    • Inventory validation visitor only checks an item in stock rather than the quantity that is in stock.
    • Fixes "plus" icon when for adding a filter to a filter group is not bound correctly - but the key handler for "return" works.
    • Fixes Product Variants bulk actions JS Bug where bulk action could only be executed once without page reload.
    • Fixes ContentFinderProductBySlug where incorrect page could be found if one slug contains another slug.

    Known Install Issue!!!

    FastTrack Starter cannot be fully installed in Umbraco 7.5.8 due to bugged package installer which does not call the data installer.ascx file correctly. The result WILL NOT ERROR and all of the files will be included correctly - the install WILL NOT perform the tasks of adding the document types, views, media and content pages correctly.

    SEE: http://issues.umbraco.org/issue/U4-9451

    Umbraco Version

    Merchello tested against Umbraco 7.5.2, 7.5.3, 7.5.6, 7.5.7, 7.5.8

    Copy over Merchello binaries (dlls) in the bin directory.

    Copy over the AppPlugins/Merchello and AppPlugins/MerchelloProviders directory (note if you have made any configuration changes in the merchello.config make sure to retain those).

    Upgrade your Umbraco installation to Umbraco 7.5.x before upgrading Merchello.

    Copy over Merchello binaries (dlls) in the bin directory.

    Copy over the AppPlugins/Merchello and AppPlugins/MerchelloProviders directory (note if you have made any configuration changes in the merchello.config make sure to retain those).

    Change log

    http://issues.merchello.com/youtrack/agiles/76-1/77-76

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Feb 01, 2017 @ 20:04
    Biagio Paruolo
    0

    Good!!!!

  • Arjan Woldring 124 posts 231 karma points
    Feb 02, 2017 @ 10:42
    Arjan Woldring
    0

    Good indeed! :)

  • PierreD Savard 183 posts 290 karma points
    Feb 08, 2017 @ 17:38
    PierreD Savard
    0

    Hi, need a little refresh. When I start to create a custom store sits on FastTrack dll but with the client template. In my main store view I was using

    @inherits Umbraco.Web.Mvc.UmbracoViewPage<Store>
    

    Like Rusty did it in the past (merchello version 2 i think). Now After updating to Merchello 2.4 on my development environment everything is working well. So I publish my code then copy the folder to the production server. But on the server I got this error:

    CS0246: The type or namespace name 'Store' could not be found (are you missing a using directive or an assembly reference?)
    

    But I do not know where to found it? Whay all that work local and not remote?

  • Rusty Swayne 1655 posts 4993 karma points c-trib
    Feb 08, 2017 @ 18:03
    Rusty Swayne
    0

    Hi Pierre,

    This is the models builder not refreshing your models (or I've seen it having a conflict). The resolution will depend on the models builder settings.

    I've seen this before when I've switched from Live to Dll (or vice versa) and not updated or removed the DLL created by the models builder. I'm not saying this is your case, just one scenario.

    Unfortunately I've found this to be a "giggle the handle" sort of fix. I'm sure you can find more info as to a better way to troubleshoot it, but it's one of those things when it kicks - it just works.

  • PierreD Savard 183 posts 290 karma points
    Feb 08, 2017 @ 21:13
    PierreD Savard
    0

    I see. But this is the on ly page that I got this problem. All the other pages like Product are working well. In my webconfig the modelsMode is "PureLive" mode. I think the recommended setting is LiveDll?

    But what is the relation between model in backend and the model in the umbracoViewpage

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Feb 08, 2017 @ 19:55
    Biagio Paruolo
    0

    Hi,

    check if into your bin dir there are the model dlls updated

  • PierreD Savard 183 posts 290 karma points
    Feb 08, 2017 @ 20:40
    PierreD Savard
    0

    yes Umrbaco.ModelsBuilder.dll are at the same date and version on local or the server.

Please Sign in or register to post replies

Write your reply to:

Draft