In the BackOffice, I got many label like [merchelloCollections_allProduct] but I merge the lang file...
I do a manual install like this:
Ovewrite the dll of merchello and Bazaar in the bin folder
Merge the us language file to umbraco\config\lang
Change the web.config line for the Merchello core from 1.11.0 to 1.12.0 (Merchello.Core.Configuration.Outline.MerchelloSection, Merchello.Core, Version=1.12.0.0, Culture=neutral, PublicKeyToken=null)
DO I need to clear some cache ?! I am missing someting?
Ok I solve 99% the language part. Error in my merge. The only label that do not work is the [merchelloSales_paid] in the sales -> Paiement status column.
I can work in merchello backend witout problem now. But I can acces my online store. Always got "value cannot be null"..
The error is gone, but I start receiving a lot a strange error like
CS1061: 'Merchello.Bazaar.Models.ViewModels.StoreModel' does not contain a definition for 'ProductGroups' and no extension method 'ProductGroups' accepting a first argument of type 'Merchello.Bazaar.Models.ViewModels.StoreModel' could be found (are you missing a using directive or an assembly reference?)
For me, the store is located at www.mysite.com/store. so i change the path to
@PierreD - you'll need to checkout the new views in the hotfix. What has happened is some of the properties that were on the store model have been removed. Instead it's now using the BazaarContentHelper which has static methods that provide those bits.
There were a number of reasons for this change, some having to do with virtual content but mainly as a result of feedback from a lot of people who were having trouble getting the themes working with their master view ...
Look at the Master.chtml, the Nav.cshtml partial and the InvoiceSummary.cshtml partial for the majority of the changes.
Ho! I see.
But what if I just not use my custom Theme and take the one ship with the version (Sandstone-3) then republish entire site and flush cache.
I got the same error. Do I need to set something else?
Upgrade to 1.12 fail - Need help!
Hi, after upgrading to Merchello and Bazaar 1.12 I start receiving this error when entering the store (I paste just the last part of the stack):
In the BackOffice, I got many label like [merchelloCollections_allProduct] but I merge the lang file...
I do a manual install like this:
DO I need to clear some cache ?! I am missing someting?
Ok I solve 99% the language part. Error in my merge. The only label that do not work is the [merchelloSales_paid] in the sales -> Paiement status column.
I can work in merchello backend witout problem now. But I can acces my online store. Always got "value cannot be null"..
There is a new app_setting
I think that should do it.
Thank for reply.
I add your
The error is gone, but I start receiving a lot a strange error like
For me, the store is located at www.mysite.com/store. so i change the path to
And now I got this error:
@PierreD - you'll need to checkout the new views in the hotfix. What has happened is some of the properties that were on the store model have been removed. Instead it's now using the BazaarContentHelper which has static methods that provide those bits.
There were a number of reasons for this change, some having to do with virtual content but mainly as a result of feedback from a lot of people who were having trouble getting the themes working with their master view ...
Look at the Master.chtml, the Nav.cshtml partial and the InvoiceSummary.cshtml partial for the majority of the changes.
Ho! I see. But what if I just not use my custom Theme and take the one ship with the version (Sandstone-3) then republish entire site and flush cache. I got the same error. Do I need to set something else?
Thanks
Rebuild the Merchello Examine indexes (especially the Product Index). There was a lot of changes with the IProductContent stuff ...
My dev site is very small. I reindex all index related to Merchello. Same theme error with SandStone-3 selected:
Are you trying to get a property recursively? The VirtualContent does not support that ...
Nope, I use the Bazaar shop without modification. I was using a custom theme that I remove to use only the SendStone-3 provided with the upgrade.
I do a rollback to the 1.11 version and all is working good now.
In your database do you have the merchDetachedContentType and ProductVariantDetachedContent tables?
is working on a reply...
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.