Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunnysideup/silverstripe-ecommerce_import
import products and product variation into your silverstripe ecommerce application using a csv file
https://github.com/sunnysideup/silverstripe-ecommerce_import
Last synced: 10 days ago
JSON representation
import products and product variation into your silverstripe ecommerce application using a csv file
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-ecommerce_import
- Owner: sunnysideup
- License: other
- Created: 2012-07-26T05:07:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T04:10:11.000Z (over 6 years ago)
- Last Synced: 2024-11-02T15:10:43.559Z (about 2 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
###############################################
Ecommerce Import
###############################################Import products and product variation into your silverstripe ecommerce application using a csv file.
Developers
-----------------------------------------------
Nicolaas Francken [at] sunnysideup.co.nzRequirements
-----------------------------------------------
see composer.jsonProject Home
-----------------------------------------------
See http://code.google.com/p/silverstripe-ecommerceDemo
-----------------------------------------------
See http://www.silverstripe-ecommerce.comInstallation Instructions
-----------------------------------------------
1. Find out how to add modules to SS and add module as per usual.
2. copy configurations from this module's _config.php file
into mysite/_config.php file and edit settings as required.
NB. the idea is not to edit the module at all, but instead customise
it from your mysite folder, so that you can upgrade the module without redoing the settings.If you just want one or two things from this module
then of course you are free to copy them to your
mysite folder and delete the rest of this module.