upgrading legacy xslt schema in 4.11
I have upgraded Umbraco from 4.0.3. to 4.11 with <UseLegacyXmlSchema>true</UseLegacyXmlSchema> but now I want to upgarde the xslt schema so that I can use Razor macros (As razor macros...
View ArticleError
Hi, I installed the package and it installed the cshtml file (I am using Razor) . I then created a template and doc type with the razor in place and it gives me the following error XML Parsing...
View ArticleGet custom property of Tea Commerce order in razor
Hi, I've used AJAX to save a custom property on an order, like this: TC.addOrUpdateOrderProperties({properties:{'upsShippingOptionPlainText' : upsShippingOptionPlainText}}); Now I'd like to output the...
View Articlewhat is the difference between umbraco.uicontrols and umbraco.controls...
what is the difference between umbraco.uicontrols and umbraco.controls classes in umbraco 4.7.1.1?
View ArticleRazor Extract from RTE
Is there a way to extract paragraphs from an RTE to allow them to be split into seperate div's? I have looked at using HtmlAgilityPack, but have got lost there. Can someone make suggestions or let me...
View ArticleUser control management in multilingual website
Hello all, I am working on multilingual site,with 2 languages germany and italy. Now the contact us page is a user control with dropdown,lable and text filed (data is static,no db here) Now i want...
View ArticleProduction goes down
Hi, The production site keeps going down with the following error with Umbraco 6.1.1: ystem.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleImporting a form with conditional fields (Contour 3.0)
We have recently upgraded to Contour 3.0 on a site (still working with Umbraco 4.7.1.1*) and have been unable to import forms with conditional fields into our staging environement. The error I am...
View ArticleDoes old version of contour handle Forms data differently?
Hello all.. I have recently created a custom workflow that populates data from any given form to an e-mail. I made a switch statement in C# to handle the different field types, which is working...
View ArticleMultiple lists
1. Is it possible to display multiple lists when signing up ? So the user can choose which lists he signs up for. 2. Can the user sign in afterwards and then change his preferences ?
View ArticleTeaCommerce.Base.GeneratePaymentForm()
Hi, The issue I am having is that TeaCommerce.Base.GeneratePaymentForm() generates this error I am using version 1.4.2.3. Thanks
View ArticleContour - Conditional Prevalues
Is it possible to have a conditional prevalue source, based on a user-submitted value? I have a multi-page form for a scheduling service. One the first page, the user is asked to enter their...
View ArticleCaching by query with urlrewriting problem
I was following this tutorial for caching by query: http://www.theoutfield.net/blog/2011/02/caching-an-umbraco-macro-by-querystring-parameter When I access my page like this:...
View ArticleHow to access the umbraco content tree in asp.net website?
Hello, I am new in umbraco. Please help..... I have build two pages in umbraco using a single doctype. Now, I don't know, how to access these contents from umbraco content tree to my asp.net site?...
View ArticleExempt subpage from Public Access restrictions?
I have uCommerce installed, and I have it set up with Public Access restrictions around the main node, to make the whole store private. This works fine for the most part, but the functionality of one...
View ArticleSaving custom member properties via API
Using Umbraco 6.0.5 I am trying to save some custom member properties via the API. The new member is created fine but the custom properties are not saved. I have checked that the properties exist. In...
View Articlev 4.11.8 Runtime Error in Content section
Hi I have installed Umbraco v 4.11.8 and it works fine. But when I click the Content icon I get a Runtime Error. Looks like this: I have access to all my pages so I have no idea on what is going...
View ArticleDAMP
Hi Kevin, when I use the DAMP how do I choose which folder it can choose files from??? Selectable Media Node ID's (CSV) ?? Default Media Type Node ID ??
View ArticleTalking to a third party when order is finalized?
Hello, We are building a shop for an American customer. And we need to talk to a third party logistics center when the order is finalized. We are using Authorize.net as a payment provider, and we want...
View ArticleTea Commerce: How to manipulate price in price object in .NET
Hi, I'm trying to add a 50% discount to the 'CalculateOrderTotalPrice' method with .NET. I have this code: protected override Price CalculateOrderTotalPrice(Price subtotalPrice, Price...
View Article