The non-free version of Magento that adds additional features and functionality on top of the Community Edition.

learn more… | top users | synonyms

0
votes
1answer
16 views

solr cannot index attribute/sku in integer

I'm using magento enterprise 1.12, and I found that solr doesnt index and unable to search for some conditons: (1) cannot search sku which is in all numbers if the sku is in all numbers (where i ...
1
vote
1answer
102 views

Clear All URL Rewrites - Enterprise

After several messed up imports, I've been left with a load of URL rewrites that I need to remove. I'm running Enterprise 1.13 When I've had this problem in community, I've simply truncated ...
0
votes
2answers
97 views

Magento shows 404 error page on a product on one PC

This is a weird problem. We have an item on the test server showing a 404 error page when you put in the URL key after the root URL (eg. www.mystore.com/url_key), however on our local machines they ...
2
votes
1answer
211 views

How to show star rating on the category listing page?

I am working on the mobile site and I need to show the product star rating under each product. The helper calls the template summary_short.phtml which has section to show the star rating but for ...
2
votes
1answer
82 views

Removing the “minimum purchase” notice

I'm trying to remove the notice in the cart about how the customer must have a subtotal of say $20 in their cart however I still want the restriction there for when the customer tries to go into the ...
4
votes
1answer
211 views

Why is the full page cache disabling block cache?

I have a static part which is included on every page (navigation), but takes long to generate. That is why I have set a cache lifetime and a static cache key. Works fine, until FPC is enabled. Then ...
0
votes
1answer
45 views

What type of concerns should I have when considering the full page cache in module development?

I'm creating a module with blocks that will be displayed on the category page in Enterprise 1.12. I'm trying to wrap my head around the full page cache and what needs to be done to implement my ...
6
votes
1answer
47 views

Theme level placeholder xml

I am developing a custom theme for Magento on top of Enterprise and we're trying to use full page cache. We recently discovered that we need some custom placeholders (aka hole punches) in our theme so ...