Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Getting all orders
Hi there, I would like to get all orders in eCommerce so i can iterate through them. Is this possible? I would like something like this: Dynamicweb.eCommerce.Orders.OrderCollection allOrders = Dynamicweb.eCommerce.Orders.Order.getAllOrders(); Afterwa ...
28/04/2011 13:18:13
Last post: 28/04/2011 14:22:44
Dynamicweb.Security not working
Hi I am developing a custom login but when trying to login the user using Security.ExtranetLogin I get an exception and redirects to a random page but the user i logged in. See code: Dynamicweb.Security security = new Dynamicweb.Security(); security. ...
28/04/2011 13:00:01
Last post: 28/04/2011 14:10:04
DW rss feeds
I'm getting 2 urls indexed for the same news posts. I couldn't figure out how, because all links in all templates use the same reference. Then I thought it could be something outside the templates. And surely it is. It's the permalink in the news rss ...
28/04/2011 10:56:20
Last post: 29/04/2011 10:17:05
EditableGrid
Good Day, I'm using an EditableGrid but after update, show me this error: "Multiple controls with the same ID 'ctl01' were found. FindControl requires that controls have unique IDs." Where can I find examples about EditableGrid? I'd like build an Edi ...
27/04/2011 20:45:45
Last post: 06/05/2011 10:45:30
Custom Tag for product template
Hi, 2 questions :-) First, I need to make a custom tag that prints out part of a BOM-group-name. How do you get the value of the current BOM-group in the product-template-extender? Name of the product is this.Product.Name, but i can't seem to get the ...
27/04/2011 11:38:08
Last post: 03/05/2011 09:06:57
Notifications Namespace > NewsV2 Class : ItemCopy
Hi, With the nofications subscriber "Dynamicweb.Notifications Namespace > NewsV2 Class : ItemSaved Field" it possible to detect if a news item has been saved. How can we detect if a news item has been copied? We would like it to be hidden by default. ...
27/04/2011 11:15:18
Last post: 28/04/2011 02:06:40
Prices and BOM problem (edited)
Hi people I need to make different discounts kick in, depending on the amount of products bought. Like this: Buy 3 - save 600,- Buy 5 - save 1100,- Buy 10 - save 2500,- etc... As it works now, the discounts will accumulate and I will recieve all disc ...
27/04/2011 09:18:58
Last post: 06/05/2011 09:43:45
Is it possible to show products in different languages on the same page?
On a page that will be behind an extranet login, we will would like to show the product detail page in different languages, dependant of what language the user that is logged in has. The users language is available on his profile and can be accesed.  ...
26/04/2011 15:36:58
Last post: 07/07/2014 10:11:30
Ecom Reorder orderlinefieldvalues
Hi All, I have an issue with the Customer Center. When using the reorderfunction(ie. url has "&ReorderID=ORDER3112" in it), the orderlines do get copied to the new order, including variantinformation, but important information stored in orderlinefiel ...
26/04/2011 13:07:47
Last post: 27/04/2011 07:20:15
Incomplete orders cart
Hi, I'm getting questions about some incomplete orders my client recieved. After a bit off research i found out the orders just contain an cart number. When checking the logs i fount out these carts only visited the confirmation page. The only time t ...
22/04/2011 11:36:36
Last post: 03/05/2011 01:46:02
Changing the User's UserName while logged in
Hi there, I am working on a site where we need users to log in with their e-mail address. So, we store the e-mail address in the AccessUserUserName field and all is good. But I run into problems when I allow users to change their e-mail address as I  ...
21/04/2011 09:19:17
Last post: 07/05/2011 09:25:32
Dynamicweb.Security or Dynamicweb.Login?
Good Day, I'm trying to use the tag "Global:Extranet.UserName" but doesn't work. My code: Security sec = new Security(); sec.ExtranetLogin(user, database.GetPassword(user)); and Dynamicweb.Login login = new Dynamicweb.Login(user, database.GetPassword ...
20/04/2011 20:12:18
Last post: 21/04/2011 12:00:08
PowerPack conflicts with prototype.js
Hi We have a problem getting instantsearch.js to coexist with prototype and Jquery. Has anybody found a solution to this problem? ...
20/04/2011 16:35:16
Last post: 21/04/2011 01:32:01
Going backwards from customized URL
Hi, From a given customized URL in plain text, I would like to resolve the product id of the product displayed on this address. Since DW core is able to do that, I'd assume that we could to that in our custom code as well. Is there an API approach I  ...
20/04/2011 14:28:12
Last post: 29/04/2011 11:32:30
eCom Variant price in shopping cart
Hi, i would like to ask should dynamicweb do that or I should create such functionality. I have eCom solution with products and their variants, every variant of the product have different price, but when the product is added to the cart even with the ...
20/04/2011 12:57:12
Last post: 22/04/2011 02:20:55
Add to cart
Hi! I have a problem with adding items to the cart. I have a list of products, each with a submit button. Each product have its own form-tag. But when I add several products on the same page, only the product of the first click is added to the cart.  ...
20/04/2011 11:11:06
Last post: 20/04/2011 14:58:25
Problem renaming BOM-product
Hi, I'm making a custom module where i need to set a new name on a BOM-group. In this snippet it should only set the name of the BOM-group with the ID "GROUP23", but when the code is executed, it also overwrites all other BOM-Groups of that product.  ...
20/04/2011 10:39:38
Last post: 27/04/2011 04:13:22
Error changing productfield
Hi I got a custom solution set up and everything works just fine as always ;) excepts when I try to change a productfield that i have added. Trying to change the name or even sort the fields i get this error message. Column is marked read only. Descr ...
20/04/2011 08:55:01
Last post: 22/04/2011 02:13:01
Rotation in left section only
All my pages have a left and right section. The right section have the main contents. The left section should be used as a "advertisement" section. I can make rotationpages by right clicking the individual pages. But how do i make the rotations only  ...
19/04/2011 17:24:21
Last post: 21/04/2011 02:51:47
extended search problem with prices
hi DW. I have a problem. I have used the extended search module. But it seems that I can only sort on prices without VAT on the frontend. I have used the variable but the searchstring returns the result withOut VAT. so all the prices are wrong in the ...
19/04/2011 17:12:14
Last post: 21/04/2011 09:58:04