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
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
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
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 MoreOne 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?
Other
Read More(* 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 MoreHeres 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 MoreJust 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
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
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.
You have no items in your shopping cart.