Wednesday, May 8, 2013

JQuery - Get the value of a text box with JQuery


Use this if you need to extract the value of a text box

//
// Include a reference to the Jquery library



JQuery - How to veify JQuery was loadded on the web page



Use this code to verify JQuery was loadded property to your web page.
 

//
// See if the jQuery was loadded
if (jQuery) {  
    alert("jQuery is loaded");
} 
else {
    alert("jQuery is not loaded");
}
//
//

Monday, May 6, 2013

Invalid Lowe's hierarchy based on Publication information



If you get the error:

Description:
Lowe's accepts only the following eight combinations of Hierarchical Level(s): a) BASE_UNIT_OR_EACH b) CASE c) BASE_UNIT_OR_EACH + CASE d) BASE_UNIT_OR_EACH + PALLET e) CASE + PALLET f) BASE_UNIT_OR_EACH + PACK_OR_INNERPACK + CASE g) BASE_UNIT_OR_EACH + CASE + PALLET h) BASE_UNIT_OR_EACH + PACK_OR_INNERPACK + CASE + PALLET
Steps to Rectify:
Verify that the information provided on the Publication tab is correct.
Item Number
GTIN
Retailer
Market
Invalid Data
50019374970630
0828439000008
US
Invalid Hierarchy for Lowe's: Published GTIN = 50019374970630

It is because you are including the in the publication tab and invalid level (like master pack), by removing the GTIN invalid from the publication tab, the problem is solved.