Developer forum
Subject
Replies
Started by
Last reply
EcomQuery search question
Hello guys, On one site here, we are using EcomQuery saerch. It's plain, it's simple, and works perfectly. issue is, that we have 2 shops of same culture on under 1 dw instance. In those 2 shops, it is common to find item "s1_ProdID" and "s2_ProdID". ...
Dmitrij Jazel
25/11/2014 15:22:23
Last post: 08/12/2014 13:19:33
Product catalog show all products URL parameter?
Hello guys, Was wondering when I have a link to a product catalog. If I could add a parameter like www.sitename.dk/Produkter.aspx?showAllProducts=True Or do somehting like this: www.sitename.dk/Produkter.aspx?productsPerPage=999999 Right now the prod ...
Dmitrij Jazel
03/12/2014 12:47:49
Last post: 03/12/2014 13:29:31
Search with Solr
I noticed that DW 8.5 contains a SolrNet assembly. Is there a standard integration between DW and Solr? ...
Morten Bengtson
02/12/2014 12:27:51
Last post: 02/12/2014 13:19:15
ProductListeTemplateExtender Remove product from ProductList
Hi guys, I have some rather simple ProductListTemplateExtender using Dynamicweb;
using Dynamicweb.eCommerce.Products;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web; namespace DWCustomCodes
{ public class ProductR ...
Dmitrij Jazel
02/12/2014 09:05:23
Last post: 02/12/2014 10:04:31
Item in item list and access parent item when available
I have an item in an item list and like to access the parent item using a custom editor field. Is this possible? See following code sample to get an idea. [Editor("My custom editor")] public class SimpleTextboxEditor : Editor { public override Type D ...
Remi Muller
26/11/2014 11:39:23
Last post: 02/12/2014 09:44:50
Translations.xml
Hi guys, This week we were faced with a customer that made translations needed for their website. These translations were saved in Excel and needed to be added to the translations.xml file in Dynamicweb. The problem was that the file contained over 9 ...
Tom Kamphuis
28/11/2014 17:12:54
Last post: 01/12/2014 15:29:11
NullReferenceException when adding product
Hello. We are building a solution with a integration with NAV.
When we add new products and export them over from NAV, we get a strange exception in the productlist right after its been added to the database: It shows the errormessage for a few hours ...
Dan Lundgren
01/12/2014 14:37:32
Last post: 01/12/2014 14:44:07
OMC general question for specific application
Hi all, I havent worked with OMC before but have a specific use case. I haven't been able to find any good examples to match. I'd like just a thought from you if it is doable with omc and if yes, a pointer on where to start. I have: - DynamicWeb cust ...
Steen Nørgaard Perdersen
18/11/2014 16:01:43
Last post: 27/11/2014 14:43:39
Assortments and anonymous user
Hi everyone, We have these product groups: GROUPA GROUPB GROUPC And we have created an assortment where the customer YYYY can see the groups A and B. This is working fine. The questions is: How can we manage that they only see the group A and C whyle ...
Dmitrij Jazel
23/10/2014 13:44:24
Last post: 25/11/2014 17:48:12
Parallel tasks
I would like to be able to do a parallel task, for example pre caching products on login.
It seems that a null reference exception occurs as soon as a Dynamicweb function is called, so it seems to have lost its context.
I’ve tried everything I could ...
Peter Leleulya
25/11/2014 09:02:41
Last post: 25/11/2014 14:26:25
1. level marketing
A customer wants to have some 1. level marketing on their shop. This means that there is going to be some partners who all have a unique code a custommer on the shop can enter with their order. This order vil get registered on the partner. This way t ...
Jim Trebbien
25/11/2014 10:06:33
No replies yet
SMS notifications
Hi, I would like to know if/how could we trigger an SMS notification, using the new SMS module via API? We need to send an SMS to a user upon a scheduled task. How could I achive this? If not using the SMS module, does anyone know another way? Best R ...
Nuno Aguiar
24/11/2014 17:11:08
No replies yet
Access to the path 'C:\MySite\Files\System\Items\ItemType_MyItem.xml' is denied.
Hi, I have an itemtype (MyItem) which I have created using the Model-First approch (created from within the Management-Center). The xml file for the itemtype is part of my Visual Studio project which is in TFS. This means that the xml file for the it ...
Lars Larsen
28/02/2014 09:45:26
Last post: 24/11/2014 13:49:40
Notifications in Forms module (not DW7)
Hi DW, I have to build an extension for the Forms module that takes that data that's posted, and moves it to a crm system. Are there any notifications i can subscribe to to achieve this? Or how would i go about building something like that. // Martin ...
Martin Nielsen
21/11/2014 13:01:14
Last post: 24/11/2014 10:12:22
Order line sorting when using ParentLineID
After creating a custom SalesDiscountProvider I noticed that orderlines with ParentLineID does not affect the sorting of orderlines when rendered. I would expect all orderlines with a parent id to follow that parent orderline, so that they are render ...
Morten Bengtson
20/11/2014 15:22:56
Last post: 21/11/2014 11:44:27
List of Groups, of eCom module paragraht
Hello guys, I have a paragraph with Ecom module added to it, and I have added some Ecom groups to it. (see attachment) my question is, while I am in ProductList template, is there is any way that I could get a List of groups that are selected there? ...
Dmitrij Jazel
18/11/2014 15:36:39
Last post: 18/11/2014 16:37:56
Avoid dynamicweb extra parametre in newsletters?
Hi, I have a customer who is using Dynamicweb to send out newsletters. They have some links in the newsletter which points to another system. When Dynamicweb renders the newsletters it adds extra parameters to all links inside the template. It is tra ...
Sten Hougaard
18/11/2014 10:26:32
Last post: 18/11/2014 11:15:15
Reset EcomGroups sorting
hi guys, There once was a discussion here: http://developer.dynamicweb.com/forum/cms-standard-features/sort-navigation-if-page-navigation-uses-ecom-groups.aspx And I appreciate filtering functionality ALLOT! Question: What if I need to "undo" this so ...
Dmitrij Jazel
17/11/2014 14:41:08
Last post: 17/11/2014 16:02:36
Apply rounding to prices
Hi. I want to apply rounding to the prices so that they always round up when they are being shown in the productlist, but when added to the cart it should be the original price.
So say that i have a product that costs 45,25, it should be rounded up t ...
Dan Lundgren
14/11/2014 11:08:04
Last post: 17/11/2014 15:54:37
System.ArgumentException: No ProductField or ProductFieldValue based on the given system name exist.
Hello guys, Just got an issue here with a filter, for some reason, very unexpected. Am trying to use 2 other custom fields as filter parameters. ("gender" and "special eddition") but not AvailableDate. AvailableDate is just a custom field for a date ...
Dmitrij Jazel
17/11/2014 09:37:23
Last post: 17/11/2014 11:58:31