Questions tagged [ce-1.7.0.2]

Magento community version 1.7.0.2.

Magento community version 1.7.0.2. Released July 5th 2012. Release notes.

601 questions
4
votes
1 answer

Accessibility in Magento ce-1.7.0.2

Can blind people use the current Magento store out of the box or what modifications are needed? Are there any plugins for this?
PiTheNumber
  • 3,234
  • 10
  • 47
  • 70
4
votes
1 answer

Django authentication against Magento user base

I'm running a Magento store and also have another site that is based on Django that also needs an authentication. Magento is currently authenticated against its own internal user base. Is it possible to have Django authenticate against Magento's…
Karlson
  • 747
  • 2
  • 9
  • 24
4
votes
3 answers

PDO loads fine in Magento but not in external CMS

I am having a problem similar to https://stackoverflow.com/questions/2386575/the-pdo-extension-is-required-for-this-adapter-but-the-extension-is-not-loaded but not the same. The Magento install is running fine but when I try to…
Nate Bunney
  • 341
  • 1
  • 4
  • 12
3
votes
3 answers

Admin error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY'

I'm getting this error and it is keeping me busy all day. I get it when I log in on the admin page. After going back to /admin I get the same error. The magento version is 1.7.x things I have undertaken so far (among the things I still can…
Thomas Coucke
  • 98
  • 1
  • 1
  • 9
1
vote
1 answer

Account registration: let store owner confirm

I'm tweaking a magento store for a wholesale company. Because this is a wholesale company, we only want to allow companies, not privates/individuals, to create a new account. We want to do that by letting the store owner check the VAT number (which…
paddotk
  • 125
  • 5
1
vote
0 answers

Seo benefit of multi store using subdirectories

Instead of using multi store for multiple languages, my thought is to use it for SEO. create multiple stores using sub-directories... i.e. [site].com/uk/ and then using the webmaster tools geotargeting tool accordingly. Any thoughts about how this…
Djabba
  • 85
  • 7
1
vote
0 answers

Geotargeting: Multiple subdirectories for same language

Is it reasonable to create multiple stores i.e. [site].com/uk/ [site].com/scot/ [site].com/ie/ For the purpose of taking advantage of webmaster tools geotargeting features to rank better in those countries? Further - Is it a good idea to create…
Djabba
  • 85
  • 7
1
vote
1 answer

Get Images of a Disabled Product By SKU

I have been working on our site to download the images for specific SKUs. I am fetching the images like following require('../app/Mage.php'); Mage::init(); $sku = $_REQUEST['sku']; $product = Mage::getModel('catalog/product')->loadByAttribute('sku',…
Gogol
  • 127
  • 1
  • 14
1
vote
1 answer

How to change header in Shipping Method of OnePage checkout

The header reads "shipping" I'd like to change the text. Where can I find this?
Djabba
  • 85
  • 7
1
vote
2 answers

Last 5 search terms on my store shows strange malicious looking search strings

The last 5 search terms used on my magento store per my shop dashboard has some malicious looking strings. I was wondering if anyone had any insight on how these could affect my store. Is it possible to run malicious queries or strings through the…
Thomas
  • 11
  • 1
1
vote
1 answer

Is there a way to print shipping forms from Magento?

I need to be able to print shipping forms from Magento. Specifically the USPS Customs and Express Address Labels which I have to use most often. Is there anything that will allow me to do that? NOTE: I am fully aware of the possibility of using an…
Karlson
  • 747
  • 2
  • 9
  • 24
1
vote
0 answers

Error: Invalid method Mage_Customer_Block_Form_Login

i have problem with costumer Account The account login page isn't work .. Any ideas? Error: Invalid method Mage_Customer_Block_Form_Login Invalid method Mage_Customer_Block_Form_Login::quoteEscape(Array ( [0] => Account aanmaken ) ) Trace: 0…
1
vote
2 answers

Installation page randomly shows up in production

Since a couple of days while accessing both the admin interface or the frontend I'm randomly redirected to /index.php/install/ url that asks me to install a new instance of magento. This is very annoying and also a security risk, since everybody…
TopperH
  • 209
  • 1
  • 2
  • 8
1
vote
2 answers

Model override not working

We try to override two functions from the Mage_CatalogInventory_Model_Stock_Item model class but unfortunately nothing happens. Maybe we missed something? #File: app/code/local/Namespace/Module/etc/config.xml
Michael
  • 591
  • 3
  • 8
  • 22
0
votes
1 answer

Minimum count of products per order

I need to force one customer group to buy a minimum of 10 products per order (they get free shipping). Looks to me like this is not possible with normal settings. Where would I hook in to make this happen? Would it be easier to use a minimum price…
PiTheNumber
  • 3,234
  • 10
  • 47
  • 70
1
2 3