Pages:
Author

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

newbie
Activity: 5
Merit: 0
2. How to set course change Bitkon-Dollar in the upper right corner?
Quote
In your main settings. Change Fiat Name from USD to what ever you want. You can't change from BTC to something else until I add support for other altcoins.

The exchange rate of the dollar against the Bitcoin does not change!

https://cloclo18.cloud.mail.ru/weblink/thumb/xw1/f1764d611b75/2.JPG?x-email=fedotsemenoff%40mail.ru

https://cloclo13.cloud.mail.ru/weblink/thumb/xw1/965ea618d33d/3.JPG?x-email=fedotsemenoff%40mail.ru
newbie
Activity: 5
Merit: 0
1. I registered the API and key configured in the script store.
But when paying for goods message appears: All API \ 's are unavailable
What could be the reason?
Quote
I think that may be because the blockchain.info and blockexplorer.com API's block connections from hidden services. But you shouldn't see that message at all if you're trying to use the coinbase API. You need to go into your SCI settings and set "Use coinbase API" to true. Make sure you read the coinbase.txt file in the install folder.

I made all the settings as a file coinbase.txt

https://cloclo26.cloud.mail.ru/weblink/thumb/xw1/97bee348e451/1.JPG?x-email=fedotsemenoff%40mail.ru

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
1. I registered the API and key configured in the script store.
But when paying for goods message appears: All API \ 's are unavailable
What could be the reason?
I think that may be because the blockchain.info and blockexplorer.com API's block connections from hidden services. But you shouldn't see that message at all if you're trying to use the coinbase API. You need to go into your SCI settings and set "Use coinbase API" to true. Make sure you read the coinbase.txt file in the install folder.

2. How to set course change Bitkon-Dollar in the upper right corner?
In your main settings. Change Fiat Name from USD to what ever you want. You can't change from BTC to something else until I add support for other altcoins.

3. Why there is no choice:
  Select your connection type: Normal Client: Tor Client:
Where it is configured?
You don't need to configure it, that is for users of your website, they select one of the options at checkout. But I suppose since your website is actually running as a hidden service, all your users will be connected via Tor. I guess you could just edit the code to hide those HTML elements.
newbie
Activity: 5
Merit: 0
Site on the .onion.

1. I registered the API and key configured in the script store.
But when paying for goods message appears: All API \ 's are unavailable
What could be the reason?

2. How to set course change Bitkon-Dollar in the upper right corner?

3. Why there is no choice:
  Select your connection type: Normal Client: Tor Client:
Where it is configured?
legendary
Activity: 1050
Merit: 1001
EDIT: actually it is a bug on the checkout page which is affecting all IE browsers. I will get it fixed as soon as I can.
Sounds good but you said all IE browsers yet just earlier you said it was fine in IE8/10.
That's because I didn't understand what you were talking about until you mentioned the popup. I thought you meant the captcha was not being generated at all.
Ahh, Ty.

My inner curiosity was scratching so I had to ask ;-)
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
EDIT: actually it is a bug on the checkout page which is affecting all IE browsers. I will get it fixed as soon as I can.
Sounds good but you said all IE browsers yet just earlier you said it was fine in IE8/10.
That's because I didn't understand what you were talking about until you mentioned the popup. I thought you meant the captcha was not being generated at all.
legendary
Activity: 1050
Merit: 1001
EDIT: actually it is a bug on the checkout page which is affecting all IE browsers. I will get it fixed as soon as I can.
Sounds good but you said all IE browsers yet just earlier you said it was fine in IE8/10.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Well that is weird, and it does appear to be isolated to IE9. It shouldn't show that message unless the security code box is totally empty, so I have no idea why IE9 would think the text box is still empty. Internet Explorer is just so completely retarded, curse the fools who created it. The JavaScript Form Validator library seems to be the root cause of the issue but I don't see a simple way to fix it. I'll look into it further when I have more time and can be bothered dealing with IE nonsense.

EDIT: actually it is a bug on the checkout page which is affecting all IE browsers. I will get it fixed as soon as I can.
legendary
Activity: 1050
Merit: 1001
Edit: I did just try again and got the same popup. As for missing PHPLibrary. I assume you mean on my servers end but AFAIK I have everything I need library wise and you did say you havent tested IE9.
What popup are you talking about? It's working fine for me in IE8 and IE11, and I highly doubt it's a bug isolated to just IE9, the chances of that are absolutely minuscule but I'll install IE9 when I have time. I think the libraries you need to make the captcha work properly are libfreetype6, libfreetype6-dev and php5-gd. They are typically installed on server machines by default but not always.
Works fine in every other browser I have tried but this is what I get in IE9 as I described.

