Developer forum
Subject
Replies
Started by
Last reply
GateProvider - how do i handle return data - Continued
----
Sorry about making a new thread,
got tons of errors when posting a reply in the original thread.
---- Hi Lasse, It's been a while, summer holidays and all :-) But i still have some questions about gateway providers. I've made an override for the ...
24/08/2009 16:30:26
Last post: 01/09/2009 12:47:11
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
ascx page to handle DW Login
I'm trying to get my ascx page / control to login an user. But i cant seem to get it working. if(!string.IsNullOrEmpty(HttpContext.Current.Request.QueryString["CartLogin"])) { string Username = Request.Form["loginUsername"]; strin ...
03/08/2009 15:10:29
Last post: 13/08/2009 11:54:03
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
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
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
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
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
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
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
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
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
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
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
MenuProvider does not work on DropDown menu?
I have tried almost anything and it seems that I can't catch the menuitems that are in a Menu of type DropDown.
XML menu types are the way it seems. Is there any standard Javascript/xslt templates for a dropdown menu based on a XML menu? ...
07/07/2009 13:31:26
Last post: 17/08/2009 12:11:37
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
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
Help with FormMail.aspx
Hi guys! I have a client, who needs a somewhat advanced form (advanced in layout, not functionality). In order to set it up, we´ve created the fields in the Form module (Extended) and then we copied the code and replaced the tables and td´ ...
06/07/2009 10:17:34
Last post: 17/08/2009 12:15:02
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