Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donquixote/teak_prices_import
Drupal module for teakmeubelen.nl
https://github.com/donquixote/teak_prices_import
Last synced: 7 days ago
JSON representation
Drupal module for teakmeubelen.nl
- Host: GitHub
- URL: https://github.com/donquixote/teak_prices_import
- Owner: donquixote
- Created: 2013-02-28T22:29:19.000Z (over 11 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2013-04-24T22:29:09.000Z (over 11 years ago)
- Last Synced: 2023-04-16T06:27:43.031Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Teak Prices Import** keeps product prices synchronized across different Drupal Commerce sites based on product SKUs.
This module is currently not directly useful as is but it can be a
good starting point if you want to build something similar for a
family of Drupal Commerce sites.It's syncing from variable `teak_import_prices_url`, you probably want
to add the following to your website's settings.php:```
$conf['teak_import_prices_url'] = 'http://your_url/some.csv';
```You can run the import from drush:
```
drush teak_import_prices
```It's used on [teakmoebel.com](http://teakmoebel.com/) and
[teaktisch.com](http://teaktisch.com/).Available under the GNU General Public License version 2 or later.