2017 © Pedro Peláez
 

magento-module catalog-rule-fix

Fix timezone issues in the Mage_CatalogRule module.

image

chuvisco/catalog-rule-fix

Fix timezone issues in the Mage_CatalogRule module.

  • Sunday, April 15, 2018
  • by anthony-blackbird
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Chuvisco_CatalogRuleFix

The CatalogRuleFix overrides Magento's default behaviour of the CatalogRule indexing., (*1)

Following two things are overridden: - The cronjob for catalogrule_apply_all is 0 0 * * * instead of 0 1 * * * - The index refresher uses local time instead of gmt time - Inserting of rules by the resource model uses local time instead of gmt time, (*2)

Installation

NOTE: Running Chuvisco_CatalogRuleFix requires you to run the cronjobs of Magento. If they are not set up, please do so by following the docs., (*3)

This module can be installed in various ways: via modman, Composer or manually. Currently installation via Magento Connect is not supported., (*4)

Modman

  1. Install modman
  2. Execute the following command from your Magento installation folder:
modman clone https://github.com/Chuvisco88/Chuvisco_CatalogRuleFix.git

Composer

  1. Install Composer
  2. Install Magento Composer
  3. Add the repository to the Composer configuration of your project:
composer config repositories.catalogrulefix vcs https://github.com/Chuvisco88/Chuvisco_CatalogRuleFix.git
  1. Add the package to the Composer configuration of your project:
composer require "chuvisco/catalog-rule-fix"

Manually

Download the zip or tar.gz file and extract it into your project webroot., (*5)

Changelog

The changelog is in another castle., (*6)

Roadmap

  • Tests and TravisCI integration
  • Magento Connect integration

Authors, contributors and maintainers

Author: - Fabian Schweizer, (*7)

Contributions: - see Contribution Graph on Github, (*8)

Ideas, bugs, contributions, comments, feature suggestions?

Please get in touch with me via the issue tracker on GitHub., (*9)

Compatibility

  • PHP:
    • 5.6
  • Magento CE:
    • 1.9.3.2

I would love to hear from you, if it works with other systems (versions of php and/or magento) as well., (*10)

License

MIT, (*11)

The Versions

15/04 2018

dev-master

9999999-dev

Fix timezone issues in the Mage_CatalogRule module.

  Sources   Download

MIT

by Fabian Schweizer

15/04 2018

1.1.1

1.1.1.0

Fix timezone issues in the Mage_CatalogRule module.

  Sources   Download

MIT

by Fabian Schweizer