Pages:
Author

Topic: BitShop - cryptocurrency shopping cart script [PHP/MYSQL] (v1.1.2) - page 8. (Read 74817 times)

newbie
Activity: 23
Merit: 0
Yes it Works.

Sorry i Have found this bug i cannot modify the Standart Payment Gateway Settings
screen:
http://prntscr.com/84gq3l

and the line
http://prntscr.com/84gqdy
have you a fix for that?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Sorry about the delayed response, had to get some sleep. I changed the name of that function from list_all_keys() to list_conf_keys(). Fixed version has been uploaded. I think most of the bugs in 1.0.7 have been sorted out now.
newbie
Activity: 23
Merit: 0
This Script is Amayzing and the Support is Top,

So i have a bug found the other bugs waht i hafe found is fixed ;-)
The new bug is when click export keys the Scripts Answare
Fatal error: Call to undefined function list_all_keys() in /home/shop/inc/admin/keys.inc.php on line 217

I have check in the other versions of this file (1.0.6)Smiley and i conot find the Problem!


I Have 60% from Script Translate to German de-DE

Ps:
If no function call home built would be the something good for the ToDo list for Version 1.0.8.
This Script is Every US Doller worth Thx

Regrads
Sascha
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok just found a few more bugs in the admin area thanks to some helpful bug reporting. Fixed version has been uploaded.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok I have decided to offer two new ways to purchase BitShop. These are less expensive one-time download options for those people who don't want or need access to future updates.

BitShop One-Time Download (6 months support) - $14.99 USD

BitShop One-Time Download (no support) - $9.99 USD
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I just realized that the copy of BitShop I uploaded had the curl ssl verification turned off. It should be on so that ssl certificates can be properly verified. Check line 25 of the lib/bit-sci.lib.php file to fix it yourself or just download 1.0.7 again and replace that file.

@Medow: no BitShop does not work as an open marketplace, all products must be created by the admin.
sr. member
Activity: 357
Merit: 250
Is it possible to let peoples add their own products and the admin cut a commission from sold products?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Well the admin login code is totally different from what it was before and it doesn't use cookies anymore so the problem cannot be the same. Are you getting any error messages when you try to login? What exactly happens when you try to login? Have you tried logging in with the tor client option?
newbie
Activity: 18
Merit: 0
I finally solved MoreBloodWine's problem, it was a problem with his server configuration after all. It seems like the problem was caused because output_buffering was enabled and it was causing the headers_sent() function to always return false, which led to it doing header redirections when it shouldn't have been, which stopped the cookies from being saved properly. I solved it by forcing a javascript redirection on the admin login page. All future versions of BitShop will contain this change but if you're using v0.9.6 or earlier and you are experiencing this problem send me a PM and I will tell you how to fix it.

I have the same problem in v1.0.7 at the admin login, user login, user registration by using an nginx reverse proxy with the following configuration:
Code:
    location / {
proxy_pass  http://ipadress:80;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
proxy_redirect off;
proxy_buffering off;
proxy_set_header        Host            $host;
proxy_set_header        X-Real-IP       $remote_addr;
proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
   }

without the reverse proxy it works (apache2). Do you have any idea how to solve that? I searched a long time know but couldn't fix this.

Best regards
hero member
Activity: 896
Merit: 1000
Alright bitfreak, I have to give it to you... You just made me have a little accident in my pants from excitement... But anyhow this is great news, gonna update mine now.
 Cheesy
hero member
Activity: 734
Merit: 507
Wow bitfreak! You did an amazing work, simply the best you are! Thanks so much. :-)
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok sorry about the wait guys, was a lot more work than I expected. But the wait is now over, behold BitShop v1.0.7. Anyone with any existing product keys should still be able to access their files in the client file area (look for the download icon in the new menu). It is a very large update so obviously there may be some bugs still to work out, just let me know if anyone has any problems. I haven't actually tested the new Coinbase and GoCoin callback scripts but I'm 90% confident they should work. I have the GoCoin gateway enabled on the official BitShop website so we'll know if it works soon enough.

New features include:

