Bitcoin Forum
May 24, 2024, 01:02:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 »
  Print  
Author Topic: BitShop - cryptocurrency shopping cart script [PHP/MYSQL] (v1.1.2)  (Read 74729 times)
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
March 26, 2016, 07:00:45 AM
 #701

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/ufFN

You 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:

Code:
	<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 Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
March 26, 2016, 07:05:44 AM
 #702

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 Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
March 26, 2016, 07:17:03 AM
 #703

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 Offline

Activity: 100
Merit: 16


View Profile
March 26, 2016, 07:20:46 PM
 #704

If I buy this, are there any good themes you could recommend that are free?
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
March 28, 2016, 06:15:08 AM
Last edit: March 28, 2016, 06:56:05 AM by bitfreak!
 #705

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 Offline

Activity: 15
Merit: 0


View Profile
March 28, 2016, 04:45:33 PM
Last edit: April 14, 2016, 08:34:57 AM by insters
 #706

---
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
April 02, 2016, 12:05:05 PM
 #707

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 Offline

Activity: 15
Merit: 0


View Profile
April 04, 2016, 08:59:24 AM
Last edit: April 14, 2016, 08:34:45 AM by insters
 #708

---
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
April 08, 2016, 12:18:27 AM
 #709

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 Offline

Activity: 15
Merit: 0


View Profile
April 08, 2016, 05:47:18 AM
Last edit: April 14, 2016, 08:34:34 AM by insters
 #710

---
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
April 08, 2016, 07:19:23 AM
 #711

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 Offline

Activity: 15
Merit: 0


View Profile
April 10, 2016, 07:39:58 AM
Last edit: April 14, 2016, 08:34:20 AM by insters
 #712

---------
juffer
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
April 11, 2016, 05:56:10 PM
 #713

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:
Code:
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  Huh

Do you have any idea? I'm using debian wheezy + apache2.

Kind regards
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
April 12, 2016, 02:41:54 AM
Last edit: April 15, 2016, 01:07:38 AM by bitfreak!
 #714

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 Offline

Activity: 22
Merit: 0


View Profile
April 23, 2016, 12:49:30 AM
 #715

Can the current version integrate coinpayments.net ?
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
April 30, 2016, 06:54:00 AM
 #716

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 Offline

Activity: 12
Merit: 0


View Profile
May 12, 2016, 10:41:17 AM
 #717

Where i can find Good Icon and Theme for Bitshop ?

Thanks.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
May 22, 2016, 08:31:18 AM
 #718

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
Hero Member
*****
Offline Offline

Activity: 734
Merit: 507



View Profile WWW
May 22, 2016, 09:38:16 AM
 #719

@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 Offline

Activity: 1
Merit: 0


View Profile
May 26, 2016, 07:00:46 AM
 #720

Hi,

i cant make payments in his shop, the checkout seems broken.
anyone can make payments in his shop?

Regards
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!