Git Product home page Git Product logo

n98_infofiles's Introduction

N98_InfoFiles Magento Module

Provide downloadable informational files for products.

Functionality

This modul lets you attach files to a product that will be provided as a download for the user. Such files could contain product datasheets and so on.

Installation

Copy all the files in your Magento root folder or use modman for installation.
After installation, clear your Magento cache.

How to Use

The module ads a new tab “Files” to the product properties page in the backend. You can upload an unlimited number of files per product.
The files are stored in the media folder.

When opening the product info page in the frontend, a new block is inserted that lists the provided files. For common file types an icon depending on the filename extension is shown.

Compatibility

The module was successfully tested in the following Magento versions:

  • CE 1.4
  • CE 1.6.0
  • CE 1.6.2
  • EE 1.11
  • EE 1.12

n98_infofiles's People

Contributors

cmuench avatar amenk avatar thomasnegeli-cyberhouse avatar vinai avatar

Stargazers

Ingo Fabbri avatar Bryan "BJ" Hoffpauir avatar Alexander Buch avatar Paul Hachmang avatar Oğuz Çelikdemir avatar  avatar  avatar

Watchers

Matthias Walter avatar  avatar Tom Klingenberg avatar Nils Preuß avatar Sebastian Grund avatar James Cloos avatar Christoph Frenes avatar  avatar Peter Schulz avatar Lars Falkenhain avatar Edudemy Digital Team Customer Support  avatar Maria Kern avatar Andre Fuchs avatar Philipp Sander avatar Peter Kubik avatar Benjamin Heuer avatar Alexander Dite avatar  avatar Manuel Schmid avatar Tom Klingenberg avatar Slawomir Boczek avatar Jens Richter avatar  avatar

n98_infofiles's Issues

Grab the model programmatically

Hi there.

I'm interested in grabing the file array for code fun.

Something like
require_once(DIR ."/app/Mage.php");
umask(0);
Mage::app();

$product = Mage::getModel('catalog/product')->load(200);

$model = Mage::getModel('n98infofiles/file');
//$collection = $model->getCollection();
//$collection->addProductFilter($product);
//$collection->addExclusiveStoreFilter($product->getStoreId());
//$collection->load();

Can''t seam to go through with it... I need some insight in here.

Fehlender Helper

Hallo Alex,

ich glaube du hast eine Datei nicht eingechecked.

Warning: include(N98/InfoFiles/Helper/Media/Js.php): failed to open stream: No such file or directory

Gruß

Christian

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.