Questions tagged [ee-1.11]
Magento Enterprise Edition 1.11
22 questions
1 vote
0 answers
256 views
Magento admin logs out when upload an image via CMS WYSIWYG editor?
After installing Magento patch SUPEE-8788 there's an issue in CMS page WYSIWYG editor. When I try to upload an image via WYSIWYG editor, it automatically logs out from the admin panel. My Magento ...
1 vote
1 answer
80 views
Magento EE 1.11 doesn't show Auto Generated Specific Coupon Codes section?
On the Admin menu, select System > Configuration. Then in the panel on the left under Customers, select Promotions. But I can't see any Auto Generated Specific Coupon Codes section there as described ...
1 vote
1 answer
549 views
CMS Page Breadcrumbs Cache Issue
I am having an issue with breadcrumbs on Magento EE 1.11.2.0 The problem is: when multiple pages are being processed by FPC the CMS page picks up breadcrumb title from another page. e.g. if http://...
1 vote
1 answer
1k views
Make fieldset half the witdth in admin
How can I make a fieldset to be half of the width? I want to show two fieldsets in a row in a particular page that I created in Magento's admin. My code looks like this for now: $fieldset_brand = $...
1 vote
1 answer
717 views
Programatically add simple to configurable products
I have configurable products that have simple products and they are configurable by two attributes - posters with size and frame. I am adding new products that represent new frames and sizes which are ...
0 votes
1 answer
163 views
All products are sold out while Stock Status index is processing
Is this behaviour normal? All the products are appearing as beeing sold out, and when I checked in Index Managemenet Stock Status shows as 'processing'. This didn't happened before.
1 vote
2 answers
5k views
What is the purpose of the transaction failed email?
I am just looking for some clarification on the purpose of the transaction failed email. Are these supposed to be setup to email the customer that their transaction didn't go through after they have ...
1 vote
1 answer
213 views
Product Alerts - Show Customers and Products
We are just trying to run a little script that returns the customers that are signed up for price alerts and what products they are watching I tried this code require_once('app/Mage.php'); $...
4 votes
1 answer
977 views
List Least Sold Products
My Boss has asked my to provide a list of all products that have not sold in the last 3 months listed in order of most stock I have hunted for some code I can hack already but found very little, I am ...
1 vote
1 answer
2k views
Magento 1.11.0 returning empty set for custom model getCollection()->getData()?
Our extension uses a custom model for some data that we need to use. For CE Magento installs, (a la 1.6-1.8) this works fine, but in our client's 1.11 install this returns an empty set: $mapping = ...
1 vote
2 answers
609 views
Why is the updated_at field handled differently than other fields when removing from archive?
When trying to move an order from archive back to the sales I get the following error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual ...
3 votes
1 answer
3k views
Magento EE order Archive
Can anyone please mention how the Magento EE's order archiving feature works. Does it require the default magento CRON enabled(Currently we run it disabled). And how do we know that orders are ...
2 votes
1 answer
144 views
sales_order_payment_transaction_save_commit_after Event
We have an observer listening to the sales_order_payment_transaction_save_commit_after event. However, the event doesn't always fire on checkout when using Sage Pay Pro (it works fine for PayPal and ...
4 votes
2 answers
6k views
How to hole punch a child block added inside catalog/product/list block
Scenario: I have category landing page, in which another vendor has customized to add "Purchased" text instead of "Add to cart" in case the user has purchased it, hence this will be different for ...
2 votes
1 answer
5k views
Disabling the Magento Core Module CatalogInventory
Scenario: We have a store that sells virtual products that basically never go out of stock. While we profiled the queries running on the category landing page we found that there a number of queries ...