1. 20 Jul, 2013 1 commit
  2. 18 Jul, 2013 1 commit
  3. 29 Jun, 2013 1 commit
  4. 01 Jun, 2013 3 commits
  5. 13 May, 2013 2 commits
    • Ivan Chepurnyi's avatar
      Merge pull request #104 from cmuench/patch-4 · deb7b7ad
      Ivan Chepurnyi authored
      AdminGws Problems in EE 1.13
      deb7b7ad
    • Christian Münch's avatar
      AdminGws Problems in EE 1.13 · b1686f52
      Christian Münch authored
      I currently trying to run a controller test in EE 1.13 and i got errors.
      It seems that there are three new checks in AdminGws module.
      I'm really unsure if this is a correct solution, but i additionally mocked the methods getGwsStores, getGwsStoreGroups and getGwsRelevantWebsites.
      
      Please have a look at my code.
      b1686f52
  6. 03 May, 2013 1 commit
  7. 03 Apr, 2013 4 commits
  8. 22 Mar, 2013 1 commit
  9. 21 Mar, 2013 3 commits
    • Ivan Chepurnyi's avatar
      Merge pull request #96 from aligent/issues/78_configurable_fixtures · 9ffeac99
      Ivan Chepurnyi authored
      Issues/78 configurable fixtures
      9ffeac99
    • Ivan Chepurnyi's avatar
    • Jonathan's avatar
      re #78 adding fixture processing for configurable products. specify the... · 9264db77
      Jonathan authored
      re #78 adding fixture processing for configurable products. specify the relevant attributes by code and child products by id e.g.
          - entity_id: 410955
            attribute_set_id: 4
            type_id: simple
            sku: "Test Simple Child"
            name: "Test Simple Child"
            short_description: "Test Simple Child"
            description: "Test Simple Child"
            url_key: test-child
            website_ids:
              - us
            category_ids:
              - 2 # Default Category
            price: 30.00
            special_price: 30.00
            tax_class_id: 2 # Taxable Goods
            status: 1             # Enabled
            visibility: 4         # Visible in Catalog & Search
            color: 4         # Configurable Super Attribute
          - entity_id: '336835'
            attribute_set_id: 4
            type_id: configurable
            sku: "test-configurable"
            name: "Test Configurable"
            short_description: "Test Configurable"
            description: "Test Configurable"
            url_key: test-configurable
            super_attributes:
              - color
            configurable_children:
              - 410955
            website_ids:
              - us
            category_ids:
              - 2 # Default Category
            price: 30.00
            special_price: 30.00
            tax_class_id: 2 # Taxable Goods
            status: 1             # Enabled
            visibility: 4         # Visible in Catalog & Search
      9264db77
  10. 19 Feb, 2013 5 commits
  11. 18 Feb, 2013 16 commits
  12. 09 Feb, 2013 1 commit
  13. 03 Feb, 2013 1 commit