Questions tagged [magento-1.6]
Magento Community version 1.6
274 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
110
views
How to remove fonts.googleapis from magento 1.9?
I have in my theme template file head.phtml, and here is added:
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400,600,italic,700" rel="stylesheet" ...
0
votes
1
answer
16
views
problem redirection on product page when using http protocol
I got a problem in magento 1.6
In production environment, I pass a product url using http, it will be converted to https://domain/catalog/product/view/id/18341/category/451 instead of https://domain/...
1
vote
2
answers
2k
views
disable or remove foreign keys during upgrade
During upgrade from v1.5.1.0 to v1.6.0 it is trying to drop a key but can't because of a foreign key.
relevant lines in update script
$installer->getConnection()->dropIndex(
$installer->...
0
votes
1
answer
3k
views
Google Invisible Captcha "something went wrong" error upon form submission
I have a similar issue to:
Amasty Invisible Captch issue
I have a register form that has an error "something went wrong" upon submission when using Magento Google Invisible Captcha.
There are no ...
1
vote
0
answers
78
views
Litespeed causing page errors
My magento website is one of a multistore on magento 1.6.2 on a shared server. Suddenly today the URLS (SEO friendly) in subcategories stopped resolving. Querying this with the hosting company, they ...
1
vote
0
answers
75
views
Magento 1.6.2.0 PayPal Bug - Billing address request is not enabled for merchant (#11601: Request for billing address failed)
I'm working on a project with Magento 1.6.2.0 and we are experiencing an issue related to PayPal.
It says:
Billing address request is not enabled for merchant (#11601: Request for billing address ...
0
votes
1
answer
27
views
Magento does not install my module
I have a very weird situation where my Magento Module is not getting installed, but its getting registered.
This is my config.xml:
<?xml version="1.0"?>
<config>
<modules>
...
0
votes
1
answer
43
views
Load category, but only with limited data to build a Breadcrumb
Based on the helper catalog there is a function that returns a path for the breadcrumb to be displayed in Magento when viewing a Product.
I want to enhance this method to return the full path of the ...
2
votes
3
answers
266
views
Remove deleted javascript from body
I deleted the file in my ftp but it is still being loaded on every page at the end of the body tag
<script type="text/javascript" id="cookieinfo"
src="/media/js/cookieinfo.min.js">
</...
1
vote
0
answers
196
views
Cannot install SUPEE 10572 patch on Magento CE 1.6.0.0
Already removed SUPEE-10570v1 and install SUPEE-10570v2 but error in below files.
File app/code/core/Mage/Admin/Model/User.php
Hunk #1 FAILED at 127.
File app/code/core/Mage/Customer/controllers/...
1
vote
1
answer
164
views
Shopping Cart Price Rule Not Working in magento 1.6.0
I have a magento store running 1.6.0 and I cannot get a shopping cart price rule to work.
I have set below condition but this condition are not worked. I am not able to how to work below rule
Any ...
10
votes
4
answers
11k
views
Customer password not working after migration from Magento 1 to Magento 2
I have migrated only customers from Magento 1.6.2.0 to Magento 2.2.3 and customers migrated successfully and listed properly in the admin section.
But when I try to login with the Magento 1 password ...
1
vote
1
answer
76
views
After updating only product price through Csv using Sku code, it changes quantity to 0 in magento 1.6.0
We have updated only the price using Magento CSV import functionality, but it automatically changes my product quantity as well.
Below is the CSV file format
Can anyone suggest why this is ...
0
votes
0
answers
905
views
This page isn’t working redirected you too many times error in magento
I am facing below error on site, This error only comes in admin end, In front-end site is working fine. After admin login, this error is coming please tell me how to debug this issue.
`This page isn’...
0
votes
1
answer
81
views
How to get a document containing order details
How do I get a document for a specific order in Magento (1.x) and (2.x) if possible please.
{
"id": 100,
"customer_id": 10,
"date_created": "Wed, 14 Nov 2012 19:26:23 +0000",
"...