2a947072

Rp 0

sekat pisah 3 set

Product Details

Field LabelField Value
Kode BarangN.36
NamaSlintru Kayu Putih Sekat Pisah 3 Set
Deskripsisekat pisah 3 set
Keteranganada 3 pcs ( 2 muka halus & bergerigi)
Quantityada 3 pcs ( 2 muka halus & bergerigi)
Key2a947072
Status BarangValio
Diambil Pada06/04/2023

Storage Details

TaxonomyTerms
Ruang SimpanGudang Group A
Tempat SimpanStudio 6

Additional Details

TaxonomyTerms
Kategori BarangProperti set
JenisSlintru
MaterialKayu
WarnaPutih
Perolehan Barang OlehValio
Status BarangValio

Rp 0

Quantity
Add to cart
SKU: N.36 Category:

Product Recently View

Read More

ada 3 pcs ( 2 muka halus & bergerigi)

jQuery(document).ready(function ($) { // Hook into the form submission event $('form#frm_form_3').on('submit', function (e) { e.preventDefault(); // Prevent form submission temporarily // Get the SKU field value var productSku = $('#field_sku2').val(); // Replace 'field_sku2' with your SKU field ID if (!productSku) { alert('Please enter a SKU.'); return false; // Stop submission } // Check if SKU is unique via AJAX $.ajax({ url: ajaxurl, // WordPress AJAX endpoint type: 'POST', data: { action: 'validate_unique_sku', sku: productSku, }, success: function (response) { if (response.success) { // SKU is unique, proceed with form submission $('form#frm_form_3').unbind('submit').submit(); // Re-enable and submit the form } else { // SKU is not unique, display an alert alert('SKU "' + productSku + '" is already taken. Please use a unique SKU.'); } }, error: function () { alert('An error occurred while validating the SKU. Please try again.'); }, }); }); });