Questions tagged [magento-1.9]
Magento Community version 1.9
21,331 questions
0
votes
0
answers
49
views
ModSecurity: XML parser error: XML: Failed parsing document
I am trying to add a product on Magento ver. 1.9.2.4. using SOAP API:
https://www.domainname.com/index.php/api/v2_soap/
using the following XML:
<soap:Envelope xmlns:xsi="http://www.w3.org/...
0
votes
3
answers
81
views
Migration from Magento 1 to Magento 2 (Need Sample Database of Magento 1)
Need Sample Database of Magento 1 to practice the migration to Magento 2. Can anyone help me to get only the M1 database ?
0
votes
1
answer
187
views
Call to undefined function simplexml_load_string() when running cron
I am getting this error when running cron.php on a Magento 1.9 site that I recently migrated to a new server. Everything was working correctly on the old one, now I get the error below:
Call to ...
0
votes
1
answer
49
views
Magento 1: My Custom Payment Module is not showing on Checkout Page
I am using Magento 1.9.4.5
I am developing a Custom Payment Gateway. Its showing up on Admin Configuration Page. But not showing at all in Multishipping Page and Admin Order Creation Page. I am ...
0
votes
2
answers
69
views
How to add custom Block at Shipping Method Select in Magento 1
I want to add custom block below shipping methods and this custom block should be inside of shipping method form. I think following line of code is helpful for adding this. but no idea how to proceed.
...
0
votes
1
answer
70
views
Magento 1.9 sorting media gallery images with base image on first page
From a product I want to get all the images it has in the gallery and sort them so that the main/base image of the product is first in the list. Firstly, I have a problem because I can't get the main/...
0
votes
1
answer
55
views
How to create a cron job for out of stock
How to create a cron job for out of stock that must daily run and check how many products are out of stock
0
votes
2
answers
53
views
Magento 1.9 Fatal error: Interface 'Zend_Session_SaveHandler_Interface' not found
I migrated from a cpanel hosting to plesk hosting, going thru error by error and resolving them.
Right now facing a bottleneck when trying to login to admin backend it results in error as below.
Fatal ...
1
vote
1
answer
75
views
Removing: Magento 2 Data Migration Tables - The Client Chose OpenMage Instead
Around a year ago, a client considered moving to Magento 2 and at the advice of another developer, they installed the data-migration-tool to prepare for a migration to Magento 2.
However, they ...
0
votes
1
answer
480
views
Import Order from Magento 1 to Magento 2
I need to import orders from m1 to m2 and available orders in m1 are a minimum of 2 lakh on the m1 website. So I thought we were going with SQL and importing orders using SQL.
if anyone has created an ...
0
votes
0
answers
44
views
Magento 1 had a "reviews detail" page - but Magento 2 doesn't?
I'm moving from magento 1 to magento 2 and I have noticed that Magento 2 doens't have a "reviews detail" page?
What I mean is that in Magento 1, you could go to the reviews tab and then I ...
0
votes
1
answer
60
views
Magento 1.9 - Is it save to delete all categories associated with products with 'parent_id' equals 0?
In a custom module in Magento 1.9 I was associating products to categories using the following method:
public function addProductToCategory($productId, $categoryId)
{
$category = Mage::getModel('...
0
votes
1
answer
81
views
Overide cache clean method in custom cache - Magento 1.9
This is more a "Is it possible to do it" instead of "How to do it" type of question.
I have a custom module where I use the Magento 1.9 cache system to store the path of certain ...
0
votes
1
answer
171
views
Google api key in Magento 1.9.4.5
I need to know where to put my Google Map API Key in Magento 1.9.4.5 to prevent wrong inputs in address bar. I think it is straight forward in Mgento 2 but I can not find anywhere in Magento 1.9.4.5! ...
0
votes
1
answer
52
views
Website down by Magento 1.9.0.1
We cannot access the Magento 1.9.0.1 Backend and our website is down with GoDaddy after they did a backup. None of our product links work and so does all the pages say something below:
We tried ...
0
votes
1
answer
57
views
Cannot save customer configuration after making changes instead throws warning
I have only one website and while trying to change customer configuration in system>configuration>customers>customer configuration i get the error "Cannot share customer accounts ...
0
votes
1
answer
77
views
Magento 1 License
Now that Magento 1 has reached end of life, can I take Magento 1 source code and use it as the basis for closed-source software (not an e-commerce, but rebrand it to be an ERP or a CRM), creating my ...
0
votes
0
answers
92
views
Magento 1.9 extremely slow admin login
We are running an old Magento 1.9.0.1 site which we keep as a data reference. It only allows access via our IPs. Our newer Magento sites are 2.4x and run fine.
Our Magento 1.9.0.1 site has recently ...
1
vote
0
answers
24
views
changes in products are not getting saved in magento 1.9 even after cleared cache and Indexed as well
I am not able to make any changes in the product page in my website in magento1.90 and after clicking the save button it is just loading and nothing else
0
votes
1
answer
103
views
Contact form, magento 1.9 - How to change subject?
Does anyone know how to change the email subject when a contact form has been sent? I want to translate it from English "Contact Form" to Swedish "Kontaktformulär". I have tried ...
0
votes
1
answer
55
views
Magento 1: Where can I find the class responsible for creating the customer through the registration form?
I need to add a name check before saving the user (if it contains certain words, then don't create the user). I'm not familiar with Magento 1, so please tell me where to find it.
1
vote
0
answers
160
views
Magento 1.9 / OpenMage: sales_flat_quote / sales/quote model fields "is_changed" and "converted_at"
There are two fields in the sales_flat_quote table which appear to do exactly... nothing.
We are building a quote system for our client that uses Magento 1.9, now moved to OpenMage / Magento 1 LTS and ...
0
votes
2
answers
101
views
Create custom attribute for specifi product
i'm tring to create a custom attribute only for a specific product.
Into apply_to field i have setted a list "configurable, grouped" , a array('configurable', 'grouped') or single type, but ...
0
votes
1
answer
73
views
Magento 1.9 / OpenMage: Adding a static attribute to the customer table and forms that is a physical coumn in the customer_entity table
After reading this thread that is sort of what we need to achieve (and does it with a custom attribute), it's not quite what I need and so I thought it would be good to ask the experts here.
We have a ...
2
votes
1
answer
202
views
Is it possible to get a collection containing the attributes of all entities (customers, products, etc)?
I'm trying to get a collection from the table eav/attribute (where product's attributes are present along with customer's, category's, etc).
I already tried to retrieve it like a normal model ...