Questions tagged [sku]

SKU stands for Stock Keeping Unit, and is a product or service identification code that helps track the item for inventory. This tag relates to Questions regarding identification systems usually used to track inventory.

SKU stands for Stock Keeping Unit, and is a product or service identification code that helps track the item for inventory. This tag relates to Questions regarding identification systems usually used to track inventory.

132 questions
1
vote
0 answers

Android InAppBilling getSkuDetails returns null

I've been working on IAB V3, and have been having trouble, when trying to get the sku details off the store. After cheking for result failure of the inventory query, I try to get the details with inv.getSkuDetails(MODULE).getPrice(); This always…
TheFloppyToast
  • 58
  • 1
  • 12
1
vote
1 answer

Sku on Admin Order Info

I need to have SKU on order info in admin panel "OC3.0.2.0". Is here anybody can show me the way to solve this small problem. Thanks a lot for your time.
Navid
  • 65
  • 10
1
vote
2 answers

Filter products by sku number in admin

I need to have SKU in product list in admin panel "OC3.0.2.0" and if that possible to have it in filter at same place. Is here anybody can show me the way to solve this small problem. Thanks a lot for your time.
Navid
  • 65
  • 10
1
vote
1 answer

Using Python to Analyze Retail Data - Trying to get all orders that contain a specific sku and at least one other sku

I'm a python beginner that's working with a large csv file of online order data. I'm trying to see what skus people most frequently purchase with a specific sku, we'll call it grey-shirt711. I'm struggling to express how to say "show all orders…
Joe H
  • 11
  • 1
1
vote
1 answer

Magento - Products ordered add sku - Report

I want to add the SKU to the report list and i found a solution on Google but i seem to have some problems with it. What i did is that i added the following code to the Grid. It shows the sku for all simple products but not for all the configurable…
Kevin Steen Hansen
  • 555
  • 2
  • 6
  • 17
1
vote
1 answer

How to pass a number as string argument in workbook object (excel)

I am using a for loop to process data of 300 SKUs with some of them having SKU code as purely numeral. The raw data for each SKU is in separate file with both the workbook and worksheet name same as the SKU code. Error I am facing is index out of…
1
vote
3 answers

Shopify SKU not updating when variant is selected

I'm calling in a product SKU number that is supposed to change when the variant is selected based on this Shopify tutorial. As instructed I place the following snippet where I want the SKU to display: {% assign current_variant =…
jhawes
  • 2,354
  • 3
  • 24
  • 34
1
vote
1 answer

Creating SKU Codes Using PHP

I wanted to apologise off the bat for asking a question with very little prior information to go on, but im at a loss as to how to even start. I need to create a list of SKUs based on a preset grouping of SKUs that already exists its like a…
LewisMCT333
  • 105
  • 2
  • 10
1
vote
0 answers

How can I make distributed installs generate unique SKUs?

I have a open source application github.com/fredzannarbor/pagekicker-community that creates sequential SKUs for each individual product (book) that it builds. SKUs are currently generated using a simple minded bash file increment. sku=`tail -1 <…
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
1
vote
1 answer

Wrong img alt tag in duplicate product

I notice that the image alt tag in the Magento frontend is not correct for a duplicated SKU. It happens when I duplicate an SKU in Magento 1.9.2 backend. In that case, the img alt tags of the duplicated product images, are the same as the img alt…
Els den Iep
  • 302
  • 2
  • 15
1
vote
0 answers

Generator auto SKU with Prefix and suffix

I am trying to create a code that generated: a random prefix sku with four digits(3 integers and 1 char) that depends on the category (on the last sub category) so for all product that are in the same sub-category the prefix should be the same! a…
ThePom
  • 95
  • 3
  • 13
0
votes
1 answer

Shopify and Liquid: Get product in an array for loop of product variant SKUs

I'm trying to create a custom collection template on our Shopify store. Our business, every month, does a promotional update to our existing collections that ends up becoming a laborious chore with the manual collection curation of selecting…
aw1986
  • 73
  • 5
0
votes
0 answers

magento-2 configure custom field product price in admin

I want new tab, group in admin custom field product sku, price, sale price and a button update price. where admin can change above custom price dynamically enter image description here I write code in Namespace/ModuleName/etc/adminhtml/system.xml.…
0
votes
1 answer

Magento2 admin , how can create new custom product field "sku,"price", "sale price" and a button for "update price" dynamically

I want when admin select custom field product sku, able to Change price, sale price and a button for update price dynamically. I created only field by etc/adminhtml/system.xml but unable to its functionality dynamically. please help.
ahmad
  • 1
  • 1
0
votes
0 answers

Woocommerce, Add Product SKU to external link button

Need a bit of advice here and really more of a designer than a developer. I am developing a website where each product needs a button that sends the user to an 'outside' website for details on the viewed product. Since I am building the site via…
1 2 3
8 9