+ |
+
+ |
+
+ {product.name}
+ شناسه کالا: {product.artNo}
+ |
+
+ {toPersian(basePrice.toLocaleString())} تومان
+ |
+
+ {isWholesaleVerified ? (
+
+
+ {toPersian(wholesalePrice.toLocaleString())} تومان
+
+ ) : (
+
+
+ نیازمند تایید ادمین
+
+ )}
+ |
+
+ handleQuantityChange(product.id, e.target.value)}
+ placeholder="0"
+ className="w-20 bg-medical-gray-50 border border-medical-gray-200 rounded-xl py-2 px-3 text-center font-mono font-bold focus:ring-2 focus:ring-canina-blue/20 outline-none"
+ />
+ |
+
+ );
+ })}