Change WordPress FROM: (name and email address)

While setting up and testing WordPress, I realized the site’s users would all get email from someone named “wordpress” using the email address “wordpress@example.com” — this wouldn’t do!

I searched the forums and some of the “How to” sites, but all I could find was an outdated plugin that claimed to be able to change the name.  Knowing someone else’s plugin could do it in an earlier version, I figured I could write something to do it myself, (this was a WP 3.0 installation).

One easy to deal with aspect of customizing WordPress is filter hooks Continue reading

Posted in Wordpress | Tagged , , , , , | Leave a comment

Lexipixel Running WordPress 3.0

Yup, we installed the upgrade — it went painlessly.. almost.

One little problem with Shadowbox plugin not properly linking thumbnails to articles, (on another site where we upgraded but didn’t install the new templates, menus, etc)  Also, we updated the ShadowBox plugin on that site too, so can’t say where the blame lies.

Anyway, let me know if you spot any critters, (so I can promptly blame them on WordPress and deny any possability that I screwed up).

Posted in Content Management, Wordpress | Tagged , , , | Leave a comment

Volusion Customize MultiChildAddToCart

Maybe you’ve read a little about Volusion’s MultiChildAddToCart function — or gotten daring and tried it.

What it does is allow you to build a dummy product, and then make several (or all) other products as child products of the dummy product.  This results in a product page where a table with quantity fields and check boxes appear next to each product name, so a customer can order several different products from one page.

Like most of the other automatic functions in Volusion, there is little to no control over the visual or functional appearance of MultiChildAddToCart grids.   They offer one hack, (inserting a tiny comment tag into each child product’s name field, e.g.- <!001>, <!456>, <!999>, etc, and the software will sort the grid based on the hidden tag), but it means junking up your products database.

Worse, if you don’t get it right the first time, or need to add, edit or delete some child products, after Volusion has generated all the  child product data into your PRODUCT database, you need to manually clean up the mess and start over (creating that parent and group of child products).

Of course there is a better way…

How would you like to be able to create a page with a table of products  arranged into groups, with dividers and headings about each group, areas for special instructions or comments, and the ability to allow customers to order from any or all products you sell in a single page? Continue reading

Posted in Volusion, eCommerce | Tagged , , , , , , , | Leave a comment

WordPress MP3 Audio Player

A customer asked me to install an MP3 player into their WordPress blog. I searched the WP Plugins directory for “mp3 player” and found several that either had too many features or required you to jump through hoops to get an audio file into place.  Many required use of manually constructed [tags] to insert the player into a page. Continue reading

Posted in Audio / Video, Wordpress | Tagged , , , , , , , | 4 Comments

Volusion Security Issue “Not Me”

While working on a customer’s Volusion site, I needed to log in as a test customer who was set at one Discount_Price_Level, then log out, and see if the same code worked for customers who were not logged in.

Since the code I was testing involved displaying prices to customers based on level.  It should have displayed and calculated orders using the retail prices only to anyone who wasn’t logged in.  The same code should have displayed a discounted price to logged in users who had a discount price level set.

There was a problem. After being logged in as a user with a discount price level set,  I logged out using the link at the bottom of the My Account page labeled:

I’m done managing my account, log me out.

…but, this doesn’t completely log the user it out.   Clicking the link tells you you’re logged out — but if the store has set the config setting: Continue reading

Posted in Volusion, eCommerce | Tagged , , , , , , | Leave a comment