Developer forum
Subject
Replies
Started by
Last reply
Razor SQL Error
Hi guys, I created a razor template for google xml feed and made a function to call product group ID and Product Group name to use into a product list but unfortunatly i get an sql time out error when I select greater amount of products to show in ec ...
Umar Farooq
04/06/2014 09:19:14
Last post: 04/06/2014 12:12:06
Implementing a Tax Provider
HI there, I am working on a custom tax provider for a simple use case: when the user is from state X, then a tax of Y percent should be added to the order lines or the complete order. I assume the TaxProvider is the appropriate base class to use but ...
Imar Spaanjaars
21/05/2014 13:19:07
Last post: 02/06/2014 12:43:09
Itemtype field of type checkbox set default value checked
Hi, I have an itemtype field of type "Checkbox" and I want it to be checked when instantiated. But how is that done? Using the itemtype fields default value field has no effect on a checkbox because the default value is set for the value attributte o ...
Lars Larsen
02/06/2014 09:34:21
Last post: 02/06/2014 11:04:04
RE: Scheduled tasks - Dw 8.3.1.9
Hello. I am having some trouble with scheduled tasks and since this is the first time I am trying to do this I might be missing something. So this is my setup at the minute: I have a ScheduledTask class, derived from BaseScheduledTaskAddIn . This doe ...
Marco Santos
30/05/2014 11:37:50
Last post: 30/05/2014 19:04:53
Email Marketing c# API
Hi there. I have been searching around using the IntelliSense for the last 30 minutes, but havent had any luck so far. Is there c# api's for the Email Marketing system, so that i can send emails from the module? I am trying to make an automated email ...
Jonas Mersholm
28/05/2014 14:29:34
Last post: 28/05/2014 14:46:11
index update task url is blocking website access
There is a problem when index update task url is executed for a full product index update.
During this process the website is inaccessible. This is first tested on DW 8.3.1.18 and then upgraded to 8.4.1.3 which is having the same issue. Is this a bug ...
Remi Muller
23/05/2014 13:48:04
Last post: 23/05/2014 14:17:24
Configurable AddIn crashing when add-in has no configurable fields
Hi there, It seems that I must add at least one configurable field to a configurable addin even though I don't need one. For example, consider the following TaxProvider: [AddInName("My flat fee tax provider")]
public class SimpleTaxProvider : TaxProv ...
Imar Spaanjaars
21/05/2014 14:35:02
Last post: 21/05/2014 15:35:31
Custom Modul - Product Import Error
Hi I have created an application that imports products from an CSV file. Since i have direct access to the database i thought that it would be easier and faster to save it directly in the database. Everything worked fine until now, where i need to ma ...
Kevin Krämer
20/05/2014 13:49:47
Last post: 21/05/2014 10:05:49
Add new custom Payment provider.
Hello guys, Wanted to know how should I add add my Custom Payment provider. One like here: http://screencast.com/t/I6qswVpq So at the checkout - the user should be able to choose whether pay with Credit card / "Giro kort" / or the method I want to cr ...
Dmitrij Jazel
19/05/2014 15:23:14
Last post: 20/05/2014 10:52:37
Set BaseDirectory and Extensions on Items
Hello Dw, How can we set BaseDirectory and allowed Extentions on a item field when using the "Code first" approach? Best regards, Anders ...
Anders Ebdrup
08/05/2014 10:30:17
Last post: 12/05/2014 01:42:46
About product category field values
Hi, If there is a product object, how can I get the Product Category Field Values? Any corresponding property for this? ...
Judy Zhang
16/06/2011 14:58:44
Last post: 09/05/2014 14:24:09
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Hi DW, On http://www.isabella.net i get this error when i try to set up at Datapublishing of a CSV file: Warning: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. Hvordan kan jeg fikse det? Hvad skal jeg installere på se ...
Martin Nielsen
08/05/2014 15:51:39
Last post: 08/05/2014 16:12:29
Error / Module attached, edit file cannot be found
Hi everyone, I have made an offline copy of a solution in order to make some changes to a custom module. Everything works - except for the 'Module attached, edit file cannot be found'-error when trying to access it from a paragraph. When I go into th ...
Sonni Tost
07/05/2014 09:48:15
Last post: 07/05/2014 10:04:23
RE: What is new in 8.4.0.16 ?
Our clients webserver is having CPU load close to 90-100% for long period of time during sending newsletter with OMC.
img src=...MessageTracker.ashx is most likely causing heavy traffic. We are running 8.4.0.13. Hopefully version 8.4.0.15 solves this ...
Stefan Thordarson
08/04/2014 14:01:51
Last post: 06/05/2014 10:13:39
11
Subscribe
How to get raw url?
Hi, I am tryting to get raw url in the back-end code. When I used "Request.RawUrl", I still got friendly url. I want raw url just like the value of tag <!--@Global:Pageview.Url.Raw--> . Is anyone know which method I can use? Best ...
Judy Zhang
05/05/2014 10:03:58
Last post: 05/05/2014 10:12:13
DW Page Lifecycle
We set a Configuration Type on each page and is available always at the page level (we also set this value to session at the same time) If I wanted to use this page value in a paragraph, it is not available in the paragraph, I think its to do with th ...
Kevin O''Driscoll
09/04/2014 15:07:52
Last post: 28/04/2014 14:31:37
SQL - Pivot + Inner join?
Hi guys, Might not be the right place to ask this... but here it goes: I've got some newletter subscribers from Newsletter V3 - which has custom fields. The users and the custom fields are stored in two different tables which i need to display as one ...
Jacob Storgaard Jensen
27/04/2014 12:59:34
Last post: 28/04/2014 11:43:20
Linking products to items
Hi there, I have an ecommerce site that features case studies. We need to be able to link to specific case studies from a product details page. What's the best way to go about this? It doesn't have to be all standard functionality, I am OK with imple ...
Imar Spaanjaars
22/04/2014 21:34:36
Last post: 24/04/2014 11:59:15
11
Subscribe
RE: Data Integration - Custom + Ecom Provider, Part II
Hello. I am trying to integrate product information, and although I am able to syncronize (create and update) most products, some do not for some reason. Here are the details: Example records for a product to export (this is one that does not get imp ...
Marco Santos
15/04/2014 13:00:58
Last post: 24/04/2014 10:45:34
Get userfriendly URL for eCom product using API?
Hi, Is there an API call which will give me the calculated userfriendly URL for a given product on a given page? Med venlig hilsen/Best regards, Sten Hougaard
Webudvikler A: København/Aarhus . W: www.1stweb.dk
@: netsi1964 ...
Sten Hougaard
22/04/2014 15:34:50
Last post: 23/04/2014 10:42:07