Tagged Questions
0
votes
0answers
11 views
Magento 1.7: Where to place to a global filter on product collection?
In my case I want to add a global filter, affecting all product collections. At the moment I filter inside a rewritten 'Mage_Catalog_Block_Product_List' (getCollection) resulting in different outputs ...
0
votes
1answer
28 views
Getting data from a Magento Collection
I have a collection that has one row of data in it. If I do following,
$collection->getData();
it give me an array like below,
array(1) {
[0] => array(3) {
["id"] => ...
0
votes
0answers
20 views
Getting formatted results from magento collections - getCollection()
I am having a method _prepareCollection() which gets all data from the standingorders table where standingorder status = 1 . THe following is the method:
protected function _prepareCollection()
...
1
vote
1answer
41 views
Magento Collections - Resulting SQL Queries and How To Specify INNER/OUTER Joins
As a relatively new user of Magento and an even newer user of SQL, this question could be a dumb one.
I'm simply having a very hard time formulating an SQL query with the Magento API. The query I'm ...
1
vote
1answer
48 views
How To Use Magento Collections to Run Query, Get Results, and Print Them
I am fairly new to programming, php, Magento, and most of all, SQL. Please forgive me if this is somehow a dumb question.
I am trying to use Magento collections to select two different columns in two ...
0
votes
1answer
30 views
How does magento figure out to apply the default limit
i've created a custom collection to display in the catalog which lists all newly added items
now i want to fix up the page limit for this new collection to be not be 60 items per page as it is for ...
0
votes
1answer
69 views
get magento order id from customer data
I'm having problems getting a collection with join working. I'm trying to get the order ID's connected to customer telephone numbers, saved in sales_flat_order_address. So a join on the collection ...
0
votes
0answers
74 views
Magento customizing Rating radio button
Want to reverse the value of radio button field :
Now the default situation in magento :
1 star => 6
2 star => 7
3 star => 8
4 star => 9
5 star => 10
Expected customization :
5 star => 10
4 star => ...
0
votes
1answer
361 views
Magento Custom Product Collection Pagination Not working
I am displaying the Bestseller product listing in the CMS page by using the XML Layout for rendering the block. Together with the pagination, i need to display the toolbar (pagination and sorting) as ...
0
votes
1answer
23 views
Magento set AS in getCollection()
I've got this function:
protected function _prepareCollection()
{
$collection = Mage::getResourceModel($this->_getCollectionClass());
...
0
votes
2answers
53 views
use multiple _prepareCollection()'s
Got this code (in: app/code/local/Mage/Adminhtml/Block/Sales/Order/Grid.php):
protected function _prepareCollection()
{
$collection = ...
0
votes
2answers
51 views
filtering in magento collection?
the following code:
$collection->addAttributeToFilter(array(
array('attribute'=> 'someattribute','like' => 'value'),
array('attribute'=> ...
0
votes
0answers
78 views
Magento 1.4: Duplicate column names in join, how to use addFieldToFilter?
I created a collection of a custom table and left joined it with another custom table (secondtable). Both have a column with the same name called sample_id. The ids refer to the same column in yet ...
1
vote
0answers
29 views
Magento: data in collection is not complete?
I have created a collection ($myCollection) in Magento and I get its data using this code:
$data = $myCollection->getData();
That works, but when I look at the $data array, I see that some ...
0
votes
1answer
673 views
Magento - get product collection of all products
Hi I need a custom product collection of all products. Currently there are no categories which contain all products of the store (as there are 8000 products we can not add them in to one extra ...
2
votes
1answer
75 views
is there a way to add custom query to a magento select rendered by a collection?
I have a magento collection for which if i echo the getSelect() function, i get a query something like this:
SELECT
`table1`.*,
`table`.*,
`table3.fieldy` AS 'fieldname'
.....
...
0
votes
1answer
344 views
adding a multiple list attribute to product collection filter in magento
I am trying to do an ajax related magento search, and i can't manage to correctly add a multi-select type product attribute to a product collection,
for instance:
$productModel = ...
0
votes
1answer
89 views
Why magento return query in load collection
I will use a collection of product but when I load a product with id 20 Magento return a SQL query.
Code :
$products = Mage::getModel('catalog/product')->getCollection();
$products
...
0
votes
2answers
291 views
How do I filter a magento collection by a select drop-down attribute?
In magento, I have an attribute called cl_designer, which is a select drop-down option. I want to filter the products collection on it, like this:
$collection = ...
0
votes
1answer
37 views
Collection visibility and status filters are deprecated, what should be used instead?
The addVisibleFilterToCollection() and addSaleableFilterToCollection() methods of Mage_Catalog_Model_Product_Status are annotated with @deprecated, but there is no instruction as to what approach to ...
0
votes
1answer
257 views
Product collection filtering/order direction issue
For my category view. I have a select drop down which uses ajax to set a session with the option value.
I have overridden Mage_Catalog_Block_Product_List.
This session value processed from ajax is ...
0
votes
1answer
157 views
Magento - Sorting product collection
I have a product collection which needs to be filtered. For this I have overridden the 'Mage_Catalog_Block_Product_List' and have the following code:
$collection = parent::_getProductCollection();
...
0
votes
2answers
808 views
Magento - list.phtml filtering product collection not giving correct pagination
I'm trying to filter list.phtml to suit my needs which is only showing products based of an value of the attribute. The original code to load the product collection is:
...
0
votes
1answer
78 views
Magento: Proper way to iterate over a Varien Object collection
If I were to create a collection that would retrieve all products belonging to category with a given ID, as below:
$storeId = Mage::app()->getStore()->getId();
$product = ...
3
votes
7answers
146 views
Get last items in foreach php [duplicate]
Possible Duplicate:
Getting last 5 elements of a php array
Hi i have around 11000 items in an array and i want to display only last 5 or 10 items
$i = 0;
foreach ($collection as ...
1
vote
1answer
151 views
Magento - Add zip code / postcode to the order grid in Magento 1.6.2
I am trying to get the order grid to display the postcode/ zip code of the of the customer.
I am trying to join the sales_flat_order_address alias with the collection but to no success.
protected ...
8
votes
2answers
862 views
How and where to modify Magento search query?
First of all, I found similar questions in SO but there is not any answer for them. So, the first part of the question is a little bit duplicated. I want to improve search results in Magento. Here is ...
4
votes
1answer
199 views
How to add new column to order grid using observers?
Could you help me? I'm trying to add new column to the order grid in admin using observers.
there is my config.xml
<adminhtml>
<events>
...
0
votes
0answers
81 views
Custom Controller - Need Category Url Path
I am creating a custom controller that allows me to search products based on their date of creation. My question is, what am I supposed to put in this productCollection query that ensures the category ...
3
votes
1answer
169 views
Magento - Organize Product List By Categories
I was wondering, for those of you who are Magento developers, what do you think is the wisest way to approach filtering out a product collection product list where you organize the results by sorting ...
0
votes
1answer
484 views
Error : Call to undefined method addAttributeToFilter()
I have made my Magento Model :
<?php
class Kiwi_SliderBoard_Model_Resource_Slider_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract
{
protected function _construct()
...
0
votes
0answers
82 views
How to join addresses and shipment items to order_shipment collection in Magento?
I need to export a filtered collection of shipments with full address details and full shipment items details from Magento.
I get the (unfiltered) collection with:
/* @var ...
1
vote
1answer
333 views
Joining all address details to customer collection
I'm looking to join all customer address attributes onto the full customer collection.
$collection = Mage::getModel('customer/customer')->getCollection()->addAttributeToSelect('*');
...
1
vote
1answer
542 views
Sort order on custom column from customer grid
On my Admin side customer grid, i have a situacion, some times and some customers on column name i need First Name + Last Name, it's already done by magento core, but some customer i need just to ...
0
votes
1answer
296 views
Magento product collection not filtering after being used in function
Ok, I have a fairly simple module running but I've come across an issue with product collections which I just can't solve. Here's the problem:
1) I load product collection based on a posted search ...
1
vote
1answer
167 views
Magento - Best way to reverse a collection
What is the best way to reverse a custom collection created with new Varien_Data_Collection()?
0
votes
1answer
228 views
About Magento pagination after $collection->removeItemByKey
I follow this blog, it is very reliable and I find good solutions ..
This time, however, I have not found a solution to my problem, so I decided to post the problem I have with magento:
I had to apply ...
0
votes
2answers
1k views
Swap Magento Product images based on custom option
My products are displayed in a grid format, and purchased directly from this page. They are simple products with custom options. Each option is a color. Is there a way to assign an image to each ...
0
votes
2answers
301 views
How to get products that are found in 2 or more categories
I have been trying for days now to get a clean solution on how to filter a product collection by 2 or more categories. The products should be in both categoryA and categoryB, not in any of them.
I ...
2
votes
1answer
1k views
Magento: Get all products from a product collection ignoring the set limits?
I want to iterate over all products in the product collection given in the block Mage_Catalog_Block_Product_List_Toolbar, ignoring the limits that were set before by "setPageSize()" and ...
-1
votes
2answers
1k views
magento: create your own collection
hope that everybody is doing well. I am new to magento. I am working on magento module. I want to use grid in Admin but i need to use collections. I have created a few collection and haven't got any ...
0
votes
1answer
344 views
Magento Sort Collection By Product Attribute Value Count
I'm currently working on a Magento site which uses layered navigation and a large number of custom attributes for its navigation. What I am looking to do is to add a new "Sort By" option into the ...
0
votes
2answers
450 views
magento - product model and product_collection items have different properties in flat catalog mode
i just know that if i have a product_collection (for example the collection generated in catalog pages)
//event catalog_product_collecion_after_load
$productCollection = ...
0
votes
1answer
915 views
Filtering invoice collection by created_at in magento
I'm trying to find a way to filter the results of getInvoiceCollection in the function below:
// "eachInvoice" is each of the Invoice object of the order "$orders"
if ($order->hasInvoices()) {
...
1
vote
1answer
234 views
Receiving “Query was empty” error when loading log visitor collection in Magento
How does one retrieve a collection of visitors using the Log/Visitor model? I've tried using the following code....
<?php
error_reporting(E_ALL);
ini_set('display_errors',TRUE);
$root = ...
1
vote
1answer
530 views
Magento- can´t retrieve custom attribute of collection added in the product Model
I don´t get to understand the complety behavior os the collection in Magento. next, I´ll describe the problem:
For requirements of the projects, I need to add a custom attribute to exclude a severals ...
0
votes
0answers
177 views
Magento - Same code produces different SQL
I have the following code:
set_time_limit(7200);
error_reporting(E_ALL);
ini_set('display_errors','On');
$start = microtime_float();
require_once 'app/Mage.php';
Mage::app();
$storeId = array(1);
...
0
votes
2answers
93 views
New Magento backend functionality
I'm following this tutorial. The tutorial isn't 100% complete and leaves the user to fill in some of the gaps. I'm fine with that. The part that breaks is $collection = ...
0
votes
1answer
344 views
Magento Quick Search - showing results from given category first
I'm looking to have the normal quick search, with the addition of one feature: results from a given category come first.
So far I have modified protected function _getProductCollection() in ...
1
vote
1answer
654 views
Magento: Loading attributes for a product programmatically - How?
Pardon if this has been asked before. I have found several posts about loading attributes but I haven't been able to load the ones I need based on what I've read.
I'm trying to create a select box to ...

