an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Shipping Type and Paypal
Last Post 10/28/2010 9:57:44 AM By lukezy. 12 replies.
Page 2 of 2 (13 posts) << First < Prev 1 2 Next > Last >> 
10/27/2010 3:55:06 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Shipping Type and Paypal
 Hi Luke,
 
Well our order status was not "Gathering Items From Inventory" but Confirm Stock was visible and by pressing that button, the order proceed and the capture fund was done automatically,
The only issue is a Shippment Notice email is sent to customer, that is not required. How can I abort or disable this email.
 
Bahram
 
 
 
10/28/2010 9:57:44 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Shipping Type and Paypal
"Confirm Stock" is only visible when status is "Gathering Items From Inventory". If you don't want to send order completion email, remove the yellow line from DotShoppingCart.Commercial.OrderPipelineService.exe.config .
 
    <orderPipelineServiceConfiguration defaultProvider="">
        <providers>
            <!-- name must match with the entries in DSC_OrderPipeline_Processor_lkp, DSC_Order_Status_lkp -->
            <add name="OrderConfirmationEmail" type="DotShoppingCart.Commercial.OrderPipeline.OrderEmailProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" emailTemplate="OrderConfirmation" />
            <add name="CreditCardAuthorization" type="DotShoppingCart.Commercial.OrderPipeline.CreditCardProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" action="Authorization" />
            <add name="CreditCardCapture" type="DotShoppingCart.Commercial.OrderPipeline.CreditCardProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" action="Capture" />
            <add name="PaypalExpressCapture" type="DotShoppingCart.Commercial.OrderPipeline.PaypalExpressProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" action="Capture" />
            <add name="OrderCompleteEmail" type="DotShoppingCart.Commercial.OrderPipeline.OrderEmailProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" emailTemplate="OrderComplete" />
            <add name="GoogleCheckoutCapture" type="DotShoppingCart.Commercial.OrderPipeline.GoogleCheckoutProcessorProvider, DotShoppingCart.Commercial.OrderPipeline" action="Capture" />
 
DotShoppingCart Staff
Page 2 of 2 (13 posts) << First < Prev 1 2 Next > Last >>