Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
37 views

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 ...
Gary Kim's user avatar
8 votes
2 answers
2k views

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, ...
24x7 Support's user avatar
0 votes
0 answers
26 views

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 ...
L. Blanchard's user avatar
0 votes
1 answer
233 views

in my Magento 1 Module i make an Menüentry 'Script Queue'. In my adminhtml.xml i write this: <?xml version="1.0"?> <config> <menu> <system> <...
Kerstel's user avatar
0 votes
1 answer
97 views

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: <config> <modules> ...
Kerstel's user avatar
0 votes
1 answer
236 views

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 ...
user1783209's user avatar
0 votes
1 answer
52 views

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 ...
RD Mage's user avatar
  • 103
0 votes
0 answers
861 views

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. <layout version="0.1.0"> ...
Pavan Kumar's user avatar
  • 1,735
2 votes
0 answers
133 views

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 ...
pooja's user avatar
  • 154
1 vote
0 answers
180 views

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 ...
Anurag Khare's user avatar
1 vote
1 answer
49 views

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 ...
Realto619's user avatar
  • 301
0 votes
1 answer
176 views

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/...
Adam's user avatar
  • 9,079
21 votes
1 answer
16k views

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 ...
Laila's user avatar
  • 1,531
1 vote
1 answer
4k views

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 ...
ncheese's user avatar
  • 41
0 votes
0 answers
62 views

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 ...
Rohit Goel's user avatar
  • 3,554
0 votes
0 answers
196 views

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 ...
Jason's user avatar
  • 1
0 votes
1 answer
460 views

Hi i have added a new mas action in the sales order grid which allow create batch invoices. For this my controler file is <?php class Iclp_Batchupdate_IndexController extends ...
Rohit Goel's user avatar
  • 3,554
0 votes
1 answer
1k views

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 ...
Grayson Briggs's user avatar
0 votes
1 answer
41 views

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 ...
Grayson Briggs's user avatar
0 votes
3 answers
1k views

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-...
jacurtis's user avatar
  • 806
0 votes
1 answer
117 views

We are trying to export an order detail (via the SOAP api) that includes a bundled product and we need the price each individual item in the bundle was sold for. The problem is, the prices of the ...
Gary's user avatar
  • 145
3 votes
1 answer
3k views

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....
srgb's user avatar
  • 5,313
0 votes
1 answer
784 views

I enabled Category permission from System->Configuration->Catalog->Category permission When I searched for product on front end, it was showing bunch of products but the toolbar was showing wrong ...
Ankita P.'s user avatar
  • 488
3 votes
2 answers
3k views

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 ...
kirkmadera's user avatar
6 votes
1 answer
3k views

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 ...
kirkmadera's user avatar
0 votes
1 answer
2k views

I am trying to edit the wishlist page layout table, and was sure i was able to do so in the template/wishlist/view.phtml file, but nothing happens. I have been trying to locate the file to edit, but i ...
Teilmann's user avatar
  • 2,178
0 votes
1 answer
534 views

In My latest magento setup when I am clearing the cache from admin it does not clear the cache and my changes are not reflecting in frontend. When I clear the cache directories from server my ...
Nafee's user avatar
  • 109
4 votes
1 answer
2k views

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 ...
fortegente's user avatar
  • 1,381
0 votes
2 answers
105 views

I need to find the products that exists in category 93 AND 97. So far i am able to get products that exists in category 93 OR 97, but no luck with AND instead. Im really clueless right now, and have ...
Teilmann's user avatar
  • 2,178
0 votes
2 answers
764 views

I'm having a problem with magento partial reindexing in the EE. When the indexers are set to on save (in system->configuration->(Advanced)Index management) the url_rewrites don't update. If I save a ...
Domeglic's user avatar
  • 181
1 vote
2 answers
5k views

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: ...
jzahedieh's user avatar
  • 1,579
0 votes
1 answer
294 views

I was quite happy to be able to add custom customer attributes through the admin in Enterprise. It saves a lot of time and effort opposed to how you have to add them in community. What I find quite ...
Glenn Glerum's user avatar
0 votes
1 answer
636 views

I have been tasked with integrating the One Pica Avalara Avatax extension into a Magento 1.13.0.2 project. Installation was easy enough and the module appears to be functioning correctly on the ...
Emil Stewart's user avatar
2 votes
1 answer
6k views

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....
Francis Kim's user avatar
  • 4,295
1 vote
2 answers
1k views

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 -...
Stas Leo's user avatar
4 votes
2 answers
7k views

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"?...
muhammedv's user avatar
  • 879
3 votes
1 answer
464 views

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 ...
Vikas Pal's user avatar
0 votes
1 answer
289 views

We've recently upgraded to 1.13 on our site and the only plugin that does not seem to work is the "Seo Layered Navigation" by "Ecommerce Team". I have contacted their team, but they do not support 1....
Stech's user avatar
  • 33
0 votes
0 answers
730 views

We have magento rewrites on and are running on nginx with php-fpm. If the string "index.php" is in the url magento returns 404. e.g. http://www.mysite.com/index.php/api is a valid magento url, but ...
Zelf's user avatar
  • 2,350
11 votes
1 answer
4k views

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 ...
Emil Stewart's user avatar
0 votes
1 answer
3k views

I'm trying to perform some operations on an order if its status/state is "processing" (not sure if I should use status or state here .. any help on this would be great too). Running a ->...
Nick Rolando's user avatar
  • 26.2k