[Zope] Re: EMarket 0.1.04b1

Steve Spicklemire steve@spvi.com
Mon, 8 Jan 2001 16:25:21 -0500 (EST)


Sorry.. it's my fault for not providing better docs.. sadly
it's not been something I've had time for... esp since all the 
ZPatterns changes were added.

1) Create ZClasses for your MarketItems, Baskets, BasketItems and Shoppers
  (be sure to subclass from ZPatterns:DataSkin)

2) In the Racks for each of these Specialists set the storage to the
   appropriate ZClass.

3) There is a very simple marketItem management interface in the
   marketItems specialist that you should modify to suit your taste.
   It should be enough to get you going.

When I get some time... dunno when... I'll try to make a more complete
example for folks.

-steve
>>>>> "James" == James Sintz <jsintz@ohiohistory.org> writes:

    James> Perhaps I'm missing something fundamental, but I can't seem
    James> to figure out how to add products to EMarket 0.1.04b1
    James> running on Zope 2.2.2

    James> Everything installed just fine and I can add an EMarket
    James> object, but I don't see where, or how I go about adding
    James> things to sell. I don't care about the auction features, I
    James> just want to sell a handful of products on my site.

    James> When I go to the MarketItems folder, and try submitting an
    James> item using the ShopperMarketItemAddForm it returns a screen
    James> saying "You must be validated for submission first...". I
    James> am logged in as a manager. If I log out and then register a
    James> new user and then try I'm told I don't have permission to
    James> add a new MarketItem. What gives?  The read me doesn't
    James> provide much insight on what I am doing wrong. Are there
    James> zClasses I need to add or templates I need to create before
    James> the thing will work?  Thanks!!  Jamey