Fix Invalid Category error in Magento.
Jan 21st
This is a trick error with very little information floating around on it. There are various reasons why it happens but essentially something has caused your default store view to forget what the default category is.
magento may throw up a
Mage::throwException(’Invalid categor…’)
error in the diagnostic info.
The fix is easy. Log into admin which will still be working and under configure select manage shops and click on your shop name. Your root category will be empty .. simply select the correct root category.
Fix missing Recent Posts in Arthemia Wordpress theme
Jan 20th
Not sure why there are so few posts to fix this as Arthemia is a very popular, clean, magazine style, FREE Wordpress theme. You can get more details on the theme and download it from the homepage. Of course, if your blog is hosted with Dx3webs just shout and we will install the theme for you.
This is the new version of Arthemia Free. I’ve done some changes in the post list in the front page, solve some CSS problem, added the thumbnail feature for post list in front page, archive, and search page, modify the comment list style, and added the WP-PageNavi plugin support. Pages and sub-pages in the top navigation bar are now shown automatically.
Dx3webs at Mage Benchmark the Magento hosting benchmark.
Jan 17th
Our entry level e-commerce solution using the amazing Magento e-commerce package is currently in 4th place on the Magento benchmark site. At Dx3webs we have configured our hosting environment to ensure that your business is running at optimal speed so all you have to do is to provide the products. Read the rest of this entry »
Change Payment method titles in magento
Jan 1st
You can call payment methods what ever you like just by changing the title in the Payment method admin section…
Remove side_logo_promo.gif from header in modern theme for Magento
Jan 1st
in
/app/design/frontend/default/modern/template/page/html/header.phtml
comment out
<!– <img src=”<?php echo $this->getSkinUrl(‘images/side_logo_promo.gif’) ?>” alt=”” class=”side-logo-promo”/> –>
Correct Paypal errors in Magento.. double grand total, customer paid double, complete rather than processing.
Dec 31st
For reasons known only to Varien the last 2 versions of Magento have contained serious Paypal bugs which can either create inaccurate accounting errors (seen only by the admin not the customer) or defaults to Order Complete instead of Processing Order.
The following will fix these errors
