ISSUE 100 : Information has no plural (Fix front)
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
|
||||
var $btnAddToCart = $(".btn_add_to_cart", $("#form-product-details"));
|
||||
|
||||
var $productMeta = $("#stockInformations");
|
||||
var $productMeta = $("#stock-information");
|
||||
|
||||
var $inStock = $(".in",$productMeta);
|
||||
var $outOfStock = $(".out",$productMeta);
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#stockInformations{
|
||||
#stock-information {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user