bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
March 26, 2016, 07:00:45 AM |
|
Do you have error reporting enabled and "Debug Default Gateway" set to true? I just tried purchasing the test item on your shop and it died before it even reached the gateway page so there definitely seems to be some sort of error occurring.
Thx No, I cant set this on "true" https://vid.me/ufFNYou see?! He jump back too "false" Ok it looks like you found a bug. Open /sci/gateways/default/config.html and replace lines 11 and 12 with the following lines: <option value="true" <?php if ($use_testnet) { echo 'selected="selected"'; } ?>>true</option> <option value="false" <?php if (!$use_testnet) { echo 'selected="selected"'; } ?>>false</option> I will include that fix in the next release.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
March 26, 2016, 07:05:44 AM |
|
the design could be alot better, also php is kinda oldschool, is this laravel php? The design is just the default Bootstrap theme. Also C++ is oldschool, that doesn't mean it's bad to use. And no it's not laravel PHP, BitShop doesn't use any PHP framework, it's just pure PHP coded from scratch.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
March 26, 2016, 07:17:03 AM |
|
I recently had an order by someone going by the name of "Pwner". If you're reading this, please send me a PM because I was unable to send you an email. Your email server seems to be rejecting all incoming emails and that's probably why you have not received any BitShop emails.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
Jameshaswon
Member
Offline
Activity: 100
Merit: 16
|
|
March 26, 2016, 07:20:46 PM |
|
If I buy this, are there any good themes you could recommend that are free?
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
March 28, 2016, 06:15:08 AM Last edit: March 28, 2016, 06:56:05 AM by bitfreak! |
|
Free bootstrap 2 themes can be downloaded from WrapBootstrap and Bootswatch.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
insters
Newbie
Offline
Activity: 15
Merit: 0
|
|
March 28, 2016, 04:45:33 PM Last edit: April 14, 2016, 08:34:57 AM by insters |
|
---
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
April 02, 2016, 12:05:05 PM |
|
That fix was just so the gateway debugging would work. Do you now see any error messages? And the default gateway already uses the blockchain.info API, among several others, to confirm payments.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
insters
Newbie
Offline
Activity: 15
Merit: 0
|
|
April 04, 2016, 08:59:24 AM Last edit: April 14, 2016, 08:34:45 AM by insters |
|
---
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
April 08, 2016, 12:18:27 AM |
|
You need to disable SMTP emails, I accidentally enabled it by default.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
insters
Newbie
Offline
Activity: 15
Merit: 0
|
|
April 08, 2016, 05:47:18 AM Last edit: April 14, 2016, 08:34:34 AM by insters |
|
---
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
April 08, 2016, 07:19:23 AM |
|
Open /inc/config.inc.php and set $smtp_enable to false.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
insters
Newbie
Offline
Activity: 15
Merit: 0
|
|
April 10, 2016, 07:39:58 AM Last edit: April 14, 2016, 08:34:20 AM by insters |
|
---------
|
|
|
|
juffer
Newbie
Offline
Activity: 18
Merit: 0
|
|
April 11, 2016, 05:56:10 PM |
|
Thank you for the new version. I bought a new 1-year license because of the new smtp functionality but it doesn't work for me, i'm trying without success since hours now :/ After submitting the captcha in the order process, i get following errors: Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/Net/SMTP.php on line 464
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in /usr/share/php/Net/SMTP.php on line 246
Strict Standards: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in /usr/share/php/Net/SMTP.php on line 248
Please wait while you are redirected to the payment gateway. There are no login data sent to the new buyer, but after successful transaction the order information is sent successfully Do you have any idea? I'm using debian wheezy + apache2. Kind regards
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
April 12, 2016, 02:41:54 AM Last edit: April 15, 2016, 01:07:38 AM by bitfreak! |
|
Apparently the SMTP Pear package hasn't been updated in a while and doesn't obey the new standards of PHP. But those strict standard errors shouldn't really stop it from working, you should be able to hide them like warnings just by disabling error reporting. But I have a feeling the SMTP emails wont work even after disabling error reporting, I didn't actually confirm it was working because I assumed they wouldn't let such an important Pear package get so out of date it would no longer work, but it seems that may be the case. In the next release of BitShop I will replace the crappy Pear package with a modern SMTP library which can be included with BitShop so it wont have to rely on the SMTP Pear package being installed.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
JoeYuan
Newbie
Offline
Activity: 22
Merit: 0
|
|
April 23, 2016, 12:49:30 AM |
|
Can the current version integrate coinpayments.net ?
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
April 30, 2016, 06:54:00 AM |
|
Can the current version integrate coinpayments.net ? No but it's near the top of my list of gateways I plan to add to BitShop.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
VIPThings
Newbie
Offline
Activity: 12
Merit: 0
|
|
May 12, 2016, 10:41:17 AM |
|
Where i can find Good Icon and Theme for Bitshop ?
Thanks.
|
|
|
|
bitfreak! (OP)
Legendary
Offline
Activity: 1536
Merit: 1000
electronic [r]evolution
|
|
May 22, 2016, 08:31:18 AM |
|
Version 1.1.1 of BitShop has been released. It adds a stand alone PHPMailer email library which replaces the outdated PEAR email package. It also fixes the bug where SMTP was enabled by default and a few other small bugs. The latest version can be downloaded from the client file area using a valid license key.
|
XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
|
|
|
SteamGamesBTC.com
|
|
May 22, 2016, 09:38:16 AM |
|
@bitfreak! That's very nice, you're doing awesome work. Thank you.
PS. Update thread title. ;-)
|
►SteamGamesBTC.com◄ > Automatic 24/7 bot: purchase any Steam game 20% cheaper with Bitcoin! <
|
|
|
abbayuser
Newbie
Offline
Activity: 1
Merit: 0
|
|
May 26, 2016, 07:00:46 AM |
|
Hi,
i cant make payments in his shop, the checkout seems broken. anyone can make payments in his shop?
Regards
|
|
|
|
|