Developer forum
Subject
Replies
Started by
Last reply
Discount for Gift Card items & Redemption limitation of Gift Card code
Dear Nicolai, I would like to get an idea on how do we allow the discount on the gift card item? We have a customer who is selling the gift card with discounted price for the period of time like $220 gift card selling with $200 only but customer can ...
Yoon Peti Nwe
18/05/2022 09:50:07
Last post: 18/05/2022 15:45:26
Loyalty point expiration
Dear All, On our website, customer created loyalty point and rewarded rule. Loyalty point expire period on Ecommerce > Advance Configuration is also set 0 which loyalty point will not expire. But whenever customer was rewarded points from the rule ...
Aye Nyein Myat
13/05/2022 16:48:32
Last post: 17/05/2022 02:45:02
Add discount orderlines using /dwapi/ecommerce/carts/{secret}/items
Hi guys, I need to create some orderline programmatically to handle some complicated discount scenarios. I was wondering if I can use the /dwapi/ecommerce/carts/{secret}/items endpoint to do so. I have managed to create an orderline (using an existin ...
Adrian Ursu
13/05/2022 12:40:57
Last post: 18/05/2022 13:54:16
Values not loading
Hi, i have run into an issue where there are no fields/values loaded in the product template. In our template we use a for example GetLoop("ProductCategories") and GetValue("masterproductid") these are empty return nothing. Ran in ...
Brian Bolks
13/05/2022 09:27:45
Last post: 01/11/2022 14:46:03
Create an AND rule for applying facets
Hi guys, The title of the post may not be very clear about what I am trying to achieve and there may be at least another post on the same request (but I could not find it). On short, I have a situation where we need to create a facet on a Multi-selec ...
Adrian Ursu
12/05/2022 11:53:10
Last post: 14/05/2022 17:47:30
Order for current user
Hello, I am using controllers for mobile api. After login user is authenticated, if there is an active cart, may I know the best way to get that cart? Is there any way to find the active cart secretkey from current user? Regards Jason ...
Jason
12/05/2022 09:27:22
Last post: 18/05/2022 16:10:23
Transaction validation problem using Mobilepay on Nets Easy on a mobile device
Hi Dynamicweb, On one of our solutions running Dynamicweb 9.10.13, using the DibsEasyCheckout.dll 1.1.8 payment gateway, mobilepay transactions can be completed with valid payment. Steps: (Tested on Android, using Chrome on a Samsung Galaxy 10) 1. A ...
Eirik Bakke
06/05/2022 12:10:04
Last post: 06/05/2022 14:34:29
DeleteOrderline completes order
Hi guys, We have a solution running on DW 9.10.13. We have encountered some weird behavior on some carts, when deleting Orderlines. The implementation is based on Rapido and the whole logic for deleting orderline is pretty standard: /Default.aspx?ID= ...
Adrian Ursu
06/05/2022 11:54:05
Last post: 06/05/2022 12:26:33
Order subtotal and shipping
Hi, In the order summary, the subtotal price is not the price of the products. Please see attached image. In the image, the subtotal should be the price of the products ($64), but it displays $61.50 that is the price of the products minus the shippin ...
Tomas Gomez
03/05/2022 12:08:26
Last post: 03/05/2022 12:51:04
VAT calculation on order line
Hi DW, We have an issue with VAT calculation for an order line. OrderLinePriceVAT is calculated too low, compared to what the backend ERP system calculates for the same line. OrderLineQuantity = 57 OrderLineUnitPriceWithoutVAT = 102.39 OrderLinePrice ...
Christian Fisker
28/04/2022 16:23:03
Last post: 29/04/2022 10:39:17
Violation of PRIMARY KEY constraint 'DW_PK_EcomOrderLines' too often
Hi, We tend to have a YSOD with Orderline primary keys. Is this a known issue? I haven't nailed it down to when it happens or why, but during testing multiple scenarios it happens a lot for me. Best Regards, Nuno Aguiar ...
Nuno Aguiar
23/04/2022 12:36:37
Last post: 27/04/2022 10:09:41
Shipping fee rules
Hi, I want to setup shipping fee rules for users according their zip codes. There is a similar queston on https://doc.dynamicweb.com/forum/ecommerce-standard-features/ecommerce-standard-features/shipping-methods-not-filtered-by-regions At one hand, I ...
Tomas Gomez
21/04/2022 16:45:49
Last post: 22/04/2022 13:19:28
In-active products in FavoriteListViewModel.ProductList.Products
Hi guys When looping through FavoriteListViewModel.ProductList.Products i get all products, including in-active ones, even though i have checked in the backend, that i only want to show active products. Looks very related to this issue i had not so l ...
Jesper Holm Damgaard
19/04/2022 15:35:49
Last post: 22/04/2022 04:23:33
Increasing number of digits
Hi DW I have a customer that wants to enter a number larger than "2147483647" and save a custom fee rule. When i inspect the input element for the volume limit field inside shipping settings i can see that it has a upper limit of "2147 ...
Niklas Hjort
19/04/2022 14:04:33
Last post: 28/04/2022 11:45:23
Assortments performance issue in Prod
Hi, We have a project with a lot of assortments. Currently there are 5000, but we may end up having just 900. The reason for so many assortments is that the customer has 2 main assortments (public + US West coast customer AND East coast customers) an ...
Nuno Aguiar
13/04/2022 16:27:00
Last post: 27/04/2022 10:06:11
12
Subscribe
Does Discount Count work?
Hi, It looks to us like Discount Count is not working in 9.8.11. See screenshot below. Is that right? Is this a known issue? Is it fixed in some version? Thanks, Sean ...
Sean Meade
12/04/2022 16:07:30
Last post: 14/04/2022 16:45:39
UpdateOrderline with OrderlineFields
Hi guys, Can I update an OrderlineField by using the CartCmd=Updateorderlines ? I have a few properties I need to update, mostly because I cannot update the AltpriceUnit without impersonating. Thank you, Adrian ...
Adrian Ursu
11/04/2022 13:26:56
Last post: 11/04/2022 15:02:33
WebAPI and available amount
Hi there, Since we are able to send context information to the WebAPI for products as currency, country, shop and language, can we have it return the available stock amout and/or reserved amount if requested? BR, Mario ...
Mario Santos
11/04/2022 10:38:48
Last post: 11/04/2022 18:31:37
Using dwapi/ecommerce/carts/ to create and manipulate carts
Hi guys, I've seen a lot of buzz around this new API and I was thinking about trying my hand with it. I have a case where I have to add some products to the cart and based on some decisions, I need to create an additional orderline that is relate ...
Adrian Ursu
11/04/2022 09:59:20
Last post: 12/05/2022 15:38:52
Global element paragraph missing from /dwapi/content/paragraphs
Hello, I noticed that the /dwapi/content/paragraphs endpoint does not return global element paragraphs like the /dwapi/content/paragraphs/:id endpoint does. At least on a DW 9.12.11 solution Regards. ...
Unnsteinn Garðarsson
10/04/2022 16:24:29
Last post: 11/04/2022 06:44:07