improved-sale-badges-free-version

설명

이 플러그인은 2025년 1월 8일(으)로 폐쇄되었고 내려받기가 불가능합니다. 이 폐쇄는 임시적이며, 전체 검토 대기 중입니다.

후기

2019년 5월 5일
The first “Badge Sale” plugin, which is working correctly and easily! Super, perfect! Thanks for it! 🙂
2017년 7월 6일
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)); } }
2016년 9월 3일
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.
모든 7 평가 읽기

기여자 & 개발자

“Improved Sale Badges – Free Version”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Improved Sale Badges – Free Version”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.