Developer forum
Subject
Replies
Started by
Last reply
How to sort the filteroptions
The filteroptions are sorted alphabetical by default. Is there any way to sort it as the user has defined in the CMS? For example, our customer has sorted Groups in het CMS and the last Group is 'other products'. The filter shows the filteroptions al ...
Martijn Bokhove
01/06/2011 09:56:59
Last post: 01/06/2011 10:45:37
prices - product units - challenge!
Hi Everyone :-) I'd like to get som ideas on how to solve this - can it be done with dw-standards or shall we develop a custom function for this...? The question is how to handle discounts that differentiate both on which [type of product] and [quant ...
Rasmus Thirslund
31/05/2011 22:33:46
Last post: 01/06/2011 00:27:54
Paragraph module settings page not visible
Hi,
I have made a paragraph module settings page (MyModule_Edit.aspx) for my module. On this page I have added the Dynamicweb fckeditor user control (). Normally the paragraph module settings page will show up right after the module is attached to a ...
Lars Larsen
26/05/2011 14:58:15
Last post: 30/05/2011 06:46:10
Removing Calendar CSS and JS files
Hi there, When I use the Management Module with a custom field of type Date / DateTime, I end up with the following links in my source file: <link rel="stylesheet" type="text/css" href="/Admin/Public/DateSelector/calendar- ...
Imar Spaanjaars
27/05/2011 15:32:50
Last post: 28/05/2011 15:34:10
Submit to basket
Is it possible to make a "submit to basket" function that will NOT reefresh the page? Anyone had any luck? Rasmus Vork ...
01/04/2009 10:28:13
Last post: 27/05/2011 18:43:32
13
Subscribe
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