Jan 13

How to reset your ZenCart Password

I am notorious for this. In the past week, I’ve needed to reset my ZenCart password on 4 different sites, because I’ve lost or forgotten them. ZenCart isn’t quite as easy as WordPress when it comes to this. You’d think it would be - in WordPress, all you have to do is log into phpMyAdmin, browse your users table, find the admin and edit the password (making sure you save it as MD5) and that’s it. ZenCart? Nope. I don’t know why you can’t do this - I haven’t figured it out yet. The only way you can edit the password is by completely resetting it so that it then becomes “Admin” and “admin”.
read more »


0 Comments
May 01

Editing Easy Populate to recognize extra description fields

Now, in my last post, I had said that if I could figure out how to edit Easy Populate to accept and distribute my extra description fields, I would be golden.

Well, call me “the Golden Child”. I did it.

Now I will share with you how I did it so you may gleam with me.
read more »


0 Comments
Apr 25

My first ZenCart tip

So, I’m going to offer up my first ZenCart tip - it’s something I learned yesterday.

I’ve done a few ZenCart installations/customizations in the last year. Thank God, the more I do it, the better I get. ZenCart can be daunting the first time you tackle it. I have ideas on how to make it better, but I don’t think there’s many of the experts out there who would agree with my methods. BUT - I will say that they work for me.

So, out of all of the ZenCart installations I’ve done, there’s one recurring theme that seems to be happening: the need for extra fields. Namely, the need for a secondary “description” field for each product. Every client I’ve ever had has needed this capability. Up to now, I’ve managed to do what they desire with creative CSS code - and I mean creative. I pride myself on my clean, semantic code - but the need for what some of these people want forces me to revert to some really interesting, “out of the box” thinking (aka, reverting back to 1997 on some occasions, and completely ignoring some browsers on others.)

In every instance, it would have been really great if I could have just one more field for my description.

And now, I’ve figured it out!

read more »


0 Comments