in

dashCommerce

An ASP.NET Open Source e-Commerce Application

Shipping/UPS

Last post 09-30-2008 7:29 AM by mejohnnyv. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • 05-11-2008 10:31 PM

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    Shipping/UPS

    Has anyone been able to incorporate the UPS Shipping rates into the DashCommerce 3.0

    Filed under: ,
  • 05-12-2008 8:28 AM In reply to

    Re: Shipping/UPS

    Yes. :)

     I have FedEx and USPS queued as well too.

    Do you have any specific questions?

  • 05-12-2008 9:08 PM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    Re: Shipping/UPS

    I am not a programmer. However, I would like to be able to use UPS and Fedx for shipping providers. I would like for the customer to be to click and choose the shipping method and for the site to calculate and charge the shipping cost. I don't know what to do to implement that.

  • 05-13-2008 7:56 AM In reply to

    Re: Shipping/UPS

    Given the situation, you can either wait until someone provides it on the dashCommerce.com website for sale, gives it to the project (why when you can make money?), or hire a programmer to do it for you.

    Here are some of my general shipping provider implementation notes:

    Requirement

    Description
    Implement the IShippingProvider interface The provider must implement this interface, specifically the GetShippingOptions method. 
    Add a control that creates and saves the configuration settings for the provider in the same order they are used for the class constructor. This is an implementation requirement for how the class instance is created (Activator.CreateInstance)
    Create the resource strings for the localization project for display. This keeps the solution consistent with the existing efforts for localization and provides configuration item help on the administration page.

    It is actually really straight forward to implement. If you have a programmer familiar with the dashCommerce solution, well under a day.

     Good luck.

     rm

  • 05-13-2008 11:30 AM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    why when you can make money?

    All of us as individuals make up the open source project. As individuals we do not have the money or resources that a company like Microsoft has. But we all have a desire to improve our knowledge and work collectively. However, we have to eat and we all need money. I believe the heart of open source is not to make money from all the individuals that make up and contribute to the open source. There are many "Customers" that want to take advantage of what we can offer them. The "Customer" does not have the time, knowledge or even the desire to put in the time required to do what we do. The "Customer" is where we feed out families from. Part of being in a community of open source, is the willingness to spread your knowledge and assistance to other members of the community at no charge. The many open source projects have individuals of a wide range of knowledge. The beginners have more questions, but in the years to come they will return the favor by spreading their knowledge. I myself am a novice. However, I really try my best to help those that ask questions that I struggled with when I began. I appreciate those that contribute by answering my questions. It is my goal to hopefully one day is to be able to return the favor. Maybe I will not be able to return the favor to the teacher, but maybe I can pass their knowledge to someone else. I hope we can have a great open source community and keep the open source alive. If we try to make money of each other than open source fails. However, if we continue to freely and willingly assist each other for free and make our living off the “customer”, than we will succeed.
    Filed under:
  • 05-13-2008 11:35 AM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    Re: Shipping/UPS

    To: Robert_A_Mims

    Would you be willing to share some of your code and instructions for implementing fedx and ups? 

  • 05-13-2008 11:39 AM In reply to

    Re: Shipping/UPS

    mejohnnyv:

    To: Robert_A_Mims

    Would you be willing to share some of your code and instructions for implementing fedx and ups? 

     

    I am always willing to answer questions or provide direction (as I have earlier in this thread) - however, my efforts for these providers was work I performed under contract with potential intent for resale on dashCommerce.com (just as Chris sells his Tax Provider.) I am unable to share the source as I do not own it, but the company that hired me to perform the customization.

     

  • 05-13-2008 11:45 AM In reply to

    Re: why when you can make money?

    mejohnnyv:

    But we all have a desire to improve our knowledge and work collectively.

    If we try to make money off each other than open source fails.

    However, if we continue to freely and willingly assist each other for free and make our living off the “customer”, than we will succeed.

    Noble and ideal. But the core of the solution is open source, not the providers. The providers are opportunities (just as Chris does on dashCommerce.com) for him to generate some revenue from the effort.

    Improving knowledge, sharing experience (which I have done) is consistent with the spirit of the project.

    Giving you my work (which I do not own) is something completely different. There is a precedent, created by the authors of this open source project.

    Don't give me grief, I didn't create the model - though I wholeheartedly support it.

  • 05-13-2008 6:12 PM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    Re: why when you can make money?

    The version 2.2 has the ability to use UPS which was created by open source. Does anyone have any guidance as to how to use the 2.2 UPS shipping code and upgrade it to work with version 3.0.

  • 05-13-2008 6:36 PM In reply to

    Re: why when you can make money?

    Answer

    Share the wealth

    I can help you. Contact me at bickel.robert@gmail.com
  • 05-23-2008 10:15 AM In reply to

    • oyoon
    • Top 25 Contributor
    • Joined on 03-22-2008
    • Posts 33

    Re: why when you can make money?

    I think it is a good idea to encourage member developers to create awesome codes for sale at very reasonable price. Otherwise dashCommerce could be gone one day in the name of open source. some people wants give away their code free but some don't have to. We don't need to blame one another. 

  • 06-01-2008 12:36 PM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    UPS Shipping

    Thank you very much for the UPS Shipping Provider information. It works great. Thank you again.

    Filed under: , ,
  • 09-30-2008 7:29 AM In reply to

    • mejohnnyv
    • Top 25 Contributor
    • Joined on 04-13-2008
    • Maryville, TN
    • Posts 23

    thanks

    Just wanted to take a moment to tell everyone of the great help Rob Bickel has been. If anyone is need of assitance for a fair price and quality work, I highly recommend Rob Bickel.

    Filed under: , ,
Page 1 of 1 (13 items)