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…
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…
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…
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…
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…
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…
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',…
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…
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…
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…
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…
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
…
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…