Developer forum

Forum » Ecommerce - Standard features
Subject
Replies
Started by
Last reply
eCom groups - Show in menu
I have a page with a product list showing eCom groups. I also have an eCom menu where you can also see the eCom groups. When I go in and edit an eCom group and deselect "Show in menu" item disappears in eCom menu but not on the list view Ho ...
Morten Christensen
14/11/2011 14:49:33
Last post: 09/12/2011 15:17:49
TagExists always returns false
Hi, I am using v. 19.2.3.2 and have made a producttemplateextender. In that I have this simple code: public class MyProductTemplateExtender : ProductTemplateExtender { public override void ExtendTemplate(Dynamicweb.Templatev2.Template template) { if  ...
Lars Larsen
08/12/2011 11:47:49
Last post: 08/12/2011 12:04:18
Product variant with discount
Hi Which tag is added to the show the price of a product variant with discount? At a product without “product variant’s”, I used the following tags: product price: <!--@Ecom:Product.Price.PriceWithVAT--> product price with dis ...
René Mehlsen
07/12/2011 15:43:59
No replies yet
Create and complete an order in just one step
Hi How can I make and complete an order in just one step and with just one product? I think I need to use the Ecom API. But which methods can be used and in which order should they be called? ...
Lars Larsen
06/12/2011 10:43:41
Last post: 06/12/2011 11:45:17
Ecommerce tracking issue
We have the problem that Google Analytics Ecommerce Tracking is not showing correct data. The problem is that when you press F5 on the reciept page or bookmark it and return to it later, it doubles the amount of products on the same order, even if it ...
Michael Nielsen
05/12/2011 15:06:21
Last post: 05/12/2011 15:54:53
Limiting instant search results
On this page http://smykkerogure.net.dynamicweb-cms.com I have setup instant search, but it lists all products with the search query, so how do I limit the number of results? ...
Michael Nielsen
28/10/2011 12:41:55
Last post: 05/12/2011 15:03:55
DIBS instant capture not possible?
Hi, We need to use instant capture in DIBS payment gateway ("capturenow" parameter) with auto-post, but i cannot figure out how to do that in Dynamicweb eCommerce. It looks like the DIBS gateway in eCommerce only supports the parameters for ...
Morten Bengtson
02/12/2011 21:38:38
No replies yet
Render Related Products
I can't figure out how to render related products in a template. I see <!--@LoopStart(ProductRelatedGroups)--> and <!--@Ecom:Product.RelatedCount--> but how do loop the related products? I would expect something like <!--@LoopStart(Pro ...
Kim Søjborg Pedersen
02/12/2011 15:21:18
Last post: 02/12/2011 16:05:35
Are there further setup on "suggestion" search ?
Hey We just finished up a solution(www.vestfrostsolutions.com) and ive setup "suggestion" on the search field, but its not working that well. Try searching "steel", that works as it should. But there is a whole product category th ...
Rasmus Fjord
24/10/2011 13:01:24
Last post: 28/11/2011 13:37:26
eCom Order field
In the basket I need a custom field where you can enter "CVR nr." In the backend, I have created an order line field and called it "<!--@CVRnr-->" but I can't see it in the template. How can I display it? or how do order lin ...
Morten Christensen
23/11/2011 14:23:23
Last post: 25/11/2011 15:39:43
Priority result in instant search (eCommerce)
Does Anybody know how to Make a priority result in instant search. Example: First list all the results from the field "product number", then all the results from field "product names" If there is a match in both fields then show a ...
Henrik Bloch
23/11/2011 11:57:29
Last post: 24/11/2011 09:31:58
Assign values to the product fields ( from product card)
Hi DWs Is it possible to assign a value to one of the product fields I have created. ie. a user typing in a name on the product card for a tag of name on the product: "indtast navn på dørskilt": [ ..... ] or in the basket : &qu ...
Peter Bille Larsen
23/11/2011 11:53:24
Last post: 23/11/2011 14:45:13
Cart and Order
Hi! When you look at the orders in the Ecom module, some orders are marked as cart and some as orders, what is the difference? First I thought "cart" were these orders that didn't have a customer number, but then I did a checkout without be ...
Per Ljung
22/11/2011 11:33:09
Last post: 22/11/2011 12:40:07
eCom customercenter and favorites
If adding a lot of products to the list it turns out to be a mess: How can we do the following in the favorites list: - Sort the list by product number, alfabetical, by category? - Divide the list in categories with category name for each? ...
Per Søgaard
06/09/2011 16:23:01
Last post: 15/11/2011 10:11:02
Canonical link ecom
Hi DWs I have a request from a client to put more than one domain one the server, but I cannot find any option in the SEO module to assign my primary domain to a canonical link. Also I cannot see the canonical link on the productcard or productlist?  ...
Peter Bille Larsen
14/11/2011 11:45:05
Last post: 14/11/2011 13:20:34
Stepindex in BeforeRenderingNewStep NotificationSubscriber always 0
Hi, I have created a NotificationSubscriber which subscribes to Dynamicweb.Ecom7.Cart.Notifications.BeforeRenderingNewStep. In the OnNotify method I want the actual step index from the NotificationArgs parameter which holds the actual StepIndex. But  ...
Lars Larsen
11/11/2011 08:13:09
Last post: 11/11/2011 11:26:17
Standard search on DW with two shops
Hi I've got an application with two shops and now I have implemented an ecom search on one of them. My problem is than when I search on one shop I get results on products from both shops. How do I differentiate my search to only search in the actual  ...
Mads Andersen
10/11/2011 11:32:24
Last post: 10/11/2011 12:27:22
If stements
Why doesn't this if stament work? <!--@If(Ecom:Order.PriceWithoutFees.PricePIP<100000)--> HELLO <!--@EndIf--> I can't make it run at all..? ______ Maybe some of you know a better practice to my problem. I'm currently developing a websh ...
Thomas Kjærgaard
31/10/2011 08:48:00
Last post: 08/11/2011 18:33:43
"Official" way to do ajax-cartv1 ?
We have to go with cartv1, not v2, due to some import issues we have. And the cart is going to open through Ajax, sort of on top of the rest of the page. Is there an officially recommended way to do this? We have found this guide http://websiteudvikl ...
Roman Sterlingov
03/11/2011 13:32:12
No replies yet
Linking to products from Ipaper
Hi there, Just a quick question: Is it possible to place a link in the PDF that you will convert to an Ipaper in a way the link will be clickable in the Ipaper? Example: We place a product brochure and when you click on the product you will be direct ...
Matthijs Hofstede
07/11/2011 10:37:56
Last post: 07/11/2011 11:13:17