ຄຳອະທິບາຍ
ປລັກອິນນີ້ໄດ້ຖືກປິດການໃຊ້ງານຕັ້ງແຕ່ວັນທີ 8 ມັງກອນ 2025 ແລະ ບໍ່ສາມາດດາວໂຫຼດໄດ້. ເຫດຜົນ: ບັນຫາດ້ານຄວາມປອດໄພ.
ການຣີວິວ
5 ພຶດສະພາ 2019
The first “Badge Sale” plugin, which is working correctly and easily! Super, perfect! Thanks for it! 🙂
6 ກໍລະກົດ 2017
Strings ‘d’ and ‘days’ are hardcoded in .js files.
Hours, minutes, and seconds are displayed without leading zero. Please find below a suggested fix. I edited the do_it() function and added an utility function pad():
function pad(num, size){ return ('00' + num).substr(-size); }
function do_it() {
timestamp–;
var days = component(timestamp, 24 * 60 * 60),
hours = component(timestamp, 60 * 60) % 24,
minutes = component(timestamp, 60) % 60,
seconds = component(timestamp, 1) % 60;
if ( curr.hasClass('isb_scheduled_compact') ) {
$div.html( ( days !== 0 ? days + '<span>gg</span>' : '' ) + pad(hours) + ':' + pad(minutes) + ':' + pad(seconds));
}
else {
$div.html( ( days !== 0 ? days + ' giorni, ' : '' ) + pad(hours) + ':' + pad(minutes) + ':' + pad(seconds));
}
}
3 ກັນຍາ 2016
Whit the free version you can set only the “default badge” for every product and you can chose only 2 type (1 christmass, 1 normal). 4 colours. And 2 positions.
Nothing at all if you think that your theme give you already a badge and with this plugin you override it.
The description is not right. It’s not understable what is free and what is pro. Anyway it’ all pro.
3 ກັນຍາ 2016
How can tranlate it?
ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ
“Improved Sale Badges – Free Version” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາແປ “Improved Sale Badges – Free Version” ເປັນພາສາຂອງເຈົ້າ.
ສົນໃຈຮ່ວມພັດທະນາບໍ່?
ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.