An open API service indexing awesome lists of open source software.

https://github.com/theremotecoder/magento-ecommerce-ce--scripts-snippets

Collection of scripts and snippets for Magento E-Commerce CE 1.x: Export newsletter subscribers per store, Export stock as XLS (alternative to dataflow profiles).
https://github.com/theremotecoder/magento-ecommerce-ce--scripts-snippets

magento magento-1 magento-1-open-source magento-1-patch magento-1-patches magento-ecommerce-ce magento-module magento-plugin magento-script magento-snippet magento1-admin magento1-community magento1-opensource newsletter-subscribers php php5 scripts snippets zend zend-framework

Last synced: 2 months ago
JSON representation

Collection of scripts and snippets for Magento E-Commerce CE 1.x: Export newsletter subscribers per store, Export stock as XLS (alternative to dataflow profiles).

Awesome Lists containing this project

README

        

![Magento EC - Scripts + Snippets](teaser.png)

# Magento E-Commerce CE

- [About](#about)
- [Features](#features)


---


## About

Magento CE scripts and code snippets for various administrative purposes.
They aren't considered production ready and should be carefully examined and configured.



## Features

### Export Newsletter subscribers

Note: Set store ID and database connection in the script.

- Export opted-in newsletter subscribers per store.
- Render output as plain text (exemplary).

### Export Stock – Excel

Read inline code documentation about the workflow.

- Get profile export results from Admin panel in Frontend.
- Render output as plain text (exemplary).