今天开始!运行您自己的拍卖平台,并通过对每个成功售出的拍卖收取一定比例的费用来赚钱。
功能概述
第一个让您满意的拍卖平台 赚取一定百分比 从售出的每次拍卖中。
此外,您还可以通过对精选列表/常规列表收费来赚钱。
- 响应式:twitter bootstrap、html5、jQuery、CodeIgniter
- 简易出价和Bin系统:人们可以通过PayPal/Stripe(信用卡)出价或Bin。
- 拍卖的类别系统
- 会员资格:功能齐全的用户注册、登录、个人资料管理等。
- 余额系统:每个用户的收入都设置在站内余额上,您可以稍后在扣除费用后清零。
- Messging System:漂亮的内部消息系统
- 电子邮件和弹出通知:无论是新的出价、新消息还是其他拍卖,用户都会通过电子邮件和现场弹出窗口收到消息通知!
- 轻松结账:当人们使用 BIN 按钮时,他们会被重定向到付款以完成交易 ( PayPal/Stripe )
- ….在我们的现场演示中发现更多内容
管理员概述 – 完全控制
- 清单
- 类别
- 成员
- 评论
- 出价
- 交易
- 付款设置
- SEO 标题、描述、关键字
- 徽标、联系电子邮件等。
管理员演示
网址: https://auctions.crivion.com/admin
用户:admin
通行证: crivionrocks
不要让其他人在您观看时赚取!立即获取您的 PHP Auctions 副本!
更新日志
July 2024 - Fix: sometimes image rotation was messed on thumbnails during a listing creation - not anymore - Download the latest version and read documentation.html on how to ugprade
Oct 2020 - v1.4 - Added cronjob to pick winners for expired auctions without a BIN - not a manual feature anymore! - Take payments not only for BIN listings but also for auctions won by highest bidder.
Feb 2020 - v1.3 - you can now add SMTP Server to avoid issues with the mail() server sending to spam folder/not sending at all - fixes an issue where ipv6 users couldn't register
Oct 2019 - v1.2 Fixes: - price filtering by ASC/DESC was not working properly - now compatible with php 7.3+ - when auction title was too long it was messing the layout on homepage/all auctions pages - reserve price could be higher than bin when creating a new auction - creating a new category did not check if that name is already in (so you could end up with the same category name multiple times) - login from user profile page form was not working
Jan 2019 - v1.1.2 - adjusted code to make it compatible with latest PHP7+ servers - to ugprade, simply copy and overwrite upgrade-files/helpers/get_option_helper.php and set_option_helper.php into application/helpers/ folder.
July 2018 - three stylesheets were missing from last update - to update, simply copy featherlight.css, featherlight.gallery.css and sweetalert.css into css/ folder.
June 2018 - v1.1.1 - (fix) slight issues with licensing on newer php version
April 2018 - v1.1 - fixed crucial responsive issues - fixed: if bid price is higher than BIN, the bin will automatically increase - new: added bank transfer and manual payment options (thanks to Roderick1) - new: admin can now set currency code and symbol directly into admin panel - new: configure listing duration in admin panel - new: configure the text intro on header - new: configure the heading and subheading on homepage
Feb 2017 - Initial Release