Developer forum
Subject
Replies
Started by
Last reply
New user, and email subscriber during checkout - user selectable option.
Hi Guys, In Cart module settings, there is a checkbox that allows creating user on checkout. There you can also have an option to use email subscription. Now if I set thig setting - than this will be happening when someone creates an order. My questi ...
Dmitrij Jazel
17/10/2016 17:45:15
Last post: 18/10/2016 14:43:25
User Addin that has User object without loading all the CustomFieldValues
I've made a User add in to export the user to an external endpoint and notice that the user object does not load all the custom fields values. To a better understanding I've made the screencast: http://screencast.com/t/VazeeowYl Can you verify if thi ...
Rui Silva
17/10/2016 17:35:06
Last post: 18/10/2016 15:47:42
Save files on axccount creation
Hi there, I have created a custom field on a User of type File. When I render the field in the frontend as part of the account creation process, the file is not associated with the user in the backend. Is this by design? If so, my next step would be ...
Imar Spaanjaars
14/10/2016 12:54:46
Last post: 06/12/2016 10:47:27
Order with parts list product
Hi, Can anyone please confirm if it's normal an order object having the Parts List in the OrderLines property? I've executed the following lines in an immediate window and different behavior happens: Order.GetOrders("select * from ecomorders where or ...
Rui Silva
13/10/2016 18:10:09
Last post: 14/10/2016 10:52:54
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
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
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
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
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
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
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
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
Creating alternative href links for multiple sites/language layers
Hi, we have a website in such setup - .DK site (DA language) - .NET site (EN, DE) We have product categories per shop, and we have products which are tied to groups (same products are tied to multiple shops through groups. Products are translated in ...
Torben Bak Jensen
27/09/2016 09:17:50
Last post: 23/01/2017 11:50:42
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
New email subscriber registered, cannot create new user with same email/username.
Hi Guys, When user subscribes to newsletter. New user is created with random password, and placed into Newsletter user group. - all ok here. There are 2 seperate user groups. One is Newsletter subscribers only, another one is Extranet/Website users. ...
Dmitrij Jazel
21/09/2016 12:17:58
Last post: 03/09/2019 17:28:00
16
Subscribe
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
Statistics Provider Documentation
Hello I'm having trouble finding any documentation on Statistic Providers, where can i find this (assuming it exists)? ...
Anders Ditlevsen
16/09/2016 09:37:32
Last post: 16/09/2016 14:00:54
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
14
Subscribe
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
PriceProvider ignoring currency?
Hi guys, I have the following PriceProvider: public class InternationalPrices : PriceProvider { public override PriceRaw FindPrice(Product product, double quantity, string variantId, Currency currency, string unitId, Extranet user) { // Get the price ...
Imar Spaanjaars
30/08/2016 21:20:55
Last post: 31/08/2016 10:36:15