Scott C Wilson

Results 257 comments of Scott C Wilson

Thanks @soycode - you solved the problem I was experiencing due to a large number of static pages in my side nav.

> Wasn't blaming, just trying to establish a reference point and if alpha2 was good enough for lat9 ... It's a fair question, but all of us are swamped with...

This thread is quite confusing (at least to me) - so just to be sure anyone reading understands how the header blocks work: This block at the top of each...

Why are we hardcoding strings like "Main Store Logo" and "Product ID"?

Closing this PR which is now a mix of various things. Let's built smaller PRs so we can get them processed more easily.

Guest checkout via OPC is a mod to Zen Cart, not part of the core. Recommend closing this issue and asking @lat9 to provide a message in admin-orders-order details for...

Can this issue be closed? @proseLA ?

Definitely an interesting idea. Can you be specific about which defines you think are good candidates?

I wonder if we could just make the .html email template do double duty by stripping tags from it to build the text email?

I think the intention was to change ``` if ($parent_cat->fields['parent_id'] != '0') { ``` to ``` if ($parent_cat->fields['parent_id'] != TOPMOST_CATEGORY_PARENT_ID) { ```