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
20
votes
1 answer

Magento - Difference between url_path and url_key

Pretty much everything is in the title of my question. What is the difference between the columns url_path and url_key in the flat products tables - like catalog_product_flat_(store_id) - of Magento ? Thanks !
Laila
  • 1,421
  • 3
  • 13
  • 27
11
votes
1 answer

How does the new Magento1.13 EE URL rewrites work/ How do the new database tables relate to each other?

I've been playing with the Magento 1.13 code for a few hours, and I'm having trouble understanding what they have done with URL rewrites. I was hoping that someone who has looked into this could point me in the right direction. I noticed that…
Emil Stewart
  • 488
  • 1
  • 7
  • 17
8
votes
2 answers

Google invisible recaptcha stopped working in AU

Starting from the 18th of June, the Recaptcha on our Magento M1 project has stopped working. In recaptcha__en.js script function Array.prototype.filter returns an error this.each is not a function, because this is not an Array, it’s NodeList, and it…
6
votes
1 answer

When does automatic partial reindexing actually run in Magento EE 1.13?

Magento 1.13 added partial indexing for most indexes along with the ability to defer the indexing process to a cron job that runs asynchronously. My question then is, is there an existing cron job that does this or is this something I have to set…
kirkmadera
  • 565
  • 6
  • 13
4
votes
1 answer

Magento Enterprise url rewrites vs url redirect

Magento Enterprise 1.12 has url rewrite management tab in admin panel, but 1.13 version instead url rewrite management has url redirects tab. I see enterprise_url_rewrite_redirect table and enterprise_url_rewrite table both exists. What the…
fortegente
  • 1,361
  • 2
  • 11
  • 22
4
votes
2 answers

Magento 1 - How to get type of a Magento quote item?

Grouped products are grouping simple products, everyone knows. In somewhere of my custom module, I need to know if there's a simple product in my cart (quote) "added by grouped product" or by "itself"? I know there's a table…
muhammedv
  • 879
  • 8
  • 18
3
votes
1 answer

Magento patch file (diff) can't find file specified

I'm executing 1.13.1.0-1.14.0.0.diff, but keep getting can't find file to patch at input line 5 tried: ~$ patch -p0 -i 1.13.1.0-1.14.0.0.diff ~$ patch -p0 < 1.13.1.0-1.14.0.0.diff ~$ patch < 1.13.1.0-1.14.0.0.diff ~/backup$ patch -p0 -i…
srgb
  • 4,783
  • 6
  • 29
  • 45
3
votes
2 answers

How do I run a partial reindex in Magento 1.13?

I would like to be able to set all indexes to "Update on schedule" and then have them all update automatically like Magento says they should in the background. The problem is, this doesn't happen. There is no cron job that automatically reindexes…
kirkmadera
  • 565
  • 6
  • 13
3
votes
1 answer

Magento EE, how to set up rule based product relation for upsell?

Can somebody help me for setting up rule based product relation for upsell product. Suppose I have one SKU PROD1 and have 3 upsell manually defined say P1,P2,P3. Now I created a rule to for SKU PROD1 to add 5 more matching SKU say PR1,PR2...PR5. Can…
Vikas Pal
  • 81
  • 7
2
votes
0 answers

magento enterprise catalog category permission not working

I have setup category permission for my 1 customer group on apparel category. But it is not working properly. It is showing apparel category for restricted and guest user in menu and when I click on it, it goes to no-route page. According to…
pooja
  • 154
  • 1
  • 11
2
votes
1 answer

Magento - Get category description from CMS block or page

On the homepage I am using the following code to display a few products from a specific category: {{block type="catalog/product_list" category_id="213" column_count="6" template="catalog/product/list.phtml"}} Is there a block I can use to also…
Francis Kim
  • 4,235
  • 4
  • 36
  • 51
1
vote
0 answers

How to prevent certain items from being added to the cart first in magento1

As the title I would like to disable prioritization of certain items from being added to the cart In Magento 1. For example, I want to treat a product with a price of 0 as not being able to put it in the cart, and put the product with a non-zero…
Gary Kim
  • 11
  • 1
1
vote
0 answers

magento upgrade 1.12.0.2 to 1.13.0.2

I am having a serious issue while upgrading from Magento EE 1.12.0.2 to 1.13.0.2. After the upgrade when I run php -f shell/url_migration_to_1_13.php script as suggested in upgrade doc, I am facing the error below: Fatal error: Uncaught exception…
1
vote
1 answer

Just started working with Magento and I wanted to get the number of fields in each table

I'm astounded by the number of tables in Magento Enterprise 1.13 (over 200). I'm trying to get a handle on the way things are organized and I think it would be helpful to know the number of columns in each of the tables. The following query will get…
Realto619
  • 301
  • 3
  • 13
1
vote
2 answers

Magento Redis Configuration Issue: Cannot find named PHP session module (redis)

I have been dabbling with Redis as a potential solution for our performance woes but I am having issues configuring Redis in Magneto Enterprise 1.13.0.2. I am getting the following error Warning: session_module_name(): Cannot find named PHP session…
jzahedieh
  • 1,570
  • 1
  • 15
  • 27
1
2 3