Monthly Archives January 2010

Mass update stock levels in Magento – FAST

This isn’t ground-breaking code, but rather just using some core code in a rather stripped out manner. As we’re not big fans of Magento data flow here, we perform most of our stock and catalogue updates using external scripts to … Continue reading

Posted in Magento | Tagged , , , , , , | 86 Comments

FAQs

What is the maximum email attachment size? The maximum attachment size is currently 10MB. What are the name servers to use for theclientarea.info DNS? Please see http://www.sonassi.com/knowledge-base/sonassi-name-server-access/ How can I create a subdomain? Simply create a new folder in the … Continue reading

Posted in Knowledge Base | Leave a comment

Free Magento and WordPress integration …

This offer has now expired. … for our SonassiHosting customers As a gesture of goodwill – for the first 10 customers to drop us an email, we are willing to install our Magento WordPress extension FREE OF CHARGE. We’ll even … Continue reading

Posted in You, me and Sonassi | Leave a comment

Display Attributes on Invoice or Packing Slip in Magento

Add this to Mage/Sales/Model/Order/Pdf/Items/Invoice/Default.php, replace ATTRNAME as appropriate. public function draw() { … $product = Mage::getModel(’catalog/product’)->loadByAttribute(’sku’, $this->getSku($item), array(’ATTRNAME’));   if ($product) { $lines[0][] = array( ‘text’ => Mage::helper(’core/string’)->str_split($product->getData(’ATTRNAME’), 15), ‘feed’ => 305 ); } Then add this to Mage/Sales/Model/Order/Pdf/Invoice.php, replace … Continue reading

Posted in Magento | Tagged , , , , , | 7 Comments

WordPress and Magento integration extension

Try WordPress Deluxe for a fully integrated solution for Magento CE and EE You can now obtain a copy of the Magento WordPress Deluxe Extension. Our store isn’t live yet, so we are taking orders via email at the moment. … Continue reading

Posted in Magento | Tagged , , , , , , , , , , , , , , , , | 259 Comments
Page 1 of 3123