Questions tagged [magento-1.12]

Magento is the e-commerce system that is used and adopted widely. This tag is useful for the magento version 1.12.

Magento is an open source e-commerce web application that was launched on March 31, 2008. It was developed by Varien (now Magento Inc) with help from the programmers within the open source community but is owned solely by Magento Inc.. Magento was built using the Zend Framework. It uses the entity-attribute-value (EAV) database model to store data.

The Magento ecommerce system has been widely adopted by online retailers with 150,000 sites known to use it ranging from smaller ecommerce websites to large multinational businesses such as Harvey Nichols and Samsung.

Magento is well known in its developer community for its use of object-oriented programming (OOP) and especially for its use of the EAV model.citation needed This allows Magento to be much more versatile than most e-commerce platforms at storing a large range of data.

17 questions
5
votes
4 answers

What's the source_model for a cms block chooser in magento?

I want to add a config field to my magento instance. You should be able to store a cms block in it. select ???
Simon
  • 594
  • 2
  • 6
  • 25
5
votes
1 answer

Magento TopLink Cache My Cart (#)

I have some problem with "My Car (#)" on the header and cache. I'm using Magento Enterprise 1.12. The problem is when I add or delete some item into the Cart in the header i have "My Car (#)" and doesn't update every time I add or remove item form…
AgeValed
  • 443
  • 5
  • 18
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
2
votes
2 answers

Unable to redirect a category in Magento using URL Rewrites

Been banging my head for the past few hours :) I have a category (id:46) in Magento which is being deactivated and I would like to redirect either to another category or just to the landing page. I've removed the system redirect from the URL rewrite…
rednax
  • 225
  • 1
  • 2
  • 13
1
vote
0 answers

Set Custom Category Attribute Custom Value

Am creating a new custom category attribute, its a select box with source of eav/entity_attribute_source_boolea. Here is my code $installer = $this; $installer->startSetup(); $attribute = array( 'group' => 'General Information', 'type' =>…
André Ferraz
  • 1,511
  • 11
  • 29
1
vote
0 answers

Magento Product Images not showing on Category and Product views

Magento Enterprise 1.12.0.2 In our development environment, our product images are not showing up on either the category or the product views. It's attempting to access cached images and all the caches have been flushed, both at the file and the…
eisaacson
  • 758
  • 2
  • 7
  • 21
1
vote
2 answers

Update All Product Attributes programmatically

How can I set the value of a given attribute to the same value for all products (efficiently)? By efficient I mean in one transaction, not having to loop through the entire product collection. In the past I've used Mage_Catalog_Model_Product_Action…
Steve Robbins
  • 13,672
  • 12
  • 76
  • 124
1
vote
2 answers

Get Number of Orders per Product

I'm trying to build an array of orders => products that I can use in reporting/updating attributes. The format I'm going for is: //$orders[] = $orders = array( 1 => array(1, 2, 3), …
Steve Robbins
  • 13,672
  • 12
  • 76
  • 124
1
vote
1 answer

Logged-in caches appearing for non-logged-in users

I'm getting some strange behavior from Magento's caches, where it will serve the same cached header/blocks for all users... ie. if John Doe is logged in and is the first to view a specific category page after a cache refresh, Welcome, John Doe is…
Steve Robbins
  • 13,672
  • 12
  • 76
  • 124
0
votes
1 answer

Inventory stock is not updating for a particular product using Soap Api

I am using Magento version 1.12.0.2. I am not able to update stock quantity using soap API. It is working fine for other products except one. I tried to update manually from admin and it worked fine but when trying to update from soap API, its not…
Prince
  • 401
  • 1
  • 7
  • 34
0
votes
1 answer

Can we Integrate Gulp or Grunt with Magento 1.13.1.0? Trying to Optimize css, js and images

Can we Integrate Gulp or Grunt with Magento 1.13.1.0? Trying to Optimize css, js and images. There is no plugin in Magento 1.13.1.0 version but could there be any other ways to integrate it. Appreciate your help and suggestions!
user1783209
  • 277
  • 2
  • 10
0
votes
1 answer

Send info from Netsuite to Magento Api

I am trying to send info from Netsuite to Magento, via Magento API. In a normal condition, I execute $user = 'user'; $pass = 'password'; $url = 'http://example.hosting.com/magento/api/soap/?wsdl'; $webClient…
0
votes
1 answer

Magento error after Upgrade : Can't perform operation, incomplete metadata

I have updated version of Magento EE 12.2 to Magento 14.2.0.2 but i get error when update or create product and category. Error massage is "Can't perform operation, incomplete metadata!" I have also tried 'Enterprise_Index_Model_Action_Exception'…
Jalpesh Patel
  • 3,150
  • 10
  • 44
  • 68
0
votes
1 answer

magento upgrade not listing latest available upgrade in connect manager

I want to upgrade my magento version. I am using Magento Enterprise editon 1.12 When I goto connect manager and use "Check for upgrade". No upgrade is listed. But Magento 1.14 is latest version and it is not listed. Any reason on why didn't the…
vinothavn
  • 547
  • 1
  • 5
  • 19
0
votes
1 answer

Magento: echoing out certain element of array returned by model

I am developing a module and I've now come to a point where I want to query a database table i added to the Magento database I want to query the table looking for a specific value and it works. it finds the correct row but what I want to do is use…
AdRock
  • 2,959
  • 10
  • 66
  • 106
1
2