Developer forum
Subject
Replies
Started by
Last reply
Getting the product attributes in a specifik language
Hi Im trying to create some xml output with my own module. And I want to know how to get the language-specific text of a Product. foreach (Product product in group.Products)
{ XmlElement headerNode = productXML.CreateElement("Header"); //he ...
11/08/2009 14:15:40
Last post: 13/08/2009 09:05:16
eCom makes application die in sale discount module
When trying to select users to give discount in the sales discount module, makes the application die (we have 81.000 users in the extranet). We need an hotfix for this asap! it seems like its trying to load all users into the page onload instead of l ...
31/07/2009 14:33:08
Last post: 13/08/2009 08:59:38
Product Catalog Product Name in HTML Title
Hi,
I’m developing an web shop based on Dynamic Web and I’m looking for a way to show the product name in the title of the page as it is selected in Product Catalog and the Product Page is shown. I can’t see the option to do that is ...
03/08/2009 15:02:34
Last post: 03/08/2009 15:17:35
search(weigthed) shows results on hidden pages
Why does search(weigthed) show results from hidden pages? It would be great to have the option to avoid this ...
23/07/2009 10:34:34
Last post: 30/07/2009 11:26:31
eCommerce cart Acceptcart curreny.symbol
I found the weirdest bug today, in my acceptcart template i have the tag: Ecom:Order.Currency.Symbol The tag seems to only work when DwTemplateTags are present in the template aswell? everytime i remove DwTemplateTag the Symbol tag doesent work when ...
30/07/2009 11:15:03
Last post: 30/07/2009 11:17:33
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
13
Subscribe
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
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