* redesigned menu of the two included themes
* user can now change language, currency, etc
* added shopping cart and customer login area
* added support for physical items and shipping
* added support for coupouns and vouchers
* now use bcmath to operate on decimal money values
* recoded ticker stuff to be more reliable
* overhauled the default payment gateway
* support for multiple gateways simultaneously
* added support for multiple admin accounts
* real amount paid recorded for accurate accounting
* support for custom list of bitcoin addresses
* support for 0 confs in default payment gateway
* support for almost any altcoin via the daemon RPC
* recoded gateway system to be totally modular
* added support for GoCoin payment gateway module
* added support for a couple of new explorer api's
* removed support for blockexplorer.com api
* improved scalability of star rating system
* several other misc bug fixes and improvements

Features planned for next version:

* group based permissions for accounts
* more control over accounts in admin area
* integrated ticket support system
* a wish list system for registered users
* misc speed and scalability improvements

How to update BitShop to v1.0.7 (for v9.9.1 to v1.0.6):

1) Make a backup of your existing BitShop files and database.
2) Upload new BitShop files and replace old files (can skip log files).
3) Run the update_db.php script then run the install.php script.
4) Login to the admin area and update your settings (old settings are lost)
5) Change your cron job commands to run the scripts in the "cron" folder.
6) You will have to reapply any customizations you made to BitShop.

You should also delete the following files:

/inc/admin/login.inc.php
/inc/admin/tickconfig.inc.php
/inc/pages/status.inc.php
/sci/ajax_hack.php
/sci/callback.php
/clean_trans.php
/goxgrab/*
/install/*

All your database tables will remain in tact except for the Transactions table, which means your order history will be cleared by the update. The table with all your old order data will remain there unless you manually remove it, BitShop just wont use it anymore.

Also it's worth mentioning that I haven't had time to do any translations so I've only included the American and British English files in 1.0.7. I'm not really a great translator anyway, I use machine translation for most things. I would prefer if I could get some proper translations.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
New version should be released some time in the next 12 hours. Just have to finish up a few last changes to the admin area then update the official BitShop website.
full member
Activity: 210
Merit: 100
Any update on the new version? End on the week has passed and I'm interested in this script. Hopefully I'll purchase it once the new update is out and I like it.
newbie
Activity: 18
Merit: 0
When will the new version be released? I coded an implemented News System for Bitshop and I would like to spend it for you because I really like your project. Is there any possibility to contact you via ICQ or Jabber or sth like that?

Kind regards
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
is there a reason you say digital goods only? i have a friend with a jewelry ecommerce site which i would like to pimp with bitcoin
The next version will have basic support for physical items but there are a few reasons I have avoided it. There are already many shop scripts out there which have advanced support for physical items, but not many which provide advanced support for digital items and an automatic delivery system. I wanted to keep BitShop focused on digital goods because it was a good match for digital currency, that is also why I don't really want to add support for PayPal and other traditional payment gateways. The other main reason I didn't want to add support for physical items is because it's just not a very simple task when you take into account shipping costs. To do it properly requires a complicated system which can calculate shipping costs based on zip codes. I have no real motivation to do any of that when other cart software offers those functions and BitShop was always designed to only support digital items.

But I have decided I will add basic support for physical items since it's not that hard if I don't worry about calculating the shipping costs dynamically, which is why I say it's only basic support for physical items. The admin will be able to input the weight of the item and that will be used to calculate the shipping cost. In the settings the admin will also be able to change the how much the weight affects the shipping cost. The other new thing it will do is ask for the buyer shipping details during checkout. It's not the most advanced system in the world but it should get the job done for most people who want to sell physical items. Like I said I'm not really willing to spend a whole lot of time focusing on support for physical items but if anyone has any better ideas I'm listening.
hero member
Activity: 556
Merit: 500
its not my fault
is there a reason you say digital goods only? i have a friend with a jewelry ecommerce site which i would like to pimp with bitcoin
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I apologize for the delay once again, I had to work on another project the last couple of days. Back working on BitShop now and it definitely should be finished by the end of this week, there's not very much left to do now.
legendary
Activity: 1050
Merit: 1001
Don't forget physical item / address support ;-)
It's already done, most things are already done, most of the work left is boring stuff like translations or recoding a lot of the admin area to make it work properly with all the changes I've made to the rest of the code base.
So awesome ! Keep up the great work !
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Don't forget physical item / address support ;-)
It's already done, most things are already done, most of the work left is boring stuff like translations or recoding a lot of the admin area to make it work properly with all the changes I've made to the rest of the code base.
Pages:
Jump to: