Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Changed Template.TagExists(name) functionality
The functionality of the Template.TagExists(Tagname) method has been changed on the last version of the API (18.16.4.5), on previous version the following would return true: myTemplate.TagExists(“LoopStart(MyLoop)”), but not on version 18 ...
16/07/2009 10:19:18
Last post: 27/07/2009 17:56:20
empty cart
When a enter the product page I whant the cart to be empty. The problem I'm facing is if the user aborts the order the product still layes in the cart and when they enter the shop the next time and add the product again it will be two products. How c ...
10/07/2009 12:13:15
Last post: 22/07/2009 09:44:46
GateProvider - how do i handle return data
Hey guys, I'm in the process of making a Custom gateway provider, and i've gotten so far that i now get som response back from the payment system, wee!!. When i submit my order data to the payment provider i send a Callback url and a Cancel url. I us ...
17/07/2009 10:08:16
Last post: 17/07/2009 13:50:19
Accessing gateway template values from code
Hi guys, I'm trying to make a gateway, and i ran into a problem when i needed to access the value from the standard tag <!-@Ecom:Order.Gateway.Page.CallBack-> in my code. I can't seem to find a property that contains the content of that tag, in ...
13/07/2009 13:51:04
Last post: 14/07/2009 15:44:14
Parameter based search
I cannot use greater than and lesser than in the same URL. Iam I not supposed to do than. It should be a rather normal search. I want to find a product with a price grater than 0 and less than 100 and a name LIKE An This is my URL: Default.aspx?eComS ...
14/07/2009 10:23:33
Last post: 14/07/2009 11:29:08
"If Defined" tags using on tags from a PageTemplateExtender
Hi, I've made a PageTemplateExtender which exposes some tags, the tag "BDCartIsEmpty" is only set when the cart is empty. From the documentation the "If Defined" tag should work on tags which have a value. If the tag has an empty  ...
28/04/2009 12:17:14
Last post: 14/07/2009 11:03:59
Creating of users in ShoppingCart
Hi all, I have a eCom solution with CustomerCenter and I am wondering if there is a way to create a user directly when they step through the steps in the Shopping Cart module or do I have to make a registrationpage with the Intranet/Extranet module.  ...
10/07/2009 13:18:48
Last post: 10/07/2009 13:24:05
Access to restricted URI denied
When I rightclick a item in the navigation (backend) i get this error in the browser Fejl: uncaught exception: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" lo ...
23/06/2009 15:25:29
Last post: 09/07/2009 18:30:30
How to get OrderLine.TotalPrice from programmatic OrderLine instance?
Hey, I have an question regarding the <!--@Ecom:Order:OrderLine.TotalPrice--> tag. I have an OrderLine object in which I declare the currency, quantity and unitprice (and other default properties). It all works as it should, but I am not able t ...
08/07/2009 11:20:11
Last post: 09/07/2009 09:17:39
the Ecom:Oreder.Comment tag
Where can I set the Ecom:Order.Comment tag? I have tryed setting it in all the steps in the cart but it doesn't set the value. I would like to set this value in the product page when adding it to the cart. Is that possible? ...
06/07/2009 16:45:58
Last post: 09/07/2009 09:05:22
Log out
From my CustomModule used to update some user information I need to log out the user and log him/her in again - otherwise the order customer data is not updated. I found this: Dynamicweb.login("UserName", "Password"); but how do I ...
08/07/2009 14:52:20
No replies yet
custome fields in the HR module in different languages
I have created some custom fields in the HR module. In the frontend editor the customfields are generated autometicaly based on the check box selection in the paragraph module. I need to have differnet text in front of the different text boxes of the ...
06/07/2009 15:12:48
No replies yet
Webblog module comment to a post results in Application error (Dangerous Request)
When making a comment to a blog post in the Webblog module the following application error comes. Would be creat to beable to allow or disallow html / scripts etc. in comments in the module tab settings and not get application error of course :) Serv ...
06/07/2009 10:38:09
Last post: 06/07/2009 12:58:00
Extra paragraph settings
I have some data that I need to save on a paragraph. The normal format of the xml field is not suitable for the data. I then thought about using the paragraphID to reference from my data to the correct paragraph. This will work all the time when the  ...
01/07/2009 13:30:26
Last post: 01/07/2009 13:37:53
Setting OrderState
I found the solution, wrong database :) I have this simple code: Order myOrder = new Order(str);"OS5"; myOrder.StateID = myOrder.Save(); It returns a error:System.Data.SqlClient.SqlException: The UPDATE statement conflicted with the FOREIGN ...
30/06/2009 17:06:32
Last post: 01/07/2009 12:35:48
setting the price on the product
I have a product that is a "donation" so the users should be able to set the price higher if they like. So if the price is 100 kr and they like to donate 500 kr instead they can just type 500 and push the donate button and they will come to ...
30/06/2009 15:47:29
Last post: 30/06/2009 17:40:13
Database Publishing - Custom SQL
Hi there As the headline say, I'm trying to make a Custom SQL string in the Database Publishing Module where I use the standard SQL-function "Dateadd". Which you normally build like this: DATEADD (datepart , number, date ) In my example it  ...
26/06/2009 09:37:12
Last post: 26/06/2009 11:41:41
Creating custom captions in language.mdb
Hey I want to make my own text captions in language.mdb in order to make Dynamicweb show correct text captions in a custom sales discount. But then I wonder, how do you guy's at Dynamicweb add new records to language.mdb? Do you overwrite the languag ...
23/06/2009 10:48:34
Last post: 25/06/2009 14:29:31
getAllProducts() not returning all products
I'm using this method to read out all products from Ecom and deleting them with DeleteAll(). When all products are deleted getAllProducts() returns a collection of 0 products, which is fine, however there are still products in the shop when browsing  ...
19/06/2009 11:01:08
Last post: 25/06/2009 09:54:38
Upload folder in News V2 front end edit
In News V2 you are able to create custom fields. One of these fields could be an upload field. It seems that the News V2 module always places all uploades files into one hardcoded directory. Is is possible to change this folder programmatically? /Pet ...
24/06/2009 19:25:33
No replies yet