41 questions
1
vote
0
answers
37
views
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 ...
8
votes
2
answers
2k
views
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, ...
0
votes
0
answers
26
views
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 ...
0
votes
1
answer
233
views
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:
<?xml version="1.0"?>
<config>
<menu>
<system>
<...
0
votes
1
answer
97
views
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:
<config>
<modules>
...
0
votes
1
answer
236
views
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 ...
0
votes
1
answer
52
views
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 ...
0
votes
0
answers
861
views
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.
<layout version="0.1.0">
...
2
votes
0
answers
133
views
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 ...
1
vote
0
answers
180
views
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 ...
1
vote
1
answer
49
views
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 ...
0
votes
1
answer
176
views
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/...
21
votes
1
answer
16k
views
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 ...
1
vote
1
answer
4k
views
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 ...
0
votes
0
answers
62
views
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 ...
0
votes
0
answers
196
views
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 ...
0
votes
1
answer
460
views
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
<?php
class Iclp_Batchupdate_IndexController extends ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
41
views
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 ...
0
votes
3
answers
1k
views
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-...
0
votes
1
answer
117
views
Magento Enterprise - Bundled Items Quote Price is $0.00
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 ...
3
votes
1
answer
3k
views
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....
0
votes
1
answer
784
views
Category permission affecting Catalog Search on frontend
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 ...
3
votes
2
answers
3k
views
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 ...
6
votes
1
answer
3k
views
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 ...
0
votes
1
answer
2k
views
Magento wishlist view.phtml not working
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 ...
0
votes
1
answer
534
views
In EE 1.13 clearing cache from Admin does not actually cleans the cache
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 ...
4
votes
1
answer
2k
views
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 ...
0
votes
2
answers
105
views
Get products which exists in two categories
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 ...
0
votes
2
answers
764
views
Magento EE 1.13.0.2 partial reindex
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 ...
1
vote
2
answers
5k
views
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: ...
0
votes
1
answer
294
views
Magento EE 1.13.0.2: Customer Attribute Input type Image
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 ...
0
votes
1
answer
636
views
One Pica Avalara Avatax Magento Extension compatibility with Magento Enterprise Edition 1.13, has anyone tried to integrate the two yet?
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 ...
2
votes
1
answer
6k
views
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....
1
vote
2
answers
1k
views
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 -...
4
votes
2
answers
7k
views
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"?...
3
votes
1
answer
464
views
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 ...
0
votes
1
answer
289
views
Magento - Seo Layered Navigation Plugin Issue in 1.13
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....
0
votes
0
answers
730
views
if "index.php" is in the url magento returns 404
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 ...
11
votes
1
answer
4k
views
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 ...
0
votes
1
answer
3k
views
Get Magento defined values for model "sales/order" status
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 ->...