Notice I did input the code correctly.

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Edit: I did just try again and got the same popup. As for missing PHPLibrary. I assume you mean on my servers end but AFAIK I have everything I need library wise and you did say you havent tested IE9.
What popup are you talking about? It's working fine for me in IE8 and IE11, and I highly doubt it's a bug isolated to just IE9, the chances of that are absolutely minuscule but I'll install IE9 when I have time. I think the libraries you need to make the captcha work properly are libfreetype6, libfreetype6-dev and php5-gd. They are typically installed on server machines by default but not always.
legendary
Activity: 1050
Merit: 1001
I mentioned that on the last page. Seemed to be working fine for me:

Quote
Well the captcha is working fine in IE8, Firefox, Chrome, and everything else I try, so I have no idea why it would not work in IE9 (I have not tested IE9 but I see no reason why it shouldn't work). Most likely the problem is caused by a missing php library or something similar.
My apologies, I missed that.

Edit: I did just try again and got the same popup. As for missing PHPLibrary. I assume you mean on my servers end but AFAIK I have everything I need library wise and you did say you havent tested IE9. Just seems bad to lose sales over IE and captcha. Now I know you did release a remove captcha setting but I like captcha. That being said, if you don't look in to the IE9 issue what about maybe modifying the shop to add a remove if IE browser detected setting ?

This way I can keep catcha, have it disabled just for IE and you wont have to think I'm a looney ne more.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I mentioned that on the last page. Seemed to be working fine for me:

Quote
Well the captcha is working fine in IE8, Firefox, Chrome, and everything else I try, so I have no idea why it would not work in IE9 (I have not tested IE9 but I see no reason why it shouldn't work). Most likely the problem is caused by a missing php library or something similar.
legendary
Activity: 1050
Merit: 1001
Ok BitShop version 1.0.2 has been released. It adds Polish and Russian translations along with several minor bug fixes. It also includes the ability to edit reviews and disable the captcha security image, and also has better handling of product deletion. I haven't been able to strike a deal with any payment processor yet so still no altcoin support in this release unfortunately. The files and instructions for upgrading can be found at the client file area.
Did u have a chance to look in to the captcha and IE stuff I noted ?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok BitShop version 1.0.2 has been released. It adds Polish and Russian translations along with several minor bug fixes. It also includes the ability to edit reviews and disable the captcha security image, and also has better handling of product deletion. I haven't been able to strike a deal with any payment processor yet so still no altcoin support in this release unfortunately. The files and instructions for upgrading can be found at the client file area.
legendary
Activity: 1050
Merit: 1001
Next release or not isn't an important deal but is it something you would consider as an implementation ?
Yes it's a decent idea so I'll try to include it at some point.
Sweet, and Ty.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Well the captcha is working fine in IE8, Firefox, Chrome, and everything else I try, so I have no idea why it would not work in IE9 (I have not tested IE9 but I see no reason why it shouldn't work). Most likely the problem is caused by a missing php library or something similar.

until now i cant set price on btc when i set price 0.009 BTC this price will be acumulated to 0.01 Huh
You'll need to edit your database using phpmyadmin or something. Go to the page where you can see the structure of the products table and change the type of the FilePrice field from decimal(12,2) to decimal(12,4) and then you'll be able to specify up to 4 decimal places.

Next release or not isn't an important deal but is it something you would consider as an implementation ?
Yes it's a decent idea so I'll try to include it at some point.
legendary
Activity: 1050
Merit: 1001
btce appears to be working now, it's working on the official BitShop website.
Were you able to catch my question about timed deactivations ?
Yes I saw that but I don't think I'll be able to fit that into the next release. I'll see how I go.
Next release or not isn't an important deal but is it something you would consider as an implementation ?
sr. member
Activity: 280
Merit: 250
It's Never End
until now i cant set price on btc when i set price 0.009 BTC this price will be acumulated to 0.01 Huh
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
btce appears to be working now, it's working on the official BitShop website.
Were you able to catch my question about timed deactivations ?
Yes I saw that but I don't think I'll be able to fit that into the next release. I'll see how I go.
legendary
Activity: 1050
Merit: 1001
btce appears to be working now, it's working on the official BitShop website.
Were you able to catch my question about timed deactivations ?
Pages:
Jump to: