HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to turn off shipping workflowHow to turn off shipping workflow
Previous
 
Next
New Post
4/10/2013 6:54 PM
 
I've been trying to figure out how to turn off the shipping workflow, I'm sure I just don't know enough about the vocabulary. DNN 6.2, Cart 5.45. Basics are that I'm capturing payments for tickets to a charity event and donations. I do not need to ship anything - everything is will call. When I checkout, the paypal page executes, I return to the site - but no emails are sent to the user. If I go to the store admin I have to go to each individual order to change the status - which will be painful for 1000 orders. I only need to send the notification emails after returning from the payment gateway. How do I turn off all the shipping work flow? The user only needs the email - I can complete the transaction once returned from the payment processor. Many thanks - Michael
 
New Post
4/11/2013 9:54 AM
 
In your BuyNow settings have you configured single page checkout or regular checkout?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
4/11/2013 10:01 AM
 
David - currently it's the regular checkout. When I tried the single page, the drop down box did not populate with anything, despite there being a payment method and zone defined (credit card). I'll note that I wasn't certain about those either, I didn't see an option for the zone - for "all", though it may well be there.

Also, further research shows that emails are not going out even when the status is set to shipped, while the 'test email" button on the host config - works.
 
New Post
4/11/2013 10:16 AM
 
If you are not shipping product the user is still required to fill out the info on the Step 1 page as it is needed to collect basic customer info like name,, address, email, etc from the user.  In order to accomplish what you are looking for you will need to change the "Ship" labels to "Customer" on the Step 1 page.  To make the change do the following:

  1. Open up the Step1.ascx located in your \desktopmodules\smith.buynow folder
  2. Change the "Ship To" caption to "Customer Info"  <caption>Ship To</caption>
  3. Open the Step1.resx file located in your \desktopmodules\smith.buynow\app_localresources folder and change the value on the label "lblStepShipping.Text" to Customer Info or anything you like.



At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to turn off shipping workflowHow to turn off shipping workflow