This document describes a proposed modified cluster-based fuzzy-genetic data mining algorithm. The algorithm aims to mine both association rules and membership functions from quantitative transaction data. It uses a genetic algorithm approach that represents each set of membership functions as a chromosome. Chromosomes are clustered using a modified k-means approach to reduce computational costs. The representative chromosome of each cluster is used to calculate fitness values. Offspring are produced through genetic operators and selected through roulette wheel selection. The algorithm iterates until obtaining a set of membership functions with high fitness. These are then used to mine multilevel fuzzy association rules from the transaction data. The algorithm is illustrated through a simple example involving transaction data containing purchases of items like milk, bread, etc