Giter Club home page Giter Club logo

Dropcart V1

THIS VERSION IS DEPRECATED

Please check the website Dropcart or our new and improved version 3 on GitHub


What?

Dropcart is a new ecommerce platform. Dropcart is perfect for dropshipment: no need to carry your own product stock and instead focus on attracting new customers. Dropcart focuses on smart, automatic, API integrations and an easy to use system. Stock, prices and product descriptions are all read from an API and are easily customizable. New orders are automatically send to the supplier for further processing.

Why?

Setting up a dropshipment store is very cumbersome. It requires coding knowledge for implementing an awkward XML feed, new orders need to manually be placed and product specifications are usually very limited. It gets even worse when you have more than one supplier. Dropcart hopes to fix this.

How?

There is two sides to Dropcart; the shop owners and the suppliers. The code you are looking at right now is to connect with our API's — both reading and writing. We build these by reading feeds from the suppliers.

Installation instructions

Download the latest stable release from Github.

Requirements

(this list is incomplete)

  • PHP Version: 5.3.+
  • PHP cURL
  • MySQL (+ a way to import an SQL file)

Integrations

Dropcart integrates with some third parties:

  • Mollie Payment Provider (iDeal, Credit card etc)
  • Postcode.nl postcode checker (will also complete address information)

Installation

  • Unzip the .zip file (or git pull)
  • Create a new database and save the credentials
  • Insert the database found in /_upgrade/database-initial-install.sql
  • Enter your database credentials in the file includes/php/dc_connect.php
  • Upload everything to FTP server
    • You might need to set the folder /images/logo to file permission 777 so image uploading works properly
    • Check if the .htaccess is copied correctly, otherwise the website will not work
  • Navigate to yourwebsite.com/beheer and login with username: admin, password: inktweb
  • In the Settings menu add the required information (including your api_key)
  • Navigate to yourwebsite.com and test if everything works

Customization after installation

  • In the CMS delete the default admin account and add your own
  • In the CMS customize your emails / add logos
  • Change the default images in the /images folder
  • Setup a cronjob for /cronjobs/dc_orderstatus.php. This checks the order status from the supplier and updates the customer (e.g. if the order is shipped). Min: daily. Recommended: hourly.

Dropcart's Projects

client icon client

Client access library for Dropcart

php-client icon php-client

This Dropcart PHP Client is the official PHP client for the REST API provided by Dropcart for setting up your own web frontend.

sabre-xml icon sabre-xml

:page_facing_up: sabre/xml is an XML library that you may not hate.

sendyphp icon sendyphp

A PHP class built to interface with the Sendy API

webshop-frontend icon webshop-frontend

This repository contains an fully functional, but basic PHP / HTML implementation of a Dropcart Webshop.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.