I have a strange problem with my Magento 1.6.2 shop.
We have several payment options in use.
The usual SagePay and PayPal options are working fine, and exactly as expected.
The Cheque and Bank Transfer payment options are not, and it is causing…
Our webshop has been working fine for a while, today this error shows up on frontend:
There has been an error processing your request
Invalid backend model specified: ultramegamenu/category_attribute_backend_grid_columns
and this shows up in…
Magento has been really slow and unresponsive lately for me.
Sometimes restarting the server solves it, but the problem reoccurs after a few good minutes.
Here's what I found in error.log (apache2).
A lot of those fatal errors:
PHP Fatal error: …
I am currently working a project where I am setting up a new webshop, I am still relatively new but have had success in the past, this time, after transferring all files to the new FTP server and having the backend in good conditions for transfer,…
I am currently transfering a magento site to a new server, and I am coming across this which i would like to remove:
Domain.com/gb/
the GB, i have located it in the manage store view, and have tried to disable it but when I do this the website will…
I am creating shipping module. Here I am trying to add input box from block, Which I have created here
app/code/local/Namespace/module/Block/System/Config/Form/Field/Fieldtype.php
class Namespace_Module_Block_System_Config_Form_Field_Fieldtype…
I am trying to reindex product flat data(about 85K products) with the following command and I am doing it at night when nobody is using the website and nothing else is going on the server.
nohup php -f indexer.php -- -reindex catalog_product_flat…
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 failed).
A possible solution for this matter can…
When you are in admin in Magento and you go to Catalog > Manage Products there is the list of products on the store. A product that has say 6 options using attribute will display 7 of the same product in the Manage Products listing (1 will have…
I'm working on a custom module that relies upon some properties from Admin user model. I used the method hashPassword() in my custom model replicated from core customer model, and in there, there is a call for constant…
Does Magento take Tier pricing into account in layered navigation? I am not able to filter products properly with tier pricing. That means price range selection is not working in layered navigation. I have searched a lot but am not able to get to…