You have no items in your shopping cart.

Provide another level of security with Beanstream Tokenization

Wednesday, October 19, 2011 3:09:13 PM America/Los_Angeles

Want to keep your customers on site without the risks associated with storing credit card data? The Beanstream Tokenization payment module is the solution! Read More
0 Comments | Posted in News By Karla Lemus

Our Extensions Page on Magento Connect

Friday, October 14, 2011 4:06:19 PM America/Los_Angeles

Look out for our extensions page on the Magento Commerce website! You can find us on Magento Connect here. Read More
0 Comments | Posted in News By Karla Lemus

New Chase Paymentech Payment extension for Magento!

Friday, October 14, 2011 3:27:37 PM America/Los_Angeles

We are happy to announce that CollinsHarper has released a new Chase Paymentech Payment extension for Magento. Chase Paymentech is a leading credit card processor providing fast, secure and innovative payment options for companies of every size all over the world. Read More
0 Comments | Posted in News By Karla Lemus

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

2 Comments | Posted in News Updates By Sean Collins

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


Read More
1 Comments | Posted in News By Sean Collins

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

 

0 Comments | Posted in News By Sean Collins

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 More
0 Comments | Posted in News By Sean Collins

Fixing 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
Hopefully this is your Magento Development system and not your live site. 
To begin with most php errors are easier to troubleshoot with the following in your .htaccess file
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

Other

Read More
0 Comments | Posted in News By Shane Harper

Ecommerce, 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 More
0 Comments | Posted in News By Shane Harper

Reset 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 More
3 Comments | Posted in News By Sean Collins

Magento 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

0 Comments | Posted in News By Shane Harper

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









Read More
0 Comments | Posted in News By Shane Harper

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.

 

 

 

0 Comments | Posted in News By Shane Harper