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
12
votes
1 answer

How to create multiple simple-products with same SKU in WooCommerce?

I want to create multiple simple-product with same SKU in WooCommerce. I search in admin settings but there I cannot find any settings to enable this features. Is there any hook so I can disable this features.
dineshkashera
  • 1,442
  • 1
  • 15
  • 26
8
votes
2 answers

Magento Bulk update attributes

I am missing the SQL out of this to Bulk update attributes by SKU/UPC. Running EE1.10 FYI I have all the rest of the code working but I"m not sure the who/what/why of actually updating our attributes, and haven't been able to find them, my…
ehime
  • 8,025
  • 14
  • 51
  • 110
7
votes
0 answers

Difference between ARM SKU Name and SKU Name in Azure EA

I have been working with the Azure Consumption APIs and I noticed that these two APIs return very similar variables with different names: The reservationcharges endpoint defines armSkuName…
blueberryredbull
  • 219
  • 1
  • 11
6
votes
0 answers

android in-app billing Trivial Drive

I am making in-app purchases like TrivialDrive. Call queryInventoryAsync: mHelper.queryInventoryAsync(mGotInventoryListener); mGotInventoryListener: IabHelper.QueryInventoryFinishedListener mGotInventoryListener = new…
Illya Bublyk
  • 712
  • 6
  • 21
5
votes
2 answers

Play billing library connection and querying sku details

I need some input here on how connection is made and querying the sku details. I'm working on the tutorial and copying the in app billing logic over to my app. https://codelabs.developers.google.com/codelabs/play-billing-codelab I followed the…
Meep
  • 501
  • 6
  • 24
4
votes
1 answer

Creating table/columns combinations using SQL Query or Laravel SQL Query Builder

I have an existing scheme for products variations. I want to create a combination of each production time, quantities and variation options. I will create a selection form by accessing the quantities, production times, variation and variation…
Mert Aşan
  • 366
  • 1
  • 6
  • 18
4
votes
1 answer

Redirect product SKU from Url to the related product in WooCommerce

I have a WooCommerce store and I would like to basically redirect product SKU from Url to the related product. So for example for the Url domain.com/product/SKUID, user should be redirected to the following url domain.com/product/product-name or…
3
votes
1 answer

How to add a (second) custom sku field to WooCommerce products?

We needed another field in our products for Prod ref/Cat numbers and I found the bit of code below which works perfectly. I now need to add a second field for Nominal Codes used by the accountants software. I tried using the below code again,…
Ashley
  • 131
  • 11
3
votes
1 answer

Sort products at the bottom of the product list in cart WooCommerce by SKU

In WooCommerce, I use a code that shows the steak weight selection form, saves the selection data and displays this data in the cart, on the checkout page, when editing the order and in email notifications. My code is also combined with a code that…
Dmitry
  • 119
  • 1
  • 9
  • 38
3
votes
2 answers

Stripe - SKUS without a name are not supported by checkout

I'm implementing a stripe checkout system. Every time i try to call checkout view i have a weird javascript error: IntegrationError: SKUs for Checkout require a name attribute. In dashboard the button for checkout integration is greyed out. Any…
André Castro
  • 1,527
  • 6
  • 33
  • 60
3
votes
1 answer

WooCommerce SKU characters limit

I have this question about WooCommerce SKU: Does it have a limit in number of characters? If there is a limit, how to extend it? Thanks
Francis Alvin Tan
  • 1,057
  • 3
  • 21
  • 42
3
votes
1 answer

Get the SKU in a Product list sales report

Using WooCommerce, I have this code that output a product list report: $args = array( 'post_type' => 'product', 'posts_per_page' => -1, 'meta_key' => 'total_sales', 'orderby' => 'meta_value_num', 'order' => 'DESC', …
3
votes
0 answers

Use wp_query with multiple post types but apply meta_query on only one post_type

I would like to wp_query all my given post_types and apply a filter on one of the four post_types without excluding posts of the other post_types. For example, I would like to find all posts that have P110612 in it. This code is the WooCommerce…
Tklaversma
  • 51
  • 4
2
votes
1 answer

In-app purchase. Unable to buy again. Item response: "7 Item Already Owned"

I'm figuring in this problem when I try to by for the second time the same consumable. First time work perfectly but i can't buy it again. I'm testing billing and I don't pay real but I'm using test card. could Anyone help me to solve the problem ?…
DoctorWho
  • 1,044
  • 11
  • 34
2
votes
1 answer

WooCommerce: Check the number of different cart items / SKUs in cart

I want to show a checkout button above the cart if there are more than one items (different SKUs) in it. I found a way to hide the button of there is only one item in the cart. The problem is, that multiple versions of the same product (SKU) counts…
Cray
  • 5,307
  • 11
  • 70
  • 166
1
2 3
8 9