Questions tagged [magento-enterprise]

This should be used to denote questions pertaining specifically to sites running on the Magento Enterprise Edition platform. They need not be EE specific features.

Magento Enterprise Edition is the complete eCommerce solution for businesses that are ready to take full advantage of their online channel. This solution combines an unrivaled feature set with world-class support and virtually infinite flexibility, at a fraction of the price charged by competitive platforms. It is very useful on a large scale of eCommerce business

An overview can be found here: https://magento.com/products/enterprise-edition

1303 questions
16
votes
2 answers

How do I buy an Enterprise license?

I've posted on a couple of places on the magento site and I've left two messages on the voicemail for the 877 number. I have money available, I just can't figure out how to spend it. Sorry for such a dopey question, but I just can't find anybody at…
user2449001
  • 161
  • 4
7
votes
2 answers

Is the Magento platform HIPAA compliant?

Is the Magento platform HIPAA compliant? We want to use it for a healthcare eCommerce platform.
user22876
  • 71
  • 2
6
votes
2 answers

How to Make an Extension Compatible with Store View Specific ACLs

In Magento Enterprise there is the module Enterprise_AdminGws which limits editing rights to specific store views. How generally is this implemented? i.e. if I create an extension that implements its own data model with data that is stored on store…
Alex
  • 13,817
  • 19
  • 82
  • 163
5
votes
1 answer

Enterprise_MView in Magento 1.13

Could anyone give a quick overview of the new Enterprise_MView in Magento EE 1.13?
user3319
  • 51
  • 1
5
votes
3 answers

Magento Enterprise. What happens if you can't afford it anymore?

I know this isn't a code-base question, is more like a legal advice. One of my clients paid for Magento Enterprise last year but can't afford it now. Do you know what happens if you don't renew the license? Can they interrupt your website or can you…
Maria
  • 177
  • 1
  • 9
5
votes
3 answers

Error stack trace always finishes on 'Class 'Mage' Not found'

I'm having an issue when debugging Magento errors. All stack traces related to errors finish with a 'Class 'Mage' not found' and it doesn't provide any other information. PHP Fatal error: Class 'Mage' not found in…
PauGNU
  • 712
  • 7
  • 18
4
votes
3 answers

Is there a way to perform a test payment on a live site?

Does anyone have any methods to perform a test transaction on their live production sites, without it charging the user or sending the order to the warehouse? Other platforms seem to have a method to do this.
UKDataGeek
  • 208
  • 2
  • 6
4
votes
1 answer

When is an address saved to the customer during checkout?

During onepage checkout, a customer has the option to enter a new shipping address and save this address to their profile. This functionality is broken (probably due to custom code) and I'm attempting to debug it. In…
Ryre
  • 1,147
  • 1
  • 16
  • 32
4
votes
1 answer

How can I add a JavaScript tag attribute in Magento?

I'm trying to add CloudFlare's RocketLoader JS attribute tag data-cfasync='true' to some of my files manually. I've learned how to load js files through layout.xml, but I'm not sure how to add the attribute through the XML. What I have now:
James
  • 43
  • 2
3
votes
3 answers

Magento create a custom module

I would like to create a custom module. I have taken the following setps my code are below. app\code\local\Amzad\OrderComment\etc\config.xml Amzad_OrderComment_Model
m82amjad
  • 313
  • 4
  • 10
3
votes
2 answers

Does Magento slow down after 5,000 SKU's are added?

Thanks for reading my question. Our company is currently in negotiations with Magento to choose our licensing contract and a solutions partner. This past week our VP of IT was traveling and meet someone who uses Magento and he said it's a great…
Jerry
  • 31
  • 2
3
votes
1 answer

Add an AND condition inside an OR condition

I have a collection that I have to filter according to multiple strings in one field. The trick is that one of the possible values in that field needs to be picked only if another field's value meets a certain condition. For example:…
2
votes
1 answer

How much risk to hacker is there from file generated by sacommands.sh in magento

Whenever you get any error in Enterprise Magento site, Magento dev team ask you to run sh sacommands.sh from root privilege and this generates something like text.txt or sa_outputs.txt file. Should I delete it after I submit this file to magento…
Adarsh Khatri
  • 8,360
  • 2
  • 25
  • 58
2
votes
0 answers

Magento EE refund reward points based on order ID

I am looking for code/tutorial on how to pragmatically take an order id and get the # of points used on the order and then refund that back to the user. I thought if I would just pragmatically change the status of an order Magento would give any…
Jayreis
  • 705
  • 2
  • 27
  • 73
2
votes
1 answer

Add custom attribute set to customer

I want to create new a new attribute group for customer and then I want to add new attributes for that group. Can any one help me. I am able to add custom attributes for customers, customer address. But I want to add my new group custom group…
user31071
  • 91
  • 7
1
2 3 4 5 6 7