Newest Questions
113,336 questions
10
votes
1
answer
786
views
Holepunching of header in magento store
I have implemented hole-punching of header in Magento, and even though I have got it working on a per-customer basis, I need the ability to take this one level deeper by making it work on diff cart ...
13
votes
5
answers
675
views
How to make a module layout to be shown on all themes
Here is the situation: I have several self made modules, all tested and working using the default theme. Then we bought and installed a new theme. Switched to the new theme and the modules are not ...
5
votes
3
answers
8k
views
Apply price rule to variants of a configurable product?
Our apparel store is built with configurable products. We'd like to create a Catalog Price Rule that targets only specific variants of a configurable product. For example, all 'Guys' shirts.
It doesn'...
10
votes
1
answer
4k
views
Adding layered navigation block to custom page
In Magento, the Layered Navigation block works nicely in the product list page.
How can this block be successfully copied to a custom page, where there is a custom list of products?
Note: Just ...
19
votes
6
answers
13k
views
Speeding up cart to checkout and checkout save actions
I'm running several Magento CE shops and speed them up with caching, however the cart and checkout still remain slow. Does anyone have experience or tips in speeding up these pages?
Perhaps through ...
43
votes
5
answers
2k
views
What do I do when an extension overwrites a class globally and I want to use the original?
We're using an extension which globally overwrites the Mage_Catalog_Block_Product_List_Toolbar block.
<global>
<blocks>
<catalog>
<rewrite>
...
17
votes
2
answers
3k
views
Magento Voiding orders via backend
We use UsaEPay payment system for our site (But I think this problem/question persists for other payment methods as well).
The way the system works is, that the "Authorize and Capture" batches the ...
18
votes
5
answers
7k
views
Magento Displaying appropriate localisation based on Location
I'd like to configure the Magento site to be able to recognize the default language and location of the user and display the site in that language and with appropriate localization.
For example:
A ...
19
votes
3
answers
2k
views
Magento Adding a new Language?
I've looked at several pages regarding adding another language support to the Magento cart, however, there seems to be something missing.
The usual is to download translation through the admin ...
26
votes
2
answers
12k
views
Magento Authorize.net - Authorize and Capture vs. Authorize Only
When setting up a new Magento configuration, in the payments section I am given a couple different options for Payment Action under Authorize.net. Specifically Authoize and Capture and Authorize Only.
...
7
votes
1
answer
6k
views
How do I sort Magento products in a specific category according to my order
I want to sort Magento products on a list page for a specific category according to my given order. Can I have a text field in each product and give any number and my products in that specific ...