Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Copy or Clone Order
I'm trying to clone or copy an excisting order, but with both options I get the same error: Type in assembly Dynamicweb.eCommerce.Orders.OrderCaptureInfo Dynamicweb, Version = 18.9.1.1, Culture = neutral, PublicKeyToken = null is not marked as serial ...
19/10/2010 10:58:25
Last post: 18/02/2011 14:36:28
Modifying the ProductList from a ProductListTemplateExtender
Hi there, I am trying to modify the ProductList property of a ProductListTemplateExtender by adding or removing products using some custom logic. Here's a quick example: public override void ExtendTemplate(Dynamicweb.Templatev2.Template template){ st ...
18/10/2010 19:07:24
Last post: 20/10/2010 14:07:56
Users can't delete pages
Hi, Support and QA recommended me to write here, so here goes. We have a customer who's experiencing problems with permissions on one of their websites. Even though they have access to the pages, there's no Delete button in the context menu. Support  ...
15/10/2010 12:00:52
Last post: 15/10/2010 15:12:17
dw:CheckBox not always working
Hey I have made a custom module, but I have problems on the customers live envisonment (build 18.15.0.0). The module works fine, but the checkbox value isn't saved. The module _edit.aspx looks like this: ----- <%@ Page Language="C#" Auto ...
14/10/2010 13:09:18
Last post: 14/10/2010 14:07:39
Product groups sorting
Hi! I have sorted the product groups in the eCom module in a certain way, but this sorting isn't used when in the menu with product groups. Do I need to add sorting in the xslt-template? Best regards, Per ...
14/10/2010 11:40:36
Last post: 21/10/2010 12:02:12
Change eCom custom-field on-the-fly
Hi, How can I change a custom field value on a product-item on-the-fly with out change in the database. It easy to change a "standard" field on-the-fly like: Product.Meta.Keywords = "my keywords" But how do I change a custom field ...
14/10/2010 10:50:22
Last post: 09/11/2010 10:44:54
Error when attaching custom module to paragraph
Hi there, I am trying to upload a custom module to a custom server. I have managed to make the module work in the back-end. The user can type in data and store them. But when I try to add the module to a paragraph it fails. It gives me an error messa ...
12/10/2010 16:21:34
Last post: 12/10/2010 16:24:38
ProductID and Product number
Hi! Whats the difference between productid (which you use in the querystring) and "Number" in the admin of ecom. I suppose "Number" means product number? Which property is used in a NAV integration? Best regards, Per ...
11/10/2010 15:21:43
Last post: 11/10/2010 15:37:37
Hide product discount in cart
I want to hide the "product discount" in the showcart template. I have a setup sort of like this: productname RRP Price Discount Price product 100,00 10% 90,00 10% -10,00 -10,00 Total 90,00 But i don't want the discount to figure as a produ ...
08/10/2010 13:52:19
Last post: 08/10/2010 16:28:54
Create an extranet user group programatically
Hi I'm trying to create an extranet user group programatically using the UserManagement module. I can create the group fine (I can see that the amount of groups is increased by one), but I can't see it in the Dynamicweb backend. I'm guessing that I n ...
08/10/2010 13:07:10
Last post: 08/10/2010 14:22:16
RibbonBar Addin
I'm testing the RibbonBar addin feature, and want to try to alter an Area on the Save event. I've written the following code: //----------------------------------------------------------------------- // <copyright file="czTestAddin.cs" c ...
06/10/2010 11:16:23
Last post: 19/08/2013 14:36:24
How to add the same product several times..
The site: Chrisco.dk The template: chrisco_ProductList.html (Templates -> eCom -> ProductList) The page used: http://www.chrisco.dk/Default.aspx?ID=632 I have an input field that handles the quantity, and Im using "cartcmd=add" functi ...
06/10/2010 11:15:04
Last post: 11/10/2010 13:54:00
.Net 4.0
Hi all, I updated the .Net framework on a server to 4.0, and after that I get an exception when accessing folder paths like /Admin og /Admin/Access: Server Error in '/' Application. Object reference not set to an instance of an object. Description: A ...
04/10/2010 09:29:17
Last post: 07/10/2010 10:57:41
eCom Backend product sorting
Hi, Although the new feature, which allows the user to specify which columns to be shown on the ecom backend product list, it has to count for the sorting window too. I have a custom field called Brand, which I very much need to see when sorting too  ...
01/10/2010 14:05:14
Last post: 20/03/2013 11:23:22
Check cart
Hi! How do I check if there are some items in the shopping cart? If there are no items in the cart I want to display the number zero or just "Empty" I've tried this <!--@If Defined(Ecom:Order)--> <!--@Ecom:Order.OrderLines.Total.Pr ...
30/09/2010 16:47:02
Last post: 30/09/2010 17:10:10
DwTopLogoAlt
About a year ago I made a PageTemplateExtender with the following code: namespace TopLogoAltTextTemplateExtender { public class TopLogoAltTextTemplateExtender : PageTemplateExtender { public override void RenderTemplate(Dynamicweb.Templatev2.Template ...
30/09/2010 12:57:23
Last post: 30/09/2010 13:26:02
Title for product group page
I'm setting up a shop with a product group menu, based on active product groups. Each "page" show a product group heading, description and a list of products. These product group pages are all based on one page in the DW page structure - wh ...
29/09/2010 10:07:00
Last post: 14/10/2010 11:32:55
UserManagement.Notifications.UserSaved
Hi I've started using the Notification Subscribers that Dynamicweb offers and I got it working easily with a Standard.User.OnExtranetLogin subscriber. Now I want to create a UserManagement.Notifications.UserSaved subscriber, but I can't seem to make  ...
28/09/2010 15:18:57
Last post: 28/09/2010 16:42:57
Forum V2 post
Hi, A client want's to invert the forum post order, so the most recent post is on top, right after the thread. Is there an easy way to achieve this? Best Regards, Nuno ...
28/09/2010 13:38:35
Last post: 28/09/2010 16:46:48
Costomized URLs issue
Hi there, I was wondering if anyone of you can help me with the Customized URLs module, which as default provides a great and easy way of making the URLs more friendly and readable. However for some reason even though I did make sure that my set up i ...
25/09/2010 14:18:47
Last post: 30/09/2010 09:01:27