Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
Can I use somehow use Global:Page.Content-tags in Order-flow mails?
Hi all, I am trying to make an order confirmation mail using the Checkout flow. I would like to add the terms and conditions to the e-mail and thought about using the Global:Page.Content(ID-OF-PAGE-WITH-TERMS...) - but it does not render the content  ...
Sonni Tost
06/10/2014 14:21:41
Last post: 06/10/2014 15:54:13
Country dropdown is empty
We have some countries created under internationalization but we cant select these under website > ecom setttings the dropdown is empty. How can we choose the correct country setting on a specific country. Solution: smyrilline.fo ...
Magni J. Hansen
24/09/2014 12:03:29
Last post: 06/10/2014 09:33:10
Zero in prices inside product loop ??
After an upgrade from 8.4.0.18 to 8.4.1. all my product prices inside my product list is zero ?? But on my product detail the prices are OK ? But .... why... and how to fix ?? I'm using this tag in the loop and on the detail... @GetValue("Ecom:Produc ...
Nicolai Iversen
03/10/2014 15:48:54
Last post: 05/10/2014 17:40:11
Questions about Order Export
Hi DW, We got a request from a customers NAV partner asking about what can be done with Dynamicweb in regards to exporting Orders from the system. I've translated the questions to English, and i hope someone can help answer some or all of the questio ...
Martin Nielsen
02/10/2014 16:31:41
Last post: 03/10/2014 11:46:24
Create user on checkout
Hi, I have webshop where I want to create user on checkout, I am using the following code but this dosen't create any user. I am using cart v2 module and ofcourse i have enabled the checkbox "Create user during checkout" and also defined the category ...
Umar Farooq
20/08/2014 08:57:35
Last post: 03/10/2014 09:21:23
URGENT! Missing 3d-secure cardlock feature...
Hi guys, Is it me, or are all of these cardtype locks missing in the Quickpay checkout handler? 3d-jcb JCB credit card using 3D-Secure 3d-maestro Maestro credit card using 3D-Secure, See note about debet cards below 3d-maestro-dk Maestro credit card  ...
Jacob Storgaard Jensen
17/09/2014 21:45:44
Last post: 03/10/2014 09:10:12
DIBS payment window iFrame issue
Hi DynamicWeb, I have DIBS payment window implemented in iframe in my payment step of checkout workflow. When I navigate to payment step for first time everything works fine (dibs payment window is rendered in iframe and I can pay or cancel payment). ...
Davor Zlotrg
01/10/2014 11:17:04
Last post: 02/10/2014 08:39:58
Translate Ecom groups only not products
Is it possible to only translate ecom groups but show the products from the default language in the frontend? I tried this and can see the translated groups but there are no products unless when they are translated to the second language. We prefer n ...
Remi Muller
30/09/2014 11:28:11
Last post: 01/10/2014 14:26:37
Autocomplete search
Hi. I have a question regarding the autocomplete in DW. We're using the solutionset, and on our server it only matches the exact productname, while in our local environment it starts searching after 3 letters. Even though it searches after 3 letters  ...
Dan Lundgren
01/10/2014 08:27:31
Last post: 01/10/2014 08:44:26
Product images
Hi I'm linking to products from an article based on an Item with product item fields (product type). @foreach(string productID in products){ var product = Product.GetProductByID(productID); <a href="productlist?ProductID=@product.ID" title="@produ ...
Thomas Schroll
27/09/2014 13:22:08
Last post: 29/09/2014 09:29:35
The same group in multiple shops
Hi, can the same group (same GROUPID) be in multiple shops, and if yes how do you do it in the dw administration? I can do it if I go directly to the "EcomShopGroupRelation" table but I'm not sure if I break something. ...
Kim Søjborg Pedersen
24/09/2014 15:44:45
Last post: 26/09/2014 16:19:30
Change quantity from basket
Hi. Is is possible to alter the quantity of a specific product, from the shopping basket - when reviewing your order before submitting it? Thanks in advance. Jonas ...
Jonas Mersholm
24/09/2014 09:47:56
Last post: 24/09/2014 13:15:47
Filter manufacturers on homepage
Hi. The scenario is that i want to present a list of all manufacturers in a dropdown, and then filter on them from the homepage. Is there a way to get a list of all manufacturers on the frontpage? How can i do that? Best regards, Dan ...
Dan Lundgren
23/09/2014 14:04:36
Last post: 23/09/2014 16:29:59
Different variants under the same product
The scenario is that I have a product, that is in different groups and those groups are in different shops. The product have variants and depending on the group, I want to present the product to the user with different "sets" of variants. The questio ...
Kim Søjborg Pedersen
22/09/2014 13:28:08
Last post: 23/09/2014 14:47:58
Product comparison and optimized product retrieval
I just experienced an issue with comparing products in the ecom product catalog. In a template we are using some "continuous scroll"-like thingie, which keeps appending the following pages on a product list using ajax (replacing the standard paginati ...
Morten Bengtson
19/09/2014 15:17:27
Last post: 22/09/2014 20:12:44
Shipping fee missing on first step after reentering the cart
Hi there, I ran into a weird scenario. I have a multi-step checkout process where the user selects the shipping fee at step 2. The fee is correctly added to the cart, and is included in the total. However when I reenter the cart, the fee is missing f ...
Imar Spaanjaars
19/09/2014 16:29:03
Last post: 21/09/2014 11:28:31
Variants - variant combinations - with separate dropdowns
Hi all, We have a client that has products that come in different colours, sizes and the likes. For example: A product can come in the following variants: COLOUR / GLAS TYPE / TOP Default color / plastic glas / no top Default color / plastic glas / w ...
Sonni Tost
17/09/2014 16:28:15
Last post: 18/09/2014 16:14:54
3D secure
If you have Quickpay as a gateway, can it then really be true that there is no other option than writing our own checkout handler if we want to activate 3D secure? ...
Michael Nielsen
20/03/2012 14:46:23
Last post: 17/09/2014 21:50:17
Adding product to basket quantity
Hi. How do i add x amount of the same product, to the basket, at the same time? i tried this <a href="/default.aspx?id=@GetValue("Ecom:Product:Page.ID")&productid=@GetValue("Ecom:Product.ID")&cartcmd=add&quantity=10" class="detailAddTo ...
Jonas Mersholm
12/09/2014 13:36:44
Last post: 16/09/2014 17:51:50
Show name of ecom group on product
I have tried to find a tag for this with no success. I have 15 groups in one alphabetical list and when viewing the details of the product i would like to show the the name of the gruoup the product is in. Cow can i do that? ...
Per Søgaard
05/09/2014 15:46:03
Last post: 12/09/2014 09:00:39