Provide another level of security with Beanstream Tokenization
Wednesday, October 19, 2011 3:09:13 PM America/Los_Angeles
Our Extensions Page on Magento Connect
Friday, October 14, 2011 4:06:19 PM America/Los_Angeles
New Chase Paymentech Payment extension for Magento!
Friday, October 14, 2011 3:27:37 PM America/Los_Angeles
Beanstream Interac Update for Mage CE 1.4.x
Saturday, August 21, 2010 8:34:03 AM America/Los_Angeles
Magento Beanstream Interac module updated for CE 1.4.x
Invalid model for shipping method
Thursday, March 18, 2010 8:02:39 AM America/Los_Angeles
You ever get this error?
Invalid model for shipping method - and your baffled?
Simplest solution is to reinstall the shipping module you uninstalled and just disable it
#0
Magento Shipment Export - Canada Post
Tuesday, December 29, 2009 2:42:48 PM America/Los_Angeles
Module to export Shipments to Canada post has been updated.
It now works with Canada Post EST Desktop 2.0
It exports line type 5 for Canadian orders as well as Line types 6 & 7 for USA / foreign orders.
It will cover all requirements for harm code insertion also if you have your catalog configured accordingly.
http://www.collinsharper.com/magento-canada-post-vcd-export-module.html
Magento Inline Translation Function
Friday, December 18, 2009 12:22:14 PM America/Los_Angeles
Just a quick note.
if you are working with a multi language site and need to do some translation that was missed / skipped in a module.
You might not have to deal with ftp / editors and such. Try the following.
as long as they are outputting the text properly ($this->__('translatable text goes here'))
you can go into your magento admin
click System
Click Configuration
Click Development in the left menu
Expand Translate Inline, then enable it
Save your changes
Now click System
Configuration
Cache Management
De Select the cache for Translations and save your changes.
Now you
Read MoreFixing Magento Errors
Saturday, December 5, 2009 8:35:17 AM America/Los_Angeles
One of the best kept secrets that techs love; when your computer is dong something it shouldn't; reboot it.
So what do we do when Magento is not responding or playing nice?
- Magento Blank Screen
- Admin redirecting to dashboard
- Magento Report Error
- Memory limit issue
Other
Read MoreEcommerce, Security, Cheap SSL, Godaddy, 2048 bit what?!?
Saturday, December 5, 2009 8:01:17 AM America/Los_Angeles
(* for all you impatient people, here it is 2048 bit Private Key / CSR Generation )
We run some management system for all our clients / domains.
It's pretty easy to use when it comes to management
Read MoreReset test data on magento store
Saturday, November 7, 2009 5:01:47 PM America/Los_Angeles
Heres a quick query to purge all test data except customers.
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE `catalogsearch_query`;
ALTER TABLE `catalogsearch_query` AUTO_INCREMENT=1;
TRUNCATE `sales_order`;
TRUNCATE `sales_order_datetime`;
TRUNCATE `sales_order_decimal`;
TRUNCATE `sales_order_entity`;
TRUNCATE `sales_order_entity_datetime`;
TRUNCATE `sales_order_entity_decimal`;
TRUNCATE `sales_order_entity_int`;
TRUNCATE `sales_order_entity_text`;
TRUNCATE `sales_order_entity_varchar`;
TRUNCATE `sales_order_int`;
TRUNCATE `sales_order_text`;
TRUNCATE `sales_order_varchar`;
TRUNCATE
Read MoreMagento Layered Navigation Fix
Thursday, October 29, 2009 12:09:47 AM America/Los_Angeles
Just a short note for now. We were having issues on a site with 19 stores 500 products and way too many attributes.
Layered navigation would not finish / update properly.
We tested the script by
Read More
Magento Email Spam and a fix
Tuesday, October 27, 2009 8:14:30 AM America/Los_Angeles
It is really frustrating when your email comes through as spam
Spam detection software, running on the system <<yourserver.name.here>>, has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Dear valued customer, Your order # 100000009 has been Canceled.
You can check the status of your order by logging into your account.
[...]
Content
Magento Documentation Doxygen
Friday, October 23, 2009 4:27:51 PM America/Los_Angeles
Ran Doxygen on an older version of the magento tree.
http://collinsharper.com/magento_documentation/
Somewhat helpful, need to run it again with a new version and turn down some of the settings I am thinking.



© 2011 Collins Harper. All Rights Reserved.