Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilanguage Category Import - Error on a sql query #69

Open
wants to merge 15 commits into
base: magento2
Choose a base branch
from

Commits on Mar 28, 2017

  1. Update ajax_gettime.php

    bestshow authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    59c6f81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dweeves#525 from bestshow/master

    fixed ajax_gettime.php
    dweeves authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    a9566b1 View commit details
    Browse the repository at this point in the history
  3. Update ajax_gettime.php

    bestshow authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    b0f7e42 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request dweeves#526 from bestshow/master

    fixed ajax_gettime.php
    dweeves authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    b673e6f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Fix category product position

    Fix category product position when base category tree is setted on plugin configuration o some category not have ::x::x::x
    If Base category or some category not have ::x::x::x set array $catpos is not in sync with $catids array (see line 375) and category position not working correctly.
    adri2k authored May 9, 2017
    Configuration menu
    Copy the full SHA
    64b3dc3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Merge pull request dweeves#530 from adri2k/master

    Fix category product position
    dweeves authored May 17, 2017
    Configuration menu
    Copy the full SHA
    c9ae005 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. null equality issue

    if ($ovalue !== false && $ovalue != null) returns wrong result in php 5.6.30 and sets $ovalue as false
    hidonet authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    c7f53dc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Merge pull request dweeves#538 from hidonet/patch-2

    null equality issue
    dweeves authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    5b7d001 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Update README.md

    dweeves authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    e352ebc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    dweeves authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    2adca1d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Use strict comparison when comparing values

    A value of int(0) was being converted to null. This fixes that error.
    fredden committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    8fae4fd View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. fix bundle products import issue: Field parent_product_id doesn not…

    … have a default value
    yangwb1 committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    54b7fa6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dweeves#575 from tonyabm/tony-fix-bug

    Fix bundle products import issue: Field `parent_product_id` doesn not…
    dweeves authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    febe819 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dweeves#572 from fredden/null-fix

    Use strict comparison when comparing values
    dweeves authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    18bd9ec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    d006ad1 View commit details
    Browse the repository at this point in the history