Developer forum
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
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
Stop Dynamicweb from copying assemblies
Hi there, I like the way Dynamicweb automatically updates the Bin folder if the assemblies from /Admin are newer. But is there a way to skip this on a custom solution? I try to use Reflector to decompile the code so I can debug some problem in Dynami ...
05/04/2011 13:53:43
Last post: 27/04/2011 22:31:59
search (weighted) double results
When a product is within more than 1 group, search gives a result for every group of that one product. So the product appears more than one time in search results. How can we correct this? ...
21/01/2011 10:23:25
Last post: 27/04/2011 15:33:23
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
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
Ecom reorder with orderlinefields
SORRY for posting in wrong part of forum: Re-created in eComerce:development - moderator may delete this Hi All, I have an issue with the Customer Center. When using the reorderfunction(ie. url has "&ReorderID=ORDER3112"), the orderlines do get copie ...
26/04/2011 11:42:23
No replies yet
SEO url on eCom item?
With the newest release (19.2.0.2) the new feature regarding SEO urls on productlink dosent work if you've to lowercase url (backend option) :( Did someone at DW (or DW SEO) ever check out "best practice" on urls??? http://www.seomoz.org/bl ...
18/01/2011 12:15:38
Last post: 26/04/2011 09:01:19
16
Unsubscribe
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
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
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
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
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
Filter/search does not show paging
Hello When using the filter the pager does not work. Prev and next always show display:none. Kind regards
/Magnus. ...
09/03/2011 10:21:44
Last post: 21/04/2011 01:34:22
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
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
newsletter v3
When I try to send a newsletter I get this error. hakan.olsson@softgear.se E-mail was not send.
Unable to locate MSPickupDirectory spool directory C:\inetpub\mailroot\Pickup\ kind regards
Håkan ...
15/04/2011 13:56:42
Last post: 19/04/2011 12:43:17
Product import
Hi everyone, I'm writing a product import for eCommerce, and I'm having problems figuring out exactly how to create the products. I would like to do something like this: Dynamicweb.eCommerce.Products.Product product = new Product();
product.ID = "123 ...
14/04/2011 16:23:07
Last post: 18/04/2011 14:33:34