Search found 98 matches

by bitfreak
Tue Aug 09, 2016 6:36 am
Forum: Technical Support
Topic: Vouchers [solved]
Replies: 2
Views: 10273

Re: Vouchers

You mean you tried to buy a product using the voucher and it wouldn't accept the code? It could be because the voucher doesn't doesn't apply to that product. If you want a voucher to apply to all products then set "Item ID" to 0 when creating a voucher, it will then discount order totals.
by bitfreak
Tue Aug 09, 2016 6:19 am
Forum: Technical Support
Topic: Code list
Replies: 4
Views: 15493

Re: Code list

Ok I've located the problem, will include a fix in the next version of BitShop. For now you should be able to fix it by replacing line 31 of the /inc/admin/newitem.inc.php file with the following line:

Code: Select all

insert_code(trim($value), $new_id, 0, 0);
by bitfreak
Tue Aug 09, 2016 5:40 am
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47145

Re: Cron error [solved]

Like I said, you don't need to add your IP address anymore, the server_name() function should automatically get your IP address if there is no domain name.
by bitfreak
Wed Jul 13, 2016 1:22 pm
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47145

Re: Cron error [solved]

krang wrote:I tried with quotes double " and single ' but still nothing.
If you're using v1.1.1 then it should automatically work without having to add your IP address.
by bitfreak
Wed Jul 13, 2016 10:58 am
Forum: Technical Support
Topic: Cron error [solved]
Replies: 15
Views: 47145

Re: Cron error [solved]

error: PHP Parse error: syntax error, unexpected '.115' (T_DNUMBER) in /var/www/pawnshop/inc/config.inc.php on line 100 115 is part of my ip address The newest version of BitShop should have fixed this problem for you automatically, but to give you a solution for earlier versions, you probably need...
by bitfreak
Wed Jul 13, 2016 10:22 am
Forum: Technical Support
Topic: MySQL error
Replies: 2
Views: 12168

Re: MySQL error

Hey man sorry for the delayed response. This is a rather strange problem, I didn't change anything related to the file upload stuff in the newest version of BitShop and I cannot reproduce the problem on my end. For downloadable files, the FileStock field is used to hold the size of the file. So it l...
by bitfreak
Wed Jun 08, 2016 3:30 pm
Forum: Technical Support
Topic: Selling digital unique products
Replies: 3
Views: 9460

Re: Selling digital unique products

These are the selling methods available in BitShop: File Download : this will allow you to sell a file which can be downloaded by buyers immediately after their payment is confirmed. This type of product will have unlimited stock because it can be downloaded an infinite number of times. The download...
by bitfreak
Thu May 26, 2016 10:05 am
Forum: Technical Support
Topic: index.php?page=item&id=9'A=0
Replies: 2
Views: 12336

Re: index.php?page=item&id=9'A=0

You should have error reporting completely disabled when the shop is live so those error messages don't show up.
by bitfreak
Thu May 26, 2016 10:03 am
Forum: Technical Support
Topic: cant pay [solved]
Replies: 1
Views: 9569

Re: cant pay

Sorry about that, was a bug with the latest version of BitShop caused by the addition of the PHPMailer library. Apparently PHP doesn't like when you use more than one autoloader. Has been fixed now and should work properly. If you already downloaded v1.1.1 just download it again and use it to replac...
by bitfreak
Sun May 22, 2016 5:51 am
Forum: Ideas and Proposals
Topic: A few suggestions
Replies: 2
Views: 30861

Re: A few suggestions

Some good suggestions, I'll definitely try to include most of them in future releases. Development will be slow for a little while though because I've got a lot of other stuff I need to work on right now.