Pages:
Author

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

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
hey so I have my shop all set up and finished. But I am having a issue. When people pay its going to a address I don't even own. How do I fix this?
That is the way BitShop is designed to work, it will generate a new address for each transaction and then use the blockchain.info and/or blockexplorer.com API to verify the payment. You can switch to the coinbase.com API if you want coinbase to handle your wallet. Read the install/coinbase.txt for help setting it up.
member
Activity: 61
Merit: 10
hey so I have my shop all set up and finished. But I am having a issue. When people pay its going to a address I don't even own. How do I fix this?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Any news about the mail() ? Only missing to get this working to start up my shop.
I just got a response back from my web host, they said my emails were being blocked by an outbound email filter that they set up. My damn host is always doing something to screw with me. But I'm not sure if your issue is the same as mine. Try asking your host and see what they say.
newbie
Activity: 20
Merit: 0
Any news about the mail() ? Only missing to get this working to start up my shop.
full member
Activity: 210
Merit: 100
im now having a new issues..  when people click confirm the page goes to loading the progress bar then they get this..

http:/domain/sci/ipn-control.php?sid=xxxxxx

Transaction not found. Go back and try again.
Well none of the SCI files have been modified in the last two updates so if it was working before it should be working after the update. I have updated the official BitShop website already and it seems to be working fine. If you haven't made many modifications to the script I would suggest you try a fresh installation of the latest version and see if the problem still exists.

I figured it out.. i broke a if statement in buy.inc.php
legendary
Activity: 1050
Merit: 1001
I did the upgrade and it seems captcha is now off / gone, how do I get it back ?
If you did the update correctly you should be able to enable it in the main settings. Actually it should already be enabled by default so make sure you updated your config.inc.php file correctly with the new $show_captcha variable.

EDIT: Sorry it looks like I forgot to include the inc/config.inc.php file in the list of files which need to be updated. Has been added now.
So what do I need to do exactly ? Just copy that file from the existing DL ?

That being said, will I need to save any info from the old file to the new or something ?

Ty.

Edit: Nm, got it sorted out.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I did get a notice to my store e-mail that a sale had been made. It said "A new transaction has been confirmed" in the subject, so the e-mail function is not completely f*ed up.
Well both of those things use the exact same function so there's no reason one should work while the other one doesn't. It was most likely just a temporary problem with your server. EDIT: actually it looks like the contact form on the official BitShop website has also stopped working. This is strange, it seems like my host has changed something and it has broken the mail() function. I'll open a ticket and ask them about it.

What value do I enter in the field "error level" in "main configuration"?
It should be set to 0 when your shop is live. If you hover your mouse over the text labels you will get more info about that particular setting.

Is there a written manual somewhere? I don't have sound on my computer and can't watch the youtube video.
Unfortunately not.

btw, I did pay for the script three times yesterday. The connection did not work while paying the first two times so it got lost. Can you please check your e-mail and make me a refund for the two payments?
Yes I see your two failed transactions, what address would you like me to send the coins back to?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
im now having a new issues..  when people click confirm the page goes to loading the progress bar then they get this..

http:/domain/sci/ipn-control.php?sid=xxxxxx

Transaction not found. Go back and try again.
Well none of the SCI files have been modified in the last two updates so if it was working before it should be working after the update. I have updated the official BitShop website already and it seems to be working fine. If you haven't made many modifications to the script I would suggest you try a fresh installation of the latest version and see if the problem still exists.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I did the upgrade and it seems captcha is now off / gone, how do I get it back ?
If you did the update correctly you should be able to enable it in the main settings. Actually it should already be enabled by default so make sure you updated your config.inc.php file correctly with the new $show_captcha variable.

EDIT: Sorry it looks like I forgot to include the inc/config.inc.php file in the list of files which need to be updated. Has been added now.
newbie
Activity: 20
Merit: 0
I bought the script yesterday and I have a couple of questions..

The e-mail function: Using the contact form does not seem to work.
I get this message:
"Error sending email. Please try again later."
As well the script does not send out confirmation mail to the customer after buying.

I did get a notice to my store e-mail that a sale had been made. It said "A new transaction has been confirmed" in the subject, so the e-mail function is not completely f*ed up.

What value do I enter in the field "error level" in "main configuration"?

Is there a written manual somewhere? I don't have sound on my computer and can't watch the youtube video.

btw, I did pay for the script three times yesterday. The connection did not work while paying the first two times so it got lost. Can you please check your e-mail and make me a refund for the two payments?
full member
Activity: 210
Merit: 100
im now having a new issues..  when people click confirm the page goes to loading the progress bar then they get this..

http:/domain/sci/ipn-control.php?sid=xxxxxx

Transaction not found. Go back and try again.
legendary
Activity: 1050
Merit: 1001
I thought you added a way to disable but not remove captcha ?

I did the upgrade and it seems captcha is now off / gone, how do I get it back ?
full member
Activity: 210
Merit: 100
Been working on my website based on this code.

http://csgo4coins.com/

Smiley
Looking very cool! Nice work.

installed ie fix works great.

Thanks
legendary
Activity: 1050
Merit: 1001
Ok I just released BitShop v1.0.3, it is basically the same as version 1.0.2 but contains a fix for that bug which was preventing the captcha from working on IE browsers. The new files can be downloaded from the client file area.

I decided to remove the gen_validatorv4.js library entirely and instead use the more elegant HTML5 'required' attribute to enforce completion of form fields. The only draw back is that old browsers will ignore the attribute, but PHP will take care of it in that case.
So since 1.0.2 is basically the same as 1.0.3 I can just go from 1.0.1 to 1.0.3 ?

Thx.
Well yes, just download 1.0.3 and then update all the files listed in the client file area in order to update to 1.0.2 and then 1.0.3. So in other words, you can just download the latest version, but make sure you don't skip the instructions for updating to 1.0.2. And don't worry about updating the same file twice if it's in both lists.
Thx, just wanted to be sure.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Been working on my website based on this code.

http://csgo4coins.com/

Smiley
Looking very cool! Nice work.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok I just released BitShop v1.0.3, it is basically the same as version 1.0.2 but contains a fix for that bug which was preventing the captcha from working on IE browsers. The new files can be downloaded from the client file area.

I decided to remove the gen_validatorv4.js library entirely and instead use the more elegant HTML5 'required' attribute to enforce completion of form fields. The only draw back is that old browsers will ignore the attribute, but PHP will take care of it in that case.
So since 1.0.2 is basically the same as 1.0.3 I can just go from 1.0.1 to 1.0.3 ?

Thx.
Well yes, just download 1.0.3 and then update all the files listed in the client file area in order to update to 1.0.2 and then 1.0.3. So in other words, you can just download the latest version, but make sure you don't skip the instructions for updating to 1.0.2. And don't worry about updating the same file twice if it's in both lists.
legendary
Activity: 1050
Merit: 1001
Ok I just released BitShop v1.0.3, it is basically the same as version 1.0.2 but contains a fix for that bug which was preventing the captcha from working on IE browsers. The new files can be downloaded from the client file area.

I decided to remove the gen_validatorv4.js library entirely and instead use the more elegant HTML5 'required' attribute to enforce completion of form fields. The only draw back is that old browsers will ignore the attribute, but PHP will take care of it in that case.
So since 1.0.2 is basically the same as 1.0.3 I can just go from 1.0.1 to 1.0.3 ?

Thx.
full member
Activity: 210
Merit: 100
Been working on my website based on this code.

http://csgo4coins.com/

Smiley

Looking at adding the IE fix right now..
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I made all the settings as a file coinbase.txt
Well then the coinbase.com API must also refusing your connection, or maybe your server is unable to make any remote connections, or maybe you don't have curl installed, it shouldn't be too hard to figure out what the issue is.

The exchange rate of the dollar against the Bitcoin does not change!
Sorry I misunderstood what you were saying, but I understand your question now. Did you set up a cron job pointing to the goxgrab/data_update.php script as instructed during the installation process?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ok I just released BitShop v1.0.3, it is basically the same as version 1.0.2 but contains a fix for that bug which was preventing the captcha from working on IE browsers. The new files can be downloaded from the client file area.

I decided to remove the gen_validatorv4.js library entirely and instead use the more elegant HTML5 'required' attribute to enforce completion of form fields. The only draw back is that old browsers will ignore the attribute, but PHP will take care of it in that case.
Pages:
Jump to: