0
votes
0answers
20 views

eBay, M2EPRO and Magento - linking variation SKU's to Magento products

I have a magento item SKU: PRODUCT On eBay I have created a variation listing for this product for multiple quantities (at discount prices). eBay treats each variation as a unique product with a ...
0
votes
0answers
27 views

Exporting Configurable Products stock Levels in Magento

I am currently using Magento for our clothing store. All of our products consists of configurable products and associated simple products. I would like to export a list of all the configurable ...
0
votes
0answers
68 views

Magento - price simple products using price code

I have had this problem with almost every eCommerce platform and can't seem to find a solution. Let me explain the problem with the following use cases. Please note, that I have no preference for an ...
0
votes
1answer
395 views

Show inventory of simple product of configurable products in Magento

I am quite new to Magento. As far as I understand, I need to form configurable products, to manage different size of a product. I want to show stock qty of each size seperately in the product view ...
0
votes
0answers
216 views

Magento: how to set items status to out of stock programmatically not using inventory when place order

I want to manage item stock programmatically, not using inventory. What I want to do is if a customer has an item in his shopping cart and he begins to proceeded to checkout, meanwhile, another ...
0
votes
0answers
83 views

Custom options stock

Let's say i have a configurable product with 5 sizes. The configurable product can take a printing option. Now let's say the printed product would be returned. I now need to create a new printed ...
2
votes
1answer
200 views

Magento event on stock change?

is there an event whenever the stock quantity of an product is changed? I tried: cataloginventory_stock_item_save_after _after and _before. But this event only get triggerd if product is saved, ...
0
votes
1answer
482 views

Stock levels with custom options in Magento

so i've looked all over Google and not found much in the way of positive responses. What i'm trying to do is Add a New Product to my Magento Store. The product is a Coat, the coat comes with 3 ...
2
votes
1answer
261 views

Magento: Custom “Out of Stock” message not disabled with product becomes in stock

Default behavior: When a product's quantity is 0 - the "out of stock" message is displayed. When the product becomes in stock (inventory updated by SAP), the "out of stock" message is disabled ...
1
vote
0answers
250 views

How can i change Magento inventory settings to website scope instead of global?

We have a multi-store setup with magento operating across multiple domains. Some of these websites are wholesale b2b websites and some are retail b2c websites. We have a different price per retail ...
1
vote
0answers
252 views

Magento inventory tracking for custom options

Is there any way to do this with Vanilla magento? I know I can create a configurable product with simple products "Product A - Option1, Product A - Option2 etc". Is it more beneficial to create simple ...
1
vote
0answers
244 views

Magento - How to manage inventory for two site with same category

In this article, I use site as physical website, website as the Magento website level. Which mean when talk about two sites, that is two totally separate websites, and two websites mean two websites ...
0
votes
1answer
2k views

Magento: item stock availability configuration

I would like to know, in Magento, when one configures the inventory related to a given product, one can go to the following: Magento Admin Panel -> Catalog -> Manage Products -> Click on Product ...
0
votes
0answers
232 views

Magento CE v1.6: “Display Out of Stock Products” is not hiding out of stock products

I have a production install of Magento v1.6 that I think may have been overridden somewhere when it comes to hiding out of stock products (out of stock simple products associated to a configurable ...
1
vote
1answer
495 views

Using Magento to track inventory for two separate stores

I recently found the following add-on: http://innoexts.com/store-view-pricing/ And while it is great that I’m able to separate prices by store view, I also want to keep track of stock on a store view ...
0
votes
1answer
97 views

Magento print store address and common inventory

I have two physical stores in two different cities which sell same products, and I want to have online store too now in magento. BUt I also want to record orders at both the physical stores in magenot ...
0
votes
1answer
407 views

magento backorder per website

We need to change backorders per website Say Product X with quantity 0 can be purchased into WebsiteA but not WebsiteB Magento allow this attribute to be changed only globally. My idea was to create ...
0
votes
1answer
768 views

Change working of inventory quantity increment magento

I have trap in the problem scenario is describe blow According to the requirement i want force the user to enter the product quantity in multiple of minimum quantity for example if min qty is 50 ...
0
votes
1answer
275 views

Magento - How to set a per day inventory for an item

First post on stack overflow! Here we go… OK, so I have Magento community edition v1.5.1.0 setup on my server and have a single product all ready to go. The product has a date attribute which is the ...
1
vote
2answers
2k views

add attribute in product information -> Inventory tab

Hey, I just realise how easy is to add attributes to the form products in ADMIN, and its working perfectly. So similarly to setting attributes for General, Prices, Meta Information, Images, Recurring ...
1
vote
3answers
794 views

Magento case price question

I have two attributes for a product,first one is the unit price and second is the case price. The unit price is the default price of the magento,for the case price i create a new attribute named case ...
2
votes
2answers
2k views

magento bundle product displaying as out of stock

I have created a bundle product in Magento 1.4.0.1. All the components of the bundle are in stock but when the bundle is displayed on the front end, it shows as out of stock? How do I get that product ...
1
vote
1answer
381 views

Inventory decreases by 1 even if order was cancelled

Which configuration should I change in order to increase the inventory of a product back to what it was if the order was cancelled? Thanks,
1
vote
1answer
832 views

Partial refunds in Magento

How do I get a partial refund (credit memo) working in Magento? I have a customer who bought 3 items but only wants to get a refund on one of the items. Is there a way to do that? Also, can I move ...
0
votes
1answer
2k views

In Magento, how do you filter a product collection by the manage_stock field?

I've built an inventory update script - where I fetch a product collection in Magento, and iterate through the result set, updating product inventory (based on a separate inventory feed) as I go. I ...
2
votes
1answer
6k views

How to connect an external inventory management program with magento

Is there any possibility for connecting an external inventory management program with magento? Our customer wants to keep magento's stock synchronized with the "real" stock of his products.