HomeHome Product Discus... Product Discus...RazorCartRazorCartA list of little problems i need help with.... A list of little problems i need help with....
Previous
 
Next
New Post
7/12/2017 8:12 PM
 
Hi All, 

Me again =P doing as im told posting to the forums for once!

Soo currently with razorcart, 

1. Keep getting this error randomly when opening a new page or logging in / out. Well i have this error the viewsets from another portal seems to be appearing..

Error: RazorCart Checkout is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: view ---> System.ArgumentNullException: Value cannot be null. Parameter name: view at System.Web.Mvc.ViewContext..ctor(ControllerContext controllerContext, IView view, ViewDataDictionary viewData, TempDataDictionary tempData, TextWriter writer) at DotNetNuke.Web.Mvc.Framework.ActionResults.DnnViewResult.ExecuteResult(ControllerContext context, TextWriter writer) at DotNetNuke.Web.Mvc.MvcHostControl.RenderModule(ModuleRequestResult moduleResult) at DotNetNuke.Web.Mvc.MvcHostControl.OnPreRender(EventArgs e) --- End of inner exception stack trace ---

2. Minium order QTY doesnt seem to work.

3. Problem with tax not calculating anything. I know it says product inclusive but shouldnt that still work it out?



4. Importing variants twice does not update exsiting ones, just doubles up.
 
New Post
7/12/2017 8:36 PM
 
Also with tax set to VAT/GST (product inclusive) the checkout does not redirect me to paypal but instead acts like a manual payment and shows me an order number? 

 
New Post
7/13/2017 1:16 PM
 
1.  Try recycling your application, resetting IIS and clearing your cache.

2.  Min Order Qty is fixed in the latest RazorCart v1.1.3

3.  I will test this and let you know if I can replicate

4.  As a workaround for now delete all your variants before you re import will solve this issue.
 
New Post
7/13/2017 1:47 PM
 
1. Have done that, at one point we had Wael onto it. it just seems to be a specific portal getting the errors

2. Yess awesome!, is that version available for download?

3. Let me know how it goes, if you seem to replicate I can give you login to my portal. - To add to this point with GST (tax inculisve selected) it wont re-direct checkout to paypal (if that payment option is selected) . If flat tax is applied it seems to all work fine.

We really do need this tax working as its the only thing we are waiting on to get this website live, we have a temp fix but its not going to help in the long run as tax is not being calculated in the email confirmation.


4. Yup thanks, using SQL console thats what ive been doing.

PS. totally new to this but its soo cool, For a temp fix with the tax I just did this,  


{{checkout.cartTotals.GrandTotal * 3 / 23 | currency : '@Model.Culture.NumberFormat.CurrencySymbol' : @Model.Culture.NumberFormat.CurrencyDecimalDigits}}

 
New Post
7/13/2017 5:49 PM
 
2. Yes, RazorCart v1.1.3 is available for download from our site as well as the dnn store
 
New Post
7/17/2017 6:10 PM
 
So updating Razorcart has broken all our viewsets on all portals. any advice? LOL
 
New Post
7/17/2017 6:49 PM
 
From time to time we need to upgrade the views. The best way to reapply your view customizations would be to use a file comparing program such as WinDiff to compare and easily apply the differences between the old and new files so you can apply the same modifications to the new views.
 
New Post
7/17/2017 6:53 PM
 
It seems that one viewset from portal 19 is displaying on portal 29. WHY is this happening?!?!?!?!?!?!

this happen as soon as we have updated. 
 
New Post
7/17/2017 7:09 PM
 
Sorry Rants over heres something usefull

It seems only one viewset is sticking to all instances of Razorcart. one of these sites are live. if i clear cache in one store, that stores viewsets sticks to all portals containing Razorcart Viewsets.

What would be the cause? It seems like only one viewset can be applied for all stores that have been setup

 

 
New Post
7/20/2017 5:48 PM
 
The viewset issue is a dnn bug we logged over a month ago with dnn:

https://dnntracker.atlassian.net/browse/DNN-9925

We used your premium support to modify the dnn core to fix their viewset bug and resolved this issue.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...RazorCartRazorCartA list of little problems i need help with.... A list of little problems i need help with....