SKUs are unique identifiers for each distinct product.
Questions tagged [skus]
27 questions
0
votes
1 answer
Android In-app Billing - Item Price (Issue)
I need to get sku price. 10 skus placed in dev. console.
Using this code I can get only information about purchased items.
Bundle querySkus = new Bundle();
querySkus.putStringArrayList(GET_SKU_DETAILS_ITEM_LIST, skuList);
Bundle…

Siarhei Sinelnikau
- 423
- 1
- 6
- 12
0
votes
3 answers
Update Magento SKU with EAN + Product ID
I´m trying to mass update my product´s SKU with a string made up of EAN (dash) Product ID.
E.g.
EAN=1234 & ID=44
Result=1234-44
I´m happy to use either PHP or a MySQL statement that I can copy/paste into phpMyAdmin.
Please be as specific as…

Pablo
- 31
- 5
0
votes
1 answer
What's the best method to EXTRACT product names given a list of SKU numbers from a website?
I have a problem.
I have a list of SKU numbers (hundreds) that I'm trying to match with the title of the product that it belongs to. I have thought of a few ways to accomplish this, but I feel like I'm missing something... I'm hoping someone here…

extractguy
- 15
- 3
0
votes
2 answers
different sku for all products for recognizing the location in store
we have some 2000 products stored in warehouse.
now we have to give the every product "location id" so that if customer ordered online,
we can search the "location id" by product and than we can deliver to customer.
how to put location id for each…

user3510279
- 127
- 1
- 10
0
votes
0 answers
passing sku to Sagepay using Magento 1.7.0.2
my clients uses Sagepay for his bookeeping and wants the website (using Magento and the Ebizmarts Extension v3.0.19.1) to pass the sku to the Sagepay portal along with the current customer details.
Can anyone advise how I go about doing this?
I have…
0
votes
1 answer
Android: testing IAB with email in developer console
I am going to test IAB for my Android app. I uploaded the release signed apk to alpha slot and I created a product that is flagged as active.
Now I need to test the IAB in-app purchase workflow for a managed product with a test account (static…

P5music
- 3,197
- 2
- 32
- 81
0
votes
1 answer
Magento Shopper update sku qty via import CSV only process the first record
I’m not sure what’s happening but using this template (queldorei.com) I’m unable to update the quantity using CSV import.
Here’s the content of my CSV file:
sku,qty
sku_red,444
sku_green,222
sku_blue,333
However, each time I uploaded it using…

insignificant
- 25
- 5
0
votes
1 answer
How to apply regular expression on product SKU field in magento
I have let says 3 products
P1 with SKU "xyz_1" and price "10"
P2 with SKU "xyz_2" and price "20"
P3 with SKU "xyz_3" and price "50"
I want a query in magento to get sku xyz with minimum price i.e xyz_1 only.
I want something like this select…

M.Bilal
- 1
- 3
0
votes
0 answers
Split Product SKU - Google Analytics
I have a magento store, and I use custom options, so my product SKU's come out like this:
NMO-DBSZ-SLKK-SKKZS-XBONE-CAZZ
What I want to do is create a report of each individual SKU so I can get daily/weekly totals of individual products purchased.…

Switch
- 3
- 4
0
votes
1 answer
Changing SKU in amazon android app
I have made an android app for amazon with in-app feature. Now I need to make my app live. My question is do I need to change any SKU string or so before uploading my app online? While testing my app, I had added a json file and an Sku string in my…

Shahbaz Pothiawala
- 1,175
- 5
- 20
- 38
0
votes
2 answers
Magento sort items ordered
When I'm in: index.php/admin/sales_order/view/order_id/[ID]/key/[KEY]/ I can see the: "Items Ordered"
I'm looking for the code where the products are loaded in this table. I want to sort the ordered items by SKU.
Any hints?
PS:
I was looking in…

Bob van Luijt
- 7,153
- 12
- 58
- 101
0
votes
1 answer
How do I show the product SKU instead of it's name in the breadcrumb trail in Magento?
I'm trying to show the product SKU in the breadcrumb trail instead of the product name. Does anyone have any ideas as how to do it? Thanks!

Wisey
- 15
- 1
- 7