2017 © Pedro Peláez
 

magento-module mhauri_sample-order

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

image

mhauri/mhauri_sample-order

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

  • Wednesday, April 1, 2015
  • by mhauri
  • Repository
  • 2 Watchers
  • 4 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Mhauri_SampleOrder

This is my first free Magento extension who provides a solution to order a free sample through the normal checkout pro,,cess of any product in the catalog, configured by a custom attribute., (*1)

It doesn’t provide frontend adaptions. To make it work just add a link like /sampleorder/add/product/id/{product_id} in your template file or use the following example instead:, (*2)

<?php if ($this->helper('sampleorder')->isSampleOrderAllowed($_product)) : ?>
<?php $_sampleorderUrl = $this->helper('sampleorder')->getAddUrl($_product); ?>
    <a href="<?php echo $_sampleorderUrl ?>" class="link-sampleorder"><?php echo $this->helper('sampleorder')->__('Sample Order') ?></a>
<?php endif; ?>

Donation

This extension is absolutely free to use, but if you like it I would appreciate a small donation., (*3)

PayPayl donate button, (*4)

Changelog

  • 1.0.5, (*5)

    • Several bugfixes
    • CE 1.9 compatible
    • Fix controller filename
  • 1.0.4, (*6)

    • Add german translations
    • update attribute from type select to type boolean
    • PHP Coding Standards

The Versions

01/04 2015

dev-master

9999999-dev https://github.com/mhauri/Mhauri_SampleOrder

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

  Sources   Download

OSL-3.0

The Requires

 

by Marcel Hauri

01/04 2015

v1.0.5

1.0.5.0 https://github.com/mhauri/Mhauri_SampleOrder

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

  Sources   Download

OSL-3.0

The Requires

 

by Marcel Hauri

01/10 2014

v1.0.4

1.0.4.0 https://github.com/mhauri/Mhauri_SampleOrder

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

  Sources   Download

OSL-3.0

The Requires

 

by Marcel Hauri

01/05 2014

v1.0.3

1.0.3.0 https://github.com/mhauri/Mhauri_SampleOrder

Povides a solution to order a free sample of product through the normal checkout process, configured by a custom attribute.

  Sources   Download

OSL-3.0

The Requires

 

by Marcel Hauri