Developer forum
Subject
Replies
Started by
Last reply
Add to cart functions
Is there a way to show some kind of alert box when adding a product to the basket? And also, how is it possible to add a product to the basket without the page has to reload? Basically like on www.imerco.dk? Any thoughts or ideas? Regards ...
10/03/2011 13:11:35
Last post: 27/05/2011 18:43:20
Lucene is killing my import
Hi DW, I've created an activity for the import/export module that imports some products from a CSV file.
In my activity i create a Product object for each of my products and call the .Save() method.
I have around 5500 products and when i run my impor ...
Martin Nielsen
26/05/2011 09:11:01
Last post: 27/05/2011 11:46:11
Extending products in the backend
Hi DW, I need to be able to run some code when a user creates/changes a product in the backend. I've looked at my options it looks grim. There's no subscriber for ProductOnSave, and the ribbon extender doesn't allow to target the Product page. (Seems ...
Martin Nielsen
27/05/2011 11:05:25
Last post: 27/05/2011 11:40:25
Webservice within a custom solution
I have a webservice in my custom solution located at /webservice/webservice.asmx.
This URL I can access without problem. I can access the functions in the webservice like so: /webservice/webservice.asmx?op=HelloWorld But when I invoke the function li ...
Rasmus Pedersen
27/05/2011 09:46:13
Last post: 27/05/2011 10:11:29
User.save() Thread beeing aborting
Hi I am running version 19.2.2.1 and updated Extranet to the new Usermanagement and when I call the User.save() i get the error "Thread beeing aborted".
Anyone got any idea or will it work updating to newest version? Kind regards.
/Magnus ...
Magnus Holmberg
26/05/2011 14:29:02
Last post: 26/05/2011 14:47:18
Custom module - product import with variants
How to add variants, variant combinations or/and variant attributes to the product, and what the difference between them ? (in code not in admin panel) I need to create new variants, assign variant groups and add variant attributes to them. Is there ...
02/05/2011 10:43:15
Last post: 26/05/2011 14:06:33
13
Unsubscribe
BOM Product - "Change order" problem
Hi people Im building a site with BOM products. Like this: http://uniplus.net.dynamicweb-cms.com/Webshop/B%C3%A6rbar-PC/HP/Demo/brugte/HP-6930p-EliteBook.aspx Here I configure the product with, lets say, Windows 7 Proffesional, click on "læg i kurv" ...
13/04/2011 14:58:23
Last post: 25/05/2011 16:49:15
11
Unsubscribe
Dynamicweb Powerpack
Hi DW, I've been using the new powerpack filters and i've found a bug that maybe has gone unnoticed. When you select some filters and apply them to your productlist, your selected filters are use properly When you use the search field and type in a s ...
Martin Nielsen
25/05/2011 12:03:57
Last post: 25/05/2011 13:09:41
Module property in notificationsubscriber
Im trying to use notification subscriber to create an extra module property to be used on the edit and frontend, but it doesn't seem to register it [Subscribe(Standard.Paragraph.Saved)] public class SaveSubscriber : NotificationSubscriber { public ov ...
Keld Gøtterup
25/05/2011 10:06:39
Last post: 25/05/2011 12:50:10
Getting the SEO URL of a News Article
Hi there, I implemented a custom URL provider for news which works great. To enable "Like this" for Facebook, I want to render the full URL to the article in some HTML. Problem is that the URL parser seems to look for href and other attribu ...
Imar Spaanjaars
25/05/2011 10:14:47
Last post: 25/05/2011 10:53:06
Accessing template tag value from code
Hi guys, I'm creating a productlist extender where i need to access the total number of products in my list.
base.Productlist.Count gives me only the count for the current page (determined by pagesize), not the entire list of products. Can i access t ...
Martin Nielsen
24/05/2011 09:21:00
Last post: 24/05/2011 09:31:56
Weird performance issue in 19.2.2.4
Hi there, I am trying to upgrade a (staging) server from 19.1.something to the latest version. I installed 19.2.2.4 but then ran into major performance issues. I just downgraded to 19.2.2.3 and it seems to be fine again. On a closer inspection using ...
Imar Spaanjaars
23/05/2011 16:38:02
Last post: 24/05/2011 09:06:00
Create Basket?
When the basket is empty the cart object is null. I need to add a product via Dynamicweb.eCommerce.Common.Context.Cart.Products.Add(_p); How will i go about creating the cart? i've not been able to see how you guys do in reflector (running 18.x.x.x v ...
Jais Edelmann
23/05/2011 12:12:25
Last post: 23/05/2011 14:01:04
User custom fields
Hi, Is adding customfields to users supported in the API - and if so, where? Thanks :-)! ...
Emil Højbjerg
23/05/2011 10:46:58
Last post: 23/05/2011 12:55:58
eCom Product field: Save and close doesn't work?
Hi Has anyone else experienced problems with creating Product fields in eCom? My installation is running on a local sqlserver and the website is hosted @ 127.0.0.1 ;-) When I click "New" (the names might be a little off - since my installat ...
Martin Nielsen
19/05/2011 11:16:56
Last post: 19/05/2011 11:39:31
Adding a file-upload to checkout-proces
Hi Dynamicweb, How would you add a file-upload to the checkout-proces in Dynamicweb? ...
Bo Møller
18/05/2011 16:49:46
Last post: 18/05/2011 21:46:13
Global access to SQL Firehose
Hi, I use the firehose all the time for debugging data in Dynamicweb, and I usually have multiple windows open when using it. That's why I've often thought that it would be great with a globally accessible button for Administrator, allowing me to ope ...
Lars Hejgaard Sørensen
16/05/2011 09:36:19
Last post: 18/05/2011 21:41:31
NavigationProvider: Remove menus?
Hi, I have a eCom group based navigation and I need to remove/hide menus for certain logged in users.
The Dynamicweb.Frontend.NavigationProviders.NavigationItem class seems to be missing methods for doing this directly. What is the best approach then ...
Jonas Kæseler
17/05/2011 21:11:02
Last post: 18/05/2011 08:24:14
Casing in URL Providers
Hi there, I built a simple URL provider to convert something like &CollectionName=Name to /Name. I use the following code: foreach (var collection in collections)
{ list.Add(new Mapping("CollectionName", collection.CollectionName, colle ...
Imar Spaanjaars
13/05/2011 12:47:03
Last post: 16/05/2011 21:37:03
SEO module pre-filled title with product
hi DWs a question: I client wants to have the title and description in the SEO module, pre-filled from the system, with ie: "buy @ProductName here". From a series of different statements. Is there a way to do this? Thanks
Peter ...
11/05/2011 10:06:30
Last post: 16/05/2011 15:47:25