Pages:
Author

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

legendary
Activity: 1540
Merit: 1000
I have most of Bitshop figured out now but is there any particular reason why I'd be getting this error? Everything else works including making products etc.


Quote
There was an error creating the transaction. Please go back and try again.

If it helps I've made a test file key, I'll keep checking over the instructions to see if I can fix it myself, also getting these weird problems where the admin login page won't confirm my login and let me in.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Just released version 0.9.0. It adds multiple new features including a new section for managing and exporting the bitcoin keys in the admin area and increased modularity in the template system. I've also added a showcase page to the BitShop website which contains a few good examples of what can be done with this script.
legendary
Activity: 1540
Merit: 1000
For those who want to know I found the source of the problem and for whatever reason the store decided to work when I set my permissions to 777 a lot of weirdness going on there but it's working as it did before now.

Edit: I also found changing the folder name of the shop fixed things
legendary
Activity: 1540
Merit: 1000
You guys will love this, this is what I get for not reading up the comments carefully:

Quote
// turn on/off error reporting (disable when live)
ini_set('display_errors', 1);
error_reporting(E_ALL);

// show sql debug info on error (disable when live)
$debug_sql = true;

Will let you know if it works.

Edit: Well nothing I tried worked so I give up now, the admin editing area seems to be borked for some reason but for some reason I can still edit up the pages in notepad++ and upload the changes just fine. The products page and the RSA Keygen works though so I guess I'll just edit offline as a workaround until I can find out what's wrong.

Edit 2: My webhost has apparently been DDOS'd a lot and the cpanel has gone down entirely now, that's probably why the store wasn't updating properly if I do any editing on it online.
legendary
Activity: 1540
Merit: 1000
I think I've mucked something up, is there any reason why I'd get an "Update failed!" red error message? I did double check my stages so I wonder if it's something I've unwittingly botched through editing, I think I need to download the source code again.

Edit 1: Seems to be happening even when I edit just the most basic settings but I'll keep tweaking to see if I can find the cause, I still seem to be able to generate RSA keys just fine though for some reason.

Edit 2: Well I think I've tried all I can, I wonder if it's something to do with my FTP server, I'll have a look around but I've never come across this issue, I also tried changing file permissions etc. just in case.
full member
Activity: 215
Merit: 100
Thanks for the update.
Future development could be made modular, with the ability to add any type of alt currency payment. I don't use many, just BTC and LTC, but there is a potential for country specific alt currency to spring up.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Have you thought about adding LTC payments?
No I haven't thought about that before actually. I may add that feature in a future version if I think it'll be worth the effort but for now it'll just be bitcoin. I just want to keep things as simple as possible for now.
full member
Activity: 215
Merit: 100
Have you thought about adding LTC payments? I had someone ask about it, seems he only wants to horde BTC, not actually help it become a currency.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Is it possible to accept 0 confirmation payments?
Not really, because the blockexplorer.com API doesn't allow it (last I checked). However the script does switch between using the blockexplorer.com API and the blockchain.info API every few calls. To make it work properly with 0 confirmations you'd probably need to change to the script to use only blockchain.info, which I could do for you. But then if blockchain.info went down you wouldn't have blockexplorer.com to fall back on.
hero member
Activity: 482
Merit: 502
Is it possible to accept 0 confirmation payments?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
lol that's a pic of my cat. Grin

Sorry I must have left that pic in there accidentally after I did some testing.

Thanks for letting me know though.  Wink
full member
Activity: 215
Merit: 100


So, I'm adding my stuff to the store, and get to item 25...hit edit to upload an image and WTH??
There is already a preview of an image....nice cat btw. Would have preferred one NOT cleaning it's crotch though. Smiley
So I looked in the clean download, in the /pics folder, and there is a 25 already, with this image in it.

LOL, thanks for the "what the hell" moment I had
full member
Activity: 215
Merit: 100
Thanks for your attention to my issue bitfreak! You rock.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ah thanks, I'll give it a shot and see if that works.

Edit: Excellent! Everythings working great now! Thanks! Smiley It's nice and quick too, I've always found that Open Cart stuff way too clunky.
No problem, the .htaccess file from HTML5 Boilerplate really seems to speed up any website a lot. It's probably also because the script doesn't use any complex PHP framework, it's basically just pure PHP coded as simple as it can be.
legendary
Activity: 1540
Merit: 1000
Ah thanks, I'll give it a shot and see if that works.

Edit: Excellent! Everythings working great now! Thanks! Smiley It's nice and quick too, I've always found that Open Cart stuff way too clunky.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Bitfreak, I understand pretty much everything on the install.txt file you gave in the release but I have no idea how to use the mysql_db.txt you described, could you give clearer instructions on that? Normally I'm used to PHP stuff being needed on the Cpanel which I've already set up but I'm not sure what to do here.
In your case you need to create a new database within cpanel and then log into phpmyadmin and select the database you created. Then click on the SQL tab and paste the text from the mysql_db.txt file into the text area and hit the Go button. Now your BitShop database has been created and you should be good to go once you save the database connection settings into the main config file.
legendary
Activity: 1540
Merit: 1000
Bitfreak, I understand pretty much everything on the install.txt file you gave in the release but I have no idea how to use the mysql_db.txt you described, could you give clearer instructions on that? Normally I'm used to PHP stuff being needed on the Cpanel which I've already set up but I'm not sure what to do here.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
If I buy this, is it possible for people to sign up and post their own items to sell?
No it doesn't offer any type of auction or ebay-type functionality unfortunately.
full member
Activity: 129
Merit: 100
If I buy this, is it possible for people to sign up and post their own items to sell?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Thanks for the very nice feedback Luke. It certainly is hard to find shopping cart software tailored for selling digital items and I think the merging with bitcoin really helps make it unique. Thanks for your help with the debugging too, it was very helpful.

EDIT: btw folks check out Luke's website, now powered with BitShop:
http://cdkey-hut.com/
Pages:
Jump to: