Results 392 comments of Chris Brown

Seeking an opinion: The core ZC dir structure uses: `/admin/includes/functions/extra_functions/` But there's no need for the extra subdir in a plugin, so should zc_plugins stuff expect to still use ......

Would this apply to individual products? Or would it be a product-type-specific setting? Or storewide setting? Or would it apply only to certain attributes? Do you envision making db schema...

> `date_available` Ya, I'd stay away from mentioning anything that's db-schema-specific. Stick to phrases the storeowner understands, such as controls they see in their admin product-edit screen, like "Date Available":...

> No Add to cart button. Hmmm ... I suppose leaving it blank is an option. Something like "Coming Soon" would probably be more intuitive. > If it gets added...

There are some design considerations to make decisions on: - `zen_get_products_allow_add_to_cart` is probably where one would be most tempted to add a date check. - the shopping_cart class only references...

> Perhaps an alternate approach - add a link to admin home on the alert page so that after you fix the issue (by removing zc_install or using one of...

Review consideration: where is the existing code that checks these constants? How is this different? same?

Hmmmm ... I'm guessing that the 3 described options were part of a copy/paste from other modules (especially since I think if it were scribed bespoke to store-pickup then the...