Magento 1.3 is a version of the Magento eCommerce platform which was released on March 30th 2009.
Questions tagged [magento-1.3]
20 questions
3
votes
3 answers
Magento (CE 1.3) - Filter productCollection where stock quantity is 0
Magento 1.3
I'm trying to filter out of stock items from the productCollection. Using:
->addAttributeToFilter('status',array('neq' => Mage_Catalog_Model_Product_Status::STATUS_DISABLED))
I can filter by status, but in this store , enabled…

BobFlemming
- 2,040
- 11
- 43
- 59
3
votes
3 answers
Magento products not showing in backend after importing Magento 1.3 products to Magento 1.9
I am Upgrading my old Magento 1.3 website to Magento 1.9.
I managed to setup another temp domain and have installed Magento 1.9 and the theme it all works fine,
Now i want to import all the products from Magento 1.3 to my new installation of Magento…
user2689712
3
votes
3 answers
dbModel read resource does not implement Zend_Db_Adapter_Abstract in Magento ver 1.3.2.4
I was created a custom module for my Magento project. This module works in Magento 1.6.X . But while i install this extension in Magento version 1.3.2.4 . Magento throws below error.
dbModel read resource does not implement…

Gowri
- 16,587
- 26
- 100
- 160
2
votes
2 answers
How to get last login date of customer
I would like to get the last login date of my customer (on Magento).
I'm doing this way :
$customer = Mage::getSingleton('customer/session')->getCustomer();
$logCustomer = Mage::getModel('log/customer')->load($customer->getId());
$lastVisited =…

nverhoye
- 31
- 1
- 1
- 2
2
votes
1 answer
.htaccess redirect from directory root to url within that directory
I am trying to make the default page of a Magento store a specific product page instead of the default cms page and need some help.
My Magento install has two stores - store 1 and store 2: (www.mydomain.com/store1 and www.mydomain.com/store2)
I am…

GKRP
- 85
- 2
- 10
1
vote
2 answers
How can i get shipping address for all open magento orders?
I am using ancient Magento 1.3.2.4 and trying to get shipping address for all the orders with processing status, I am using below code but it doesn't give me any shipping id or any address…

Keyur Padalia
- 2,077
- 3
- 28
- 55
1
vote
1 answer
Magento Upgrade 1.3 1.4 Pear Error Invalid Argument foreach
Hello I am trying to upgrade Magento 1.3 to 1.4. using this guide http://astrio.net/blog/magento-upgrade-guide/
I tried the command ./pear upgrade -f magento-core/Mage_All_Latest-stable
I got the error
Notice: Array to string conversion in…

Martin Thompson
- 3,415
- 10
- 38
- 62
1
vote
1 answer
Magento Upgrade 1.3 and INNODB / MYISAM
Trying to upgrade Magento 1.3 to 1.4 ( for now 1.9 later )
Some tables are Innodb and some tables are MYIsam in the current version ( 1.3.24 ) . There are heaps of posts out there explaining differences between them , but I need to know If they…

Martin Thompson
- 3,415
- 10
- 38
- 62
1
vote
1 answer
Magento not Upgrading from 1.3.2.4 to 1.7
I am trying to upgrade Magento 1.3.2.4 to 1.7 using Magento Connect Manager via 'magento-core/Mage_All_Latest' extension key to install. But I found the following error and I don't know how to reslove it.
Error -
Exception caught:
Warning:…

aforankur
- 1,291
- 1
- 15
- 27
1
vote
0 answers
Need to duplicate onepage checkout inside the checkout module
I need to duplicate the onepage checkout function in CE 1.3.3 and want to be able to access it via domain.com/index.php/checkout/onepage-variant in order to be able to customize onepage without disturbing the core onepage checkout files. This is is…

Sam Vaidya
- 11
- 2
1
vote
2 answers
Magento upgrade 1.3.2.1 to 1.7.0.2
So, I'm upgrading a Magento install from 1.3.2.1 to 1.7.0.2. But I get the following error when I try to convert the database to the new format.
a:5:{i:0;s:239:"Error in file:…
user1649331
0
votes
3 answers
Generating product feeds URL in Magento
I would like to know if Magento has any native product feeds generator (I mean in the backend). I need the feeds to be generated in a URL, not physical files, since they will be automatically called every hour. Shopware has a product feeds section,…

G. Weisz
- 37
- 1
- 7
0
votes
1 answer
How i do fetch list of website from magento using python code?
In this question fetch website list from magento using python.In python code i have used xmlrpc,
I have already try this but error was occured my code is write below
result1=api.call('ol_websites.info',[1,])
print result1
How i do this, anyone can…

user6006365
- 90
- 7
0
votes
1 answer
How i can make script(simple .py file) for fetch data from magento using python?
In this only create python file in one method is read, in this method through fetch the data of magento.
How i can do this, anyone can help me ?

user6006365
- 90
- 7
0
votes
2 answers
Magento Upgrading Magento 1.3 to 1.4 Class 'File' not found Cache.php
Upgrading from Magento 1.3 ( using full package -> overwrite ) . I get
Fatal error: Class 'file' not found in /home/www/r2h/mysite.net/public/lib/Zend/Cache.php on line 153
Something to do with the cache I guess..? I have cleared apc and there is…

Martin Thompson
- 3,415
- 10
- 38
- 62