Skip to main content

Questions tagged [magento-1.9]

Magento Community version 1.9

Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

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/...
Sohaib Qadri's user avatar
0 votes
3 answers
81 views

Need Sample Database of Magento 1 to practice the migration to Magento 2. Can anyone help me to get only the M1 database ?
Jaisa's user avatar
  • 2,640
0 votes
1 answer
187 views

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 ...
swiss_blade's user avatar
0 votes
1 answer
49 views

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 ...
Tareq's user avatar
  • 113
0 votes
2 answers
69 views

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. ...
Tareq's user avatar
  • 113
0 votes
1 answer
70 views

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/...
Franci Melink's user avatar
0 votes
1 answer
55 views

How to create a cron job for out of stock that must daily run and check how many products are out of stock
Alan Biju's user avatar
0 votes
2 answers
53 views

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 ...
joell's user avatar
  • 1
1 vote
1 answer
75 views

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 ...
HenryHayes's user avatar
0 votes
1 answer
480 views

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 ...
Viral Patel's user avatar
  • 1,100
0 votes
0 answers
44 views

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 ...
loginid's user avatar
  • 394
0 votes
1 answer
60 views

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('...
Matheus Delazeri's user avatar
0 votes
1 answer
81 views

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 ...
Matheus Delazeri's user avatar
0 votes
1 answer
171 views

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! ...
Shirinhk's user avatar
0 votes
1 answer
52 views

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 ...
Blue Panda's user avatar
0 votes
1 answer
57 views

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 ...
Rejith's user avatar
  • 379
0 votes
1 answer
77 views

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 ...
Sundar's user avatar
  • 3
0 votes
0 answers
92 views

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 ...
Chris Oliver's user avatar
1 vote
0 answers
24 views

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
Vipul Agrawal's user avatar
0 votes
1 answer
103 views

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 ...
Ronnie79's user avatar
0 votes
1 answer
55 views

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.
NewNoName's user avatar
1 vote
0 answers
160 views

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 ...
HenryHayes's user avatar
0 votes
2 answers
101 views

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 ...
user3665773's user avatar
0 votes
1 answer
73 views

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 ...
HenryHayes's user avatar
2 votes
1 answer
202 views

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 ...
Matheus Delazeri's user avatar

1
2 3 4 5
427