Questions tagged [magento-1.13]

Magento Enterprise Edition 1.13 release.

The focus of the Magento Enterprise Edition 1.13 release is performance and scalability. The benchmarking results demonstrate that has addressed the following concerns:

  • The eCommerce landscape is changing, and merchants must provide customers with an online shopping experience that meets their performance expectations.

  • As merchants grow their businesses and increasingly larger enterprise merchants are adopting Magento, Magento Enterprise Edition must scale to handle increased traffic volume and larger catalogs.

41 questions
1
vote
2 answers

How to correctly backup Magento database using PHP

The problem is when I use something like that to make a dump: shell_exec("mysqldump -uuser {$backup_db} > {$sql_name}"); and then use this code when install store: shell_exec("mysql -u user -ppass -h localhost {$dbName} < {$storeName}.sql"); it…
Stas Leo
  • 13
  • 4
0
votes
0 answers

Displaying Specific Category at Checkout

I am trying to display a custom category on my onepage checkout (info.phtml) in Magento 1. From the Admin-> Categories-> Manage Categories, I have created the category with the id '349'. I want this category to display ONLY if it is "active". If…
0
votes
1 answer

Magento 1 error 404 in admin

in my Magento 1 Module i make an Menüentry 'Script Queue'. In my adminhtml.xml i write this:
Kerstel
  • 1
  • 1
0
votes
1 answer

Magento 1 own Database Table

i try for my Magento 1 Module to create an own Database table. I see my install entry in the core_resource table, but my table is not created. This is my config.xml:
Kerstel
  • 1
  • 1
0
votes
1 answer

Magento 1.13.1.0 "customer_entity" table add "last login date time"?

Magento Admin created new column in customer_entity table named "login_at" to store last login date time. Column is created but not able to insert data into that column on Login? Any help would be highly appreciated. I know there is "log/customer'…
user1783209
  • 277
  • 2
  • 10
0
votes
1 answer

Magento Enterprise Slow Solr Search Perfomance

We've 2300 products in our magento store. We implemented magento enterprise default solr search, search is working fine but it is too slow. We purchased x medium aws instance for solr. I am not sure which parameters are making search too slow.
RD Mage
  • 103
  • 3
  • 16
0
votes
0 answers

Magento exception 'Mage_Core_Exception' with message 'Invalid block type

I am trying the extend the enterprise's block of GoogleAnalyticsUniversal module. All went fine. I have also added my custom template through layout file as below.
Pavan Kumar
  • 1,735
  • 2
  • 28
  • 47
0
votes
1 answer

blank page when trying to access Magento collection

I have a custom block for my customer/dashboard page, and while everything works, I cannot use the following: public function getOrders(){ $collection = Mage::getResourceModel('sales/order_collection') ->addFieldToSelect('*') …
Adam
  • 8,849
  • 16
  • 67
  • 131
0
votes
1 answer

Magento Product Price re-index hangs on DELETE query

The price reindexing for my Magento Enterprise 1.13 installation is not finishing any more when I run it from SSH. All other indexes seem fine. The longest I have left it to run is 4 days. Server Specs: 6 cores 15GB RAM 200GB HDD CentOS 6 I…
ncheese
  • 31
  • 1
  • 7
0
votes
0 answers

Unable to merge staging website data to main website Magento 1.13.02

I'm using a magento 1.13.02 version and there is a feature called staging website in it. In which we can create some products in staging website and test them if we feel satisfy than we can merge them to main website. When I try to merge the sites I…
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
0
votes
0 answers

Google Tag Manager + Magento EE 1.13.1 + Custom HTML Tag

Should be simple! I'm just trying to insert the orderId and transactiontotal dataLayer variables into my commission junction tracking tag, but can't seem to get it to populate the variables in GTM debug mode. DataLayer variables are working, so I…
0
votes
1 answer

Unable to print error message in foreach in magento admin

Hi i have added a new mas action in the sales order grid which allow create batch invoices. For this my controler file is
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
0
votes
1 answer

How to edit main page content Magento Enterprise

Magento ver. 1.13 I'm trying to edit the code and layout of an existing Magento website. From asking a question yesterday i had learned that when first landing on the website you are directed to the page tagged with the "home" URL key and you can…
Grayson Briggs
  • 69
  • 1
  • 11
0
votes
1 answer

Magento Enterprise main content page?

We are using Magento Enterprise ver. 1.13.0.2 and i can't find where i have to go to edit the content of the main page? Is it accessible through the Magento dashboard interface? I have looked through the "CMS -> Pages -> Managed Content". But i…
Grayson Briggs
  • 69
  • 1
  • 11
0
votes
3 answers

Add to Cart Button on CMS Page in Magento EE 1.13

I am trying to create a landing page for our company which runs on Magento Enterprise Edition 1.13. We use CMS pages for our landing pages and in the past we have been able to create custom add-to-cart buttons directly on the CMS page. It was very…
jacurtis
  • 736
  • 1
  • 5
  • 14