Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Enhancement for guest orders, products, orders and purchase items #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2014

  1. Configuration menu
    Copy the full SHA
    4864bf5 View commit details
    Browse the repository at this point in the history
  2. 1. Added more memory to deal with big data sets 2. Remove dependency …

    …of createFakeOrder() solely on createFakeProduct()
    herbyme committed Feb 23, 2014
    Configuration menu
    Copy the full SHA
    dcfb9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6c1f4 View commit details
    Browse the repository at this point in the history
  4. Added extra attribute filter for only simple product types. This shou…

    …ld be adjustable though.
    herbyme committed Feb 23, 2014
    Configuration menu
    Copy the full SHA
    30c8633 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Added less dependency on hard-coded values for fake product generatio…

    …n. Made other changes as well based on feedback.
    herbyme committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    0943fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232e78d View commit details
    Browse the repository at this point in the history
  3. Removed code that looked up the associated set id as this assumes you…

    … have an existing item in the catalog. This means you should be able to create 'simple' product type items on the fly with an empty catalog.
    herbyme committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    e5e8b4e View commit details
    Browse the repository at this point in the history