Developer forum

Forum » Development
Subject
Replies
Started by
Last reply
Certain Functionality working locally but not on server
Hello, i'm having this weird issue and after spending quite a bit of time on it i must conclude that im not sure what direction to look anymore. Any assistance would be really apperciated! :) Here is the issue. The site im setting up has 2 problems s ...
Anders Ditlevsen
12/10/2016 16:07:35
Last post: 13/10/2016 08:31:33
Upgrade problem 8.4 > 8.8
Hi, We have a couple of solutions that we tried to upgrade to 8.8.1.4. Everything except for one thing works fine. When we go to Management Center or Users in Admin we get a server error. Something is expecting Razor 2.0. Screenshot of error: http:// ...
Aki Ruuskanen
12/10/2016 09:12:40
Last post: 12/10/2016 13:47:07
Cart emptied when canceling the payment from payment provider and redirecting to cart
Hi, We have developed a custom payment provider for Braintree payment gateway and implemented for a client. We are having an issue that the cart is emptied when user cancel the payment and come back to the check out page. We tried the setting "Keep c ...
Thaw Htun Lynn
12/10/2016 10:39:55
Last post: 12/10/2016 10:46:02
The world of discounts: the saga continues
Hi there, I have created two custom SalesDiscountProvider classes; one that pulls a discount value from a custom order line field (retrieved from an external system) - an order line discount - and one where a sales rep can enter a custom discount val ...
Imar Spaanjaars
09/10/2016 23:41:56
Last post: 10/10/2016 18:09:57
New user registration, Add extra group if checkbox selected
Hi guys, Wondering how to approach this issue. So far I have user registration form. In extranet paragraph module settings, 2 groups are set by default. User by default are beying added into 2 groups. But if user clicks on "make me spacial user" chec ...
Dmitrij Jazel
10/10/2016 17:28:18
Last post: 10/10/2016 17:55:05
Dynamicweb, Xamarin integration etc.
Hey all, I attended a course at Dynamicweb's headquarters around November last year and we bugged a bit around the integration of dynamicweb and dynamicweb based projects in Xamarin Studio, since the main part of the attendees, including me, was work ...
Mikkel Toustrup Olsen
03/04/2014 10:30:23
Last post: 07/10/2016 21:17:55
Template extenders not executed
Hi I have a solution where my template extenders are not executed. Normally you would see that template extenders are being applied when you run the page with "debug=true" in the querystring. But I don't see any of my template extenders being applied ...
Lars Larsen
07/10/2016 10:57:41
Last post: 07/10/2016 11:17:22
Notifier for Anonymous Assortment
Hi Dynamicweb, We are working on a solution where we want to control the available products by setting a matching assortment, but we have an issue as we only have this AssortmentsCalculateUserAssortments-notifier and are missing a notifier when selec ...
Anders Ebdrup
27/09/2016 16:40:10
Last post: 05/10/2016 09:55:35
Product price in product catalog and in product details
Hi guys, The way how DW prepares prices for a single product while in Product list - is different from the way how the same price is prepared for the same product while in Product details page. This is related with caching (looks like it) and it look ...
Dmitrij Jazel
04/10/2016 11:23:52
Last post: 04/10/2016 19:57:24
Discount Matrix issue
I have a problem getting a discount throught the API. I created an Orderline Discount (Exclusive) in the Discount Matrix which works fine when going through razor and loopitems. But when i use Dynamicweb.eCommerce.Products.Product object i have no ac ...
Keld Gøtterup
29/09/2016 09:47:07
Last post: 04/10/2016 14:11:20
Setting for Item Synchronization
Hi, I'm curious about where the setting for Item Synchronization is saved? http://screencast.com/t/RU8fAJ6Dexq Regards / Aki ...
Aki Ruuskanen
04/10/2016 09:52:53
Last post: 04/10/2016 10:13:17
Handling external dependencies
Hi there, I have a custom Dynamicweb application that uses an external component. That component relies on Newtonsoft.Json version 7.x while Dynamicweb ships with version 6. This causes some issues when recompiling and/or upgrading the application as ...
Imar Spaanjaars
05/07/2016 13:44:52
Last post: 03/10/2016 13:48:23
Packages and themes
Are there any examples, videos and tutorials related to the new module/package system in DW9? ...
Martin Grønbekk Moen
01/10/2016 10:25:35
Last post: 03/10/2016 11:19:48
Problem when getting favorites list
Hi guys, In the project that I'm working, we need to populate a select with all the favorites lists which were created by the logged user. I'm using this code to get that list. <select> @foreach(var listType in GetLoop("CustomerCenter.ListTypes ...
Rui Silva
06/09/2016 16:55:12
Last post: 30/09/2016 16:43:36
Website Settings item data being dropped
Hi all, Me and my fellow colleagues have come across a rather weird (read annoying) error when being multiple people working on the same project and by that the same database across environments. The issue is, that our website settings items seems to ...
Mikkel Toustrup Olsen
01/09/2016 13:52:11
Last post: 28/09/2016 15:51:20
Dynamicweb.eCommerce.Prices.PriceInfoCurrencyException: Attempt to aritmatic with two prices of different currency at Dynamicweb.eCommerce.Prices.PriceInfo.Add
Hi Everybody, Having problem with webshop that uses many currencies. Site has one default currency - that is euro. But in API, in the "PageLoaded" notification subscriber - currency is set to something else for users with some specific IPs. Any ideas ...
Dmitrij Jazel
13/09/2016 15:07:37
Last post: 27/09/2016 22:22:37
Translate function in order state notification
Is it possible to use the translate function in a template of an order state notification? ...
Yung Yi Wong
27/09/2016 14:48:58
Last post: 27/09/2016 15:56:50
Same cart for multiple users
Hi, Has anyone implemented possibility for several users (from for example same Company) to share a cart. Example: User A from company C logs in and adds stuff to cart and logs out. User B from company C logs and sees the same cart as user A and can  ...
Aki Ruuskanen
23/09/2016 10:21:41
Last post: 26/09/2016 16:32:26
EcomUpdator issue.
Hello Dynamicweb During project development we ran into a issue with the "add product to group" feature in the admin panel. It would throw a timeout-exception when searching for products, since our solution contains an huge amount. To solve this we h ...
Jeppe Jakobsen
21/09/2016 11:31:03
Last post: 26/09/2016 15:24:10
Dynamicweb.eCommerce.Common.Context.Cart not available after recycle
Hi there, Inside a subscriber CheckoutDoneOrderIsComplete I am trying to access Dynamicweb.eCommerce.Common.Context.Cart. I noticed that sometimes this returns null; for example when viewing the cart page, recycling IIS and then completing the checko ...
Imar Spaanjaars
16/09/2016 11:08:55
Last post: 16/09/2016 14:04:09