The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
2k views

Skip Checkout in Magento for a downloadable product

I am using Magento to build an eBooks site. For the release, we plan to have a number of free downloadable books. We were hoping that it would be possible to use the normal Magento 'catalog' ...
3
votes
4answers
4k views

add categories column to the product grid in magento admin

I'm trying to add a categories column to the product grid. I've modified Mage_Adminhtml_Block_Catalog_Product_Grid. Added the following to _prepareCollection: ->joinField('category_ids', ...
3
votes
3answers
140 views

What is the best way to prevent customers from rating a product more than once?

How do I prevent a customer from rating a product more than once? Is it best to use cookies that store the IP address or is it best to store user ratings in the database? I am using MySQL and ...
3
votes
16answers
1k views

Applications that use .NET

What are your favorite applications, products, or any applications that you know of that use .NET or Asp.NET as their underlying platform? What popular companies do you know of as a .NET shop? This ...
2
votes
2answers
69 views
+50

Magento bundled items filter by parent id

I'm trying to get a collection of selections but filtered on the parent product's id. The collection contains an attribute parent_product_id but apparently this isn't working... The filter is not ...
2
votes
1answer
65 views

Magento bundle products special price for child item only

Background I am trying to create a possibility on the webshop to create packs of products. A pack is for instance a product (let's say a digital camera) and multiple accessories (extra charger, ...
2
votes
3answers
843 views

Change Magento product status in different store views

I have a Magento Multi-Store installation. I have a product that must be enabled in shopA and disabled in shopB If i select the tab "Websites" there is an alert "Items that you don't want to show ...
2
votes
3answers
802 views

Replace Price Difference with Actual Price in Magento Configurable Product Options

I have a configurable product with 3 options, see below: I want to replace the +£24.00 and the +£75.00 with the actual prices of the products. So instead it would say: £69.00 and £120.00 I have ...
2
votes
2answers
565 views

Magento Dropshipping - How to automate catalog updates?

I am new to Magento and impressed by the MVC framework that powers it, making module development a well thought out solution. I am strong CakePHP developer. I am working on a project that uses a ...
2
votes
3answers
3k views

Programmatically add Bundle Products in Magento, using the SKU / ID of Simple Items

I have some simple catalog products in Magento, so I have their SKUs & IDs. Now I want to create a Bundled product using the array elements "bundle_options" & "bundle_selections" of the Bundle ...
1
vote
2answers
84 views

Products Up- and Download with C# and the Magentostore

how I am able to do products in the Magentoshop easy products with pictures highly or downloaded. The whole one should be realised with C #. I wand to use SOAP V2. I am grateful for every help.
1
vote
1answer
21 views

Overview customers that bought product x

I've been checking the Magento Reports section already, but I cannot seem to find a report that helps me with the following: I need to have an export that shows me all customers that bought product ...
1
vote
2answers
20 views

PHP/mySQL Products System (Very General)

I'm designing a PHP Products system which is required to be very general, in that each product may have a number of options ("height", "width", "colour", "gender", etc.) but that some products may not ...
1
vote
1answer
58 views

Magento Catalog View, Displaying Add To Cart & Pre-Order Buttons (Code So Far Inside)

Basically what I am trying to achieve is when a simple product has >0 quantity it shows add to cart button. When it has equal to order less than 0 it displays a pre order button. Also for ...
1
vote
1answer
139 views

In feed - programmatically add magento product

I have a import script that reads XML data and imports products in Magento and I've managed to make it work like a charm, except one thing. When product is imported I'd like to set option "In Feed" to ...
1
vote
0answers
188 views

MAgento 1.6 Sort Order of related products not working

I want magento to sort my related products by the position value i'm giving my related products in the backend - but nothing happens - the related products are still sorted by id and not by the ...
1
vote
1answer
129 views

Magento product edit screen, categories not appearing

I have a magento store (ver 1.5.1.0) with a lot of categories, the categories have been added using the following category duplication script - <?php if(!is_numeric($_GET['id']))die('Please ...
1
vote
1answer
210 views

Magento product csv import, only import last image

I am trying to import products using a csv file in Magento 1.5.0.1. I uploaded all the images to the folder /media/import but only the last image is imported. For example, if I upload 4 products with ...
1
vote
2answers
127 views

Displaying products on home page

I've been searching around on Google to find an accurate tutorial that explains how to display products on the home page but so far nothing is working! The latest products block doesn't work; the ...
1
vote
1answer
194 views

Magento - Increase the decimal places from 2 to 4 for downloadable products

I'm not able to increase the decimal places from 2 to 4 at the price-field in Magento Backend for downloadable products. Where do I have to start to find that piece of code?. Any help very ...
1
vote
1answer
652 views

Add multiple products to cart - Magento

I try to use that http://sourceforge.net/projects/massaddtocart/ It is exactly what I want, but it shows this error: Fatal error: Call to a member function setProduct() on a non-object in ...
1
vote
2answers
1k views

How does Magento save ordered products in database?

After I send an order , how does Magento save the order products (in sales_flat_order_item table). I need the files, because I want to save the regular price in database also; if you have special ...
1
vote
0answers
337 views

Disable Products in different Magento Store Views

I have a Magento Multi-Store installation (not multi-site) and some products are available in more than one store. However, these products that are available in, let's say storeA and storeB, have ...
1
vote
1answer
425 views

Magento - how to set associated products when i add a new Grouped product

$newProduct = Mage::getModel('catalog/product'); $newProduct->setSku('testsku'); $newProduct->setPrice(100); $newProduct->setAttributeSetId(4); $newProduct->setCategoryIds(array(3,4)); ...
1
vote
2answers
85 views

Suggest a Product for Sharepoint printing

This question is asking about a .NET product ,which best suits the needs to print diffrent format documents in doucment library of SharePoint directly to printer.There is no such products.So we have ...
1
vote
1answer
198 views

Is there any publicly available catalog or database for standard products?

I am building an online marketplace. When a user wants to sell a product, I'd like to be able to let him chooses the product from a standardized product catalog/database. Is there any publicly ...
1
vote
1answer
2k views

Magento product listing using ajax

I have to add 5 separate tabs like By category,our picks, most popular top rated, your favorites in home page itself and each of them should list out the products under that one without full page ...
1
vote
1answer
148 views

Working with products variations in ecommerce website

This is more of a "logic" question than a coding question. I am building this ecommerce site. Currently I am grouping products by: brand, category, subcategory1, subcategory2 and subcategory3. Just ...
1
vote
1answer
332 views

problem with share products on facebook

i am using facebook sharer for share products which is in my website into facebook. i tried all the ways to do this..but i don't know where is the problem. when i am clicking the facebook icon in ...
1
vote
1answer
568 views

Magento: After ordering configurable product, its canceled because its out of stock

my problem is: i have a product with simple products as childs. (maybe tshirts whith size S-XL and some colors) Now if i order one of this, it is canceled with the order-confirmation email. I think ...
1
vote
1answer
355 views

ASP.NET 3.5 Gridview layout for each product type in DB

I'm trying to create a simple CMS-likeb backend app that uses TreeView for categories and GridView for product display/editing. The problem that I'm experiencing lies within the fact that there is a ...
1
vote
1answer
45 views

Existing sales/ordering engine that can be integrated to custom .NET app?

There's this custom who wants software to generate quotes from a product catalog, print invoices, nothing too original here. But they also want a bunch of custom features and a custom presentation, so ...
0
votes
0answers
11 views

Notify Out of Stock Product for normal user(Without Login) in magento

Currently in magento, only registered customers can able to get notification when product is out of stock, but for normal user( not registered users) there is no options for getting notification when ...
0
votes
2answers
29 views

Magento - product that are not for sale

Does anyone know how to list products in Magento that are not for sale? I still want the items to appear in the store, but I would like the "Add to cart" function to be disabled. This seems like it ...
0
votes
2answers
19 views

Magento “Product Status Update” event is not triggered

I'm working on an extension that will receive product information from Magento when saved and do custom processing on the product. I've spent 2 days until now trying to figure out why Magento is not ...
0
votes
0answers
22 views

How to sort Magento products collection using custom php function

Here's a link on how to add custom sort to a Magento product collection. This provides a sorted array of products. But I want this sorted array of products to paginate. So I would like to have these ...
0
votes
1answer
31 views

Magento : Availability of configurable products on Cart page

I want to show Stock Availability on cart page in magento for a configurable products. The stock status is fine on Product Detail page, however on cart page it always show "out of stock" for ...
0
votes
1answer
31 views

jquery alignment

I have added a nice little bit of jquery which make images black and white and when you hover over they turn to colour. You can see this in effect here: http://www.emmaphillipsbridal.com/brides.html ...
0
votes
2answers
48 views

Magento get all products

I am trying to get the entire magento product collection, without any filters or restrictions, but I fail to get all products. I've tried various methods already, but they all give me a very limited ...
0
votes
0answers
15 views

filter product table based on attributes in two tables

I have a query which I am trying to run to filter our products based on attributes set. The current table setup is as follows: Attributes Contains a list of attribute names ShopCategory A list of ...
0
votes
1answer
66 views

Magento displays incorrect products in category view

When I load a productcollection in list.phtml for the first time (or when I turn of caching completely) the products that are returned are the products which reside in the category which was created ...
0
votes
0answers
22 views

Search for keywords with ubercart API

I am creating an ubercart module and I need to execute search for products. What functions run the search for ubercart products? (using Drupal 7). do_somesearch_ubercart("search string") -> ...
0
votes
2answers
95 views

Dropdown in Magento Frontpage displaying all products

I have a Magento website selling magazine subscriptions, about a 1000 different titels. What I would like is to create a very simple dropdown menu prefilled with all products on the frontpage. Very ...
0
votes
1answer
27 views

Magento size units for product size

Is there any work around or any module to show size for a product interchangeably in Inches and Centimeters. For example: I have a box of size "H200 W50 D50" in inches, and Same size I also want to ...
0
votes
1answer
77 views

magento new product widget sort order

I'm using Magento for my webshop and for my homepage I use a new products widget. Now I want to know how to change the sort order for the new products. I searched for hours but i can't the final ...
0
votes
0answers
24 views

Product Variants page with dynamic dropdowns

I am working on a page where I display products with variants. The number of products variants may change per product , I want to change the options based on one selection so eg. if I have a t-shirt ...
0
votes
0answers
18 views

Magento grouped product selling in Blocks of Hours

I need to sell a Course that has a block of 5 hours. I need the customer then fill the 5 hours with a 1hour compulsory product and then any combination of the other products to make ui the other 4 ...
0
votes
1answer
58 views

Export complete records from Magento EAV database

this is my first question here :) I need to export all my products from my Magento Shop in order to upload them in my own software. I need to export all the products from Magento and save them in a ...
0
votes
0answers
38 views

How to show products with images on hompage in magento1.5

In magento1.5, how do i show only the products that have images, on the homepage. I would also like to add this feature in the filters also so that anyone could check only the products with images.
0
votes
0answers
44 views

How to handle configurable products price rules by size in Magento?

I've products (curtains) which my customer can buy after choosing the size in a given unit (it can be metter, or a volume, or anything) Depending on the units I need to do different computation. ...

1 2 3