SKUs are unique identifiers for each distinct product.
Questions tagged [skus]
27 questions
29
votes
4 answers
Android inapp billing responseList is empty
I have defined some in app products in my app. I've uploaded the apk to the Google Play and added the inapp purchase products on the Google play.
I've got my ServiceConnection defined as followed:
ServiceConnection mServiceConn = new…

Gooey
- 4,740
- 10
- 42
- 76
29
votes
3 answers
What does "SKU" (attribute) mean in C#?
Today I encountered with the line
in my App.config file which caused errors with framework when the sku attribute was included. Although, I searched a lot I couldnt really find…

Cemre Mengü
- 18,062
- 27
- 111
- 169
9
votes
3 answers
Apple App SKU: How do I view and change SKUs?
When I go into iTunes connect and create a placeholder for a new App, it asks me for SKU.
It seems that I can pick a number out of the blue to use.
However, where can I find SKUs for my existing apps? I can't find this information anywhere!!!
And…

P i
- 29,020
- 36
- 159
- 267
7
votes
1 answer
UPC / SKU Database
Do any of you know where I can find a good UPC database to be downloaded?
or even a online UPC lookup, I've tried UPCDatabase.com and personally, I didn't like it that much.
Thanks!

Jerald
- 199
- 2
- 6
- 12
7
votes
3 answers
Get configurable sku from simple SKU or ID
I'm attempting to get a parent configurable product SKU from one of it's child simple products' SKU or ID. My understanding is that a simple can belong to multiple configurables, but I want the specific configurable the customer added to their cart.…

callmetwan
- 1,205
- 2
- 14
- 31
4
votes
2 answers
Why Magento search shows configurable products and simple products together?
I have created a configurable product A and simple child products A1, A2 and A3. When I search for product A by its name, the search gives me A, A1, A2 and A3. However, if I set child visibility to Not Visible Individually I do not get duplicate…

Miles
- 53
- 6
3
votes
1 answer
Magento - How to set a minimum order quantity of individual simple products?
Some products can be purchased the way they are and the way they are priced. But some products needs a minimum of 5, 25 or sometimes 50 or 100 and for description and logistical reasons they can not be created as quantity discounts because some of…

The Denster
- 103
- 2
- 8
3
votes
2 answers
Why should we use SKU since we have unique IDs
We use a unique id to sync products between our application and retailers.
Most of application are using SKU to identify the product, BUT why should we use a second id (SKu) if we already have one (primary incremental id key) ?

ImadT
- 491
- 1
- 5
- 21
3
votes
3 answers
Size SKU in Magento
How can I allow SKU be longer than 34 characters (for simple products) for all products?
When i add new product(simple) and enter more than 34 characters, Magento cuts it to 34 after saving.
In the database the 'sku' attributes ( for quete…

latvian
- 3,161
- 9
- 33
- 62
2
votes
2 answers
Woocommerce: get a list for all sku product
I would to get in a list all sku there are in an ecommerce.
I belive that I should use foreach cycle, but I don't know how to recall the selection of all products.
Thanks for all reply, and sorry for my bad english.
Greatings

user3324080
- 25
- 1
- 4
2
votes
2 answers
How to add SKU in Order Grid Page
I have already seen many examples on this for how to do it. But all the examples are for a different version of Magento. And none of them worked in my case. My version is 1.4.0.0rc-1. Yes I know this should not be in a production environment but…

blackRider
- 143
- 2
- 17
1
vote
3 answers
Get all possible concatenations
I have a database that I've inherited and need to create a query that generates all possible variations of a SKU. One table has the "base" SKU and the other table has all the SKU modifiers.
Example
Base SKU: MARIN could be modified into
MARINR15…

Bryan
- 43
- 6
1
vote
1 answer
Different SKUs per store in Magento
If I wish to get functionality of different SKUs per store for a particular product, what do I have to do?
Say that I have different stores, like men's shoes.com and women's shoes.com, in which the same product (CN Clogs Beach/Garden Clog) is…

Kamal Joshi
- 1,298
- 3
- 25
- 45
1
vote
1 answer
My code to add sku to cart doesnt work anymore
using woocommerce and before I would just use this code to have sku number show up on cart page. I would just add it in the functions.php
add_filter( 'woocommerce_in_cart_product_title', 'add_sku_in_cart', 20, 3);
function add_sku_in_cart( $title,…

nufftalon
- 25
- 6
1
vote
1 answer
Magmi bulk image import (associate by sku)
I have a folder with about 6000 images, all named according to the sku being imported in magento via csv. I have installed magmi and the Image Attributes Processor. If I put these images in media/import, will they associate themselves by sku, or do…

DWils
- 390
- 1
- 4
- 16