Recent update: 2008-3-21
Hi, I wondering is there possibility to modify some how basket property SoldToID. Probably i have to make custom pipeline :( .
Hi, I’ve ran the Commerce Server 2007 Upgrade Wizard for the Transactions Ressource.I then compared the data from the 2002 tables and the newly created 2007 tables.select count(*) between OrderGroup (2002) and PurchaseOrders (2007) is matching.select count(*) between OrderFormHeader (2002) and ...
Hi All, Can any one provide me how the order system functions and what are the other systems related to this ? Any articles/ppt's/white papers could be more helpful. Regards, Saradhi
I'm working on Browse.aspx from the starter site and I want to implement sorting functionality based on the column header in the GridView.I know the productList control uses the ProductFilterDataSource control to get it's data and ProductFilterDataSource inherits from CatalogDataSource.I ...
Hi,I'm there to develope the checkout process, as basic information, I take the code from the StarterSite.But there is a problem: In the StarterSite it gets the actual basket over BasketHelper helper = new BasketHelper(BasketName). The problem is that i cet the basket with the right ID but ...
Hi,I see the CS 2007 UpmMemebershipProvider ignores the membership\provider attribute requiresQuestionAndAnswer. Instead it sets it by inspecting the user profile for the existence of the question and answer properties.It took me a while to work this out. And then I found it in the ...
HiThe homepage of our ecommerce site has to list all categories, then under each category heading it should list every single product. The problem I'm having is that all the categories are loaded into a menu but I can't figure out how to retrieve this list without using the ...
Hi all I've got a problem where the DisplayName property of the LineItem object isn't displaying the product name. Has anybody else had this issue, or can anybody tell me what the problem is? Thanks in advance Paul Tew
We have extended the OrderForm with a Strongly-Typed property ("OrderType") via the OrderObjectMappings.xml file and run the tool to update the scripts and OrderForm table.We have created an inherited Commerce Order Form Class which inherits from the ...
227 byte By
Xcel at 2008-2-24
I am looking for a sample pipeline Component to caculate tax. I don't need very advanced tax calculations just 3 states with a flat tax and all my products are taxable. Any assistance would be greatly appreciated.
495 byte By
Xcel at 2008-2-23
I have added the propertiesToReturn to the webconfig and referenced a property that I added in the Catalog Schema manager. This works as expected in all areas of the site except Search. If I put one of my custom properties in the string then Search returns an error (and no longer works) - all ...
Hi,I want to allocate a discount to users from one organization. I tried it through a target expression on the organization name but the discount will no be used from the shop system.With the suggested user properties it works fine. Is this scenario supported or is it only possible to allocate ...
270 byte By
Xcel at 2008-2-22
I have added a Scriptor Component in the Total Pipeline for Freight Charges. How can I return an error back to the user if for instance that the Shipping Method / Service is invalid. Any code sniglets would be greatly appreciated. Please Advise.
I've spent the last 15 minutes trying to lock down what I feel is a rather annoying bug in the product. I'm attempting to set up a simulated production environment, where I have seperate machines running SQL, Commerce Server, Active Directory, et al. While attempting to unpackage the data ...
Coupon Codes come in a variety of flavors: Private Public RestrictedWe can use the PromoCodeDefinitionManager and the LookupPromoCodeDefinitionByCode(string promoCode) function to test whether a Promotion Code exists (!= null). However; just because a promotion code exists does *not* mean it’s ...
230 byte By
Xcel at 2008-2-19
I thought this would be easy but I am having trouble finding out how to disable the multi-shipments per order feature in the starter site. Do I just remove the menu item in the Shipping.ascx page? Please Advise.
Hi we are developing a E-Commerce Site using Visual Stuido 2005 and Commerce Server 2007.Our Problem was; First we installed the VS2005 and CS2007 in the Windows 2003 server machine and we done some of the POC's and R&D's in the machine , But we need to comeout to the developemnet ...
Hi there,I am currently trying to Automate our deployment of our Biztalk/CS2007 using nant.However i have come unstuck when trying to import the previously saved bindings file.When the bindings file is exported the password used in the CS2007 adapters gets obfuscated. Therefore when we import ...
Hi,I would like to be able to configure adverts which can be displayed more than 10 times - specifically I would like to configure an advert (or discount) which can be displayed for an unlimited number of occasions - currently I cannot see any other option than to select from 1-10 views in the ...
Hi,I've got a little problem with the basket pipline. The pipline failessomewhere in the "Order Adjust Price" Stage where the Discounts areapplied. The exception i get is:Unable to initialize logging to file : pipelines\log\basket.-a5cc9bf8-dd9d-4405-bdc9-18d2181a9856-.pipelogI ...
5444 byte By
Xcel at 2008-2-15
When using the Search functionality with the Starter Site I am generating an error. I have added a custom property to the Product List - which works fine when I go through the built in navigation. I have also added the property in the propertiesToReturn parameter of web.config. So, I don't ...
The environment is as follows:Two Windows Server 2003 systems, CS2007 and SQL2005 - both in the same domain depending on which adapter is enabled - but the box hosting Commerce Server is in the DMZ. I have CS and SQL2005 configured just fine. I create a new project from VS2005 and it churns, ...
All, It doesn't seem like this component is shipped with 2007. Any alternatives, or will I have to write my own class to achieve same purpose? Thanks,
trying to import profile from RMS(Retail Management System) to commerce server by using biztalk.I use storeprocedure queried out latest updated and added account and form the profileimport.xml.the XML file is follow the format from profiledocument.xsd which is generated by ...
Hi,I am working with the Commerce server 2007 site and need to create a satellite assembly dll containing the messages for the en-uk culture. Having tried copying the en-us folder from the bin folder and renaming it for en-gb and not getting the required results. I am going to follow the ...
Hi,I'm seeing a lot of Event Viewer entries with three errors below. Can anybody shed some light as to what is happening and how to go about troubleshooting these. I'm a Commerce Service novice that got into an existing installation so any lead would be helpfull no matter how basic it seems. ...
1071 byte By
Xcel at 2008-2-13
I have added a scriptor component to the Total Pipeline. This code is an offshot out of the book Developing with MS CS 2002. What I basically need to get is the Ship To State so I can determine a tax value etc.CS 2007 seems to have a problem on the line: Shipments = orderform.[shipments]The ...
Hi all,I am a beginner in CS 2007 doing my first CS 2007 project. We as a team are working to customise the CS 2007 Starter Site according to the business needs and to use it to launch as an ecommerce website.I have read the MSDN for pipeline and using the existing pipeline for payments ...
hi,I want to get the list of discounts that are eligible for discounts in an order. But this discout list should I get before the discounts applied in the basket. So that I can remove the specific discount among the discounts according to my need.How can I get the discount list and Can I insert ...
Hi,Does anyone know how to set up a discount to use a set of products existing in the basket as a condition for a discount? Let me explain using.PsuedoCode: =========== These products must all be in the basket: 302556 302557 302558 302698 For the shopper to receive an order-level discount of 10 ...
I want to apply all the discounts maintained below:1. Contract Discount 2. Product Discount3. Order Threshold Discount 4. One of the lowest rank discount among some other discounts.How can I handle this situation in the Commerce ...
Hi I am deploying several solutions in Biztalk 2006 / CS 2007 and want to know the best practices for Hosts. In BizTalk 2004 it advises that you manage multiple Hosts such that you have a ReceiveHost (RxHost) Transmit Host (TxHost) , Logging (LxHost) and Process Host(PxHost) etc. With the ...
When the BizTalk – CS Orders Adapter retrieves orders, it updates the Status of an order (usually from “NewOrder” to “Submitted”). Once it retrieves the Orders, it updates the status of the OrderForm so that the next time it runs, it only gets New Orders. However the adapter works on the ...
Hello,I would like to update stock items in Commerce Server 2007 using BizTalk 2006. What I can see so far is that I should be using the Commerce Server Inventory BizTalk Adapter. I am not sure how you would use this Adpater to update the quantity and query the quantity of Products in the ...
HiI am trying to work out how to expand the payment stage to include the credit card CVV number. I can't work out which page has the card details form on it for a start. Secondly I guessed it had been partially implemented because the CreditCardPayment metadata includes an entry for ...
hi,I want to get the list of discounts that are eligible for discounts in an order. But this discout list should I get before the discounts applied in the basket. So that I can remove the specific discount among the discounts according to my need.How can I get the discount list and Can I insert ...
Hi all, I am using the CS 2007 Evaluation for Developer. But in the future I want to use it for my customer. Is using CS 2007 Evaluation against law ? And how much is the price of the CS 2007 ? Thank you.
840 byte By
Xcel at 2008-2-7
I am attempting to compile my Pipeline component and am having errors creating the tlb file. I also tried to compile the MinMaxShipping sample with same results.The assembly "C:\Documents and Settings\conference\Desktop\CS SDK Samples\MinMaxShipping\bin\Release\CSSDKSample.dll" could not be ...
In an old catalogue I have based on Site Server 3 we modelled services as products which required the user to answer multiple questions before ordering could take place. We created question sets which could be applied to individual products and asked these questions when the product was added ...
Hi,I've got a strange problem. I just added a new property to my profile system (DefaultCurrency) as it is in the StarterSite. After i added that i had the problem that when I set the variable it wasnt't written to the database, so i builided the programm anothertime an sudenly i coundent ...
7578 byte By
KK at 2008-2-6
Subject : Commerce Server 2007 : Error reading dictionary on using third party componentI am using a Cybersource Commerce Component as the Payment Gateway component and using its tax service to calculate taxes in the Order pipeline in my starter site. I am getting the same error when I add this comp...
With Vista going gold I'd like to present the first encountered Vista development setup issue:[10:05:20 AM Info] Action 10:05:20: DevenvSetupvs. Setting up Commerce Server Projects for Visual Studio [10:10:04 AM Info] There is a problem with this Windows Installer package. A program run as ...
One of our client's requirements is to be be able to have staff manually change the order status of the order forms and line items using the Customer and Orders manager.Can this be done "out-of-the-box" or do we need to change the source code?Thanks in advanceChris ...
HiI'm having trouble figuring out how to implement a 3rd party payment solution from within the starter site. Has anybody used a 3rd party to collect payment from within CS? I'm trying to figure out whether I need to create a new payment pipeline, or whether the existing one can be modified. ...
Hi All,I am a beginner in CS and am configuring Starter Site according to the needs of the project. I am after a more definite answer on this below mentioned question. How would one go about configuring or adding countries in Starter Site for delivery addresses etc.?I have got an answer in one ...
289 byte By
Xcel at 2008-2-4
Hi, I am using the latest starter site and I would like to allow a user to place an order with a Purchase Order # instead of a Credit Card. I have not been able to find out how to enable this functionality and not require a Credit Card to check out. Please Advise.
Hello, I have an issue that I am trying to resolve with our Commerce Server 2007 site and was hoping I could get some guidance. We would like to be able to add free items to our shopping cart, but would like to avoid having to add a new discount in Marketing Manager per product with free items ...
1985 byte By
jtd514 at 2008-2-3
I am getting a failure running SampleImportData on the commerce server 2007 starter site. It appears to fail setting up catalog data.This is what I get: Loading data into site: StarterSite Connecting to Catalog system: Done. Connecting to Orders system: Done. Connecting to Marketing system: ...
Is there any documentation available on what the web methods in the web services actually do? I'm familiar enough with the native commerce server API commands that I can usually infer how these web methods work, but I'd still rather see some documentation on ...
Hi All,I am a beginner in CS 2007. I wanted to start changing few things in the CS 2007 Starter Site. I wanted to know that if I remove the Adventure Work's Catalog then can I actually import it back? I have seen a facility in the menu of import, so I presume that would do it. But would the ...