Collins Harper Website Consulting

Skip to Main Content »

Search Site
Welcome to Collins Harper

You're currently on:

 

Magento Beanstream Credit Card Payment Module

Thursday, June 17, 2010 7:38:32 AM PDT


Updates to the Magento Beanstream Credit Card Payment Module for the 1.4 series of Mangento have been released.

http://www.collinsharper.com/magento-beanstream-credit-card-payment-module.html

 

0 Comments | Posted in Updates By Sean Collins

Invalid model for shipping method

Thursday, March 18, 2010 8:02:39 AM PDT

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 PST

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 PST

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 PST

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 PST

(* 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

Magento Product Feed Generator

Tuesday, November 17, 2009 11:36:19 AM PST

Module to generate product feeds for magento.

read more on the product page

http://www.collinsharper.com/index.php/website-modules/magento-modules/magento-product-feed-generator.html

0 Comments | Posted in Updates By Shane Harper

Reset test data on magento store

Saturday, November 7, 2009 5:01:47 PM PST

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 PDT

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 PDT

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

NEW! Magento Admin sales source tracking module

Monday, October 26, 2009 9:47:12 AM PDT

A new opensource module to track agent sales for reporting on Magento sales agent commissions etc. 

check it out http://www.collinsharper.com/index.php/website-modules/magento-modules/magento-sales-admin-user-record.html

0 Comments | Posted in Updates By Shane Harper

Magento Beanstream CC Module Updated

Friday, October 23, 2009 6:13:04 PM PDT

Updated Beanstream Credit Card module to show receipt information to the customer as per requirements.

Read More
0 Comments | Posted in Updates By Shane Harper

Magento Documentation Doxygen

Friday, October 23, 2009 4:27:51 PM PDT

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

Magento Beanstream Interac Module updated

Monday, October 19, 2009 9:10:52 AM PDT

Bug fikxes and namespace change to the Magento Beanstream interac Payment module. 

Installing the new version will require removing the previous version completely.

0 Comments | Posted in Updates By Sean Collins