Well, I must admit, I’ve been so wrapped up in projects for clients, I’ve completely neglected Creatuity.com. After being involved with yet another Wordpress-powered site that simply put Creatuity.com to shame, I decided that it was time to update this site. Furthermore, I realized that unless I kept it simple, I would never find the time to keep the site current and up to date (something, ironically enough, that I warn clients that want to launch their company’s first blog or social media presence about quite often), so instead of using Drupal to power the ‘corporate’ portion of the site (the homepage) and Wordpress to power the blog, I’m going to be removing Drupal and managing the entire site via Wordpress.

Stay tuned – things could get a little rocky here for the next few days as I move everything around, so I apologize for any broken links – however, in the end, I hope to make Creatuity.com a much more useful, up-to-date site for your reading pleasure!

{ 0 comments }

FACTA (”The Fair and Accurate Credit Transactions Act”), a law which resulted in a wave of class-action lawsuits (See the Multichannel Merchant article ‘Fear FACTA‘ for more info), stats among other things that a merchant cannot print the expiration date of a customer’s credit card number on any sort of receipt.

Users deploying Magento within the US should be aware of the fact that the default email templates send the last 4 digits of the customer’s credit card number and the expiration date of the customer’s credit card in the order confirmation, invoice and other related emails.

Luckily it’s a fairly simple fix – you’ll need to edit one of your template files on your server, which if you’re using the default template will be located at app/design/frontend/default/default/template/payment/info/cc.phtml

You’ll want to remove line 31, which reads:

<?php echo $this->__(’Expiration Date: %s/%s’, $this->htmlEscape($this->getCcExpMonth()), $this->htmlEscape($this->getInfo()->getCcExpYear())) ?>

Many stores will also want to remove the previous line, which includes the last 4 digits of the customer’s credit card number in the emails sent to the customer. That line is:

<?php echo $this->__(’Credit Card Number: xxxx-%s’, $this->htmlEscape($this->getInfo()->getCcLast4())) ?><br />

{ 2 comments }

Magento Fix – Tiny Google Checkout Button in Cart?

March 1, 2009

We’re using a custom theme on this project, so this may be theme-specific, but if you’re using Magento and Google Checkout and the Google Checkout button is incredibly tiny (13px tall specifically), then you have a style in your CSS file that is setting all input types, including the Google Checkout button, to be 13px [...]

Read the full article →

UPS Negotitated Rates and Magento

March 1, 2009

We’re in the process of implementing Magento for another client and throughout the process I’ve been finding information scattered here and there about various pitfalls and problems that may come up when migrating an e-commerce site to Magento. I’m going to start posting them to the blog so that not only can our team find [...]

Read the full article →

osCommerce Import for Magento Does Not Work With Magento 1.2

February 10, 2009

Just a heads-up to anyone who is deploying Magento – if you’re currently using osCommerce, it could be a rocky transition. Varien, the company behind Magento, released a free Magento extension last year to allow you to automatically migrate your data from osCommerce to your new Magento store. Unfortunately, this extension has not been updated [...]

Read the full article →

Amazon Announces Kindle 2 Follow-up to Kindle e-Book Reader

February 10, 2009

I don’t know about you, but I’m very excited about the possibility of electronic books (”ebooks”) and ebook readers. The thought of being able to have access to nearly every book in print via one device the size and shape of a book just amazes me.
Because of this, I’ve been watching and learning more about [...]

Read the full article →

Magento Commerce – Award Winning Free eCommerce Platform

February 9, 2009

If you work with eCommerce websites on a regular basis, or if your company is in the market for a new eCommerce platform, I can’t recommend Magento Commerce enough! It’s a free, open source eCommerce system that was first released as a beta in 2007 and released as a production-ready system in 2008. Magento won [...]

Read the full article →

Updated Company Website

July 7, 2008

We’ve updated our website for Creatuity Corp, with more information about the services we offer. Check it out, and stay tuned as we develop unique new content for the blog, as well!

Read the full article →

Welcome!

July 4, 2008

Welcome to our new blog! More information coming soon, as we finish tweaking the site…

Read the full article →