Questions tagged [magento]

Magento is an Ecommerce platform written in PHP. It uses a configuration-based MVC system and heavily leverages Java style OOP patterns in the business logic, UI, and layout rendering application layers.

144 questions
17
votes
4 answers

How to check all installed in Magento extensions?

Where can I check all the installed Magento extensions in the admin panel?
trrrrrrm
  • 273
  • 1
  • 2
  • 5
12
votes
10 answers

Which shopping cart / ecommerce platform to choose?

Possible Duplicate: Which Ecommerce Script Should I Use? I need to build an ecommerce website within a tight budget and schedule. Of course, I have never done that before, so I have googled out what my solutions are and I have concluded that the…
fabien7474
  • 221
  • 2
  • 4
6
votes
2 answers

Multi Language website with subfolders, what to do with root domain?

I am setting a Magento multilanguage website with subfolder as suggested by many SEO and Google guideline. For example: example.com/it (Italian default) example.com/en (English) example.com/fr (French) example.com/de (German) example.com (what…
6
votes
1 answer

robots.txt blocking specific files also block unnecessary URLs

I am using Magento for one of my site. In Magento there is a file mage (no extension file name is mage only) to block this file I write robots.txt as # Files User-agent: * Disallow: /mage But this also block URLs start with mage like…
Sandesh
  • 301
  • 1
  • 3
  • 11
6
votes
6 answers

How can I get a list of all indexed pages for my domain?

We're in the process of migrating an outdated e-commerce cart to Magento. Part of this process will entail configuring proper 301 redirects. I'm aiming to get a list of all indexed pages to throw our solution against and resolve as many potential…
6
votes
1 answer

Applying domain name to a directory

I have a Linode instance of Ubuntu 10.4 using the LAMP stack to host an instance of Magento and a couple other things. I currently have Magento set up at: http://123.459.780.123/magento. When I apply my domain using the Linode tools, I can apply it…
Ryan Hayes
  • 417
  • 1
  • 6
  • 11
5
votes
3 answers

Hourly deal extension Magento 1.5

I want to implement hourly basis product deal on my website using Magento 1.5, administrator has to handle on deal date, time and time duration for that particular product deal. Can you please suggest me if its there any extension available or…
korasathish
4
votes
2 answers

Unable to export Magento database using Xampp PhpMyAdmin due to too many input fields that exceed PHP max_input_vars

While exporting Magento database from xampp (using PhpMyAdmin).I am getting error .sql file. and also getting a warning message during export start. Warning: a form on this page has more than 1000 fields. On submission, some of the fields might be…
Abdul Aziz
  • 143
  • 3
4
votes
3 answers

Is there a Magento extension for combining/compressing javascript and css?

I thought Magento came with this feature out of the box but it doesn't appear to be working at all. I'm not sure if I haven't set it up properly, but right now I'm resorting to using cat and altering the page.xml layout file to use the combined…
user2821
4
votes
2 answers

Google Webmaster Tools reports fake 404 errors

I have a website where Google Webmaster Tools reports 15,000 links as 404 errors. However, all links return a 200 when I visit them. The problem is, that eventhough I can visit these pages and return a 200, all those 15,000 pages won't index in…
4
votes
1 answer

Temporarily disable magento extensions from the back end

Is it possible to disable a Magento extension from the backend without uninstalling it or disabling it via the code?
byronyasgur
  • 470
  • 8
  • 18
4
votes
2 answers

Can you host Magento on Heroku?

I have Magento running on Heroku but the DB is on Dreamhost (because Heroku doesn't host mySQL). I get a Database connection error from Magento whenever I try to connect. Anyone ever done this?
EricFromChina
  • 41
  • 1
  • 3
4
votes
2 answers

Magento not responding to payment gateway notifications fast enough or at all?

Some of our customers are getting to the confirmation of payment step in purchasing from our Magento store, and then they are getting a timeout error, where the SagePay payment gateway is trying to contact our server to tell it that a payment was…
robgt
  • 211
  • 1
  • 4
4
votes
1 answer

How to get Magento to update order status when PayPal returns IPN message?

When someone checks out in Magento with PayPal, and PayPal flags their payment for review, Magento correctly sets the order status to "Payment Review". However, if after a day or two PayPal decides the order is OK, it sends an IPN message to Magento…
Nick
4
votes
1 answer

Previews for audio e-commerce site

Is there a way to do previews for audio files in the base, Magento Community Edition? I see the place to put the "sample" files under "Downloadable information" section on my product. I attached an .MP3 as the sample, in this case, and it won't…
jefflunt
  • 396
  • 1
  • 9
1
2 3
9 10