Pages:
Author

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

newbie
Activity: 23
Merit: 0
The callback url should end with /callback.php?s=CallbackSecretHere

Also make sure you fill out your merchant profile.

ok the CallbackSecretHere is what I've come up with`?

or I'm blind, and find the callbacksecret not?

thanx for the balce check I did not consider it a bug
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Just found another bug in 1.0.7, checking the balance of an address on the order details page would alert the admin that the order had been paid even if it hadn't been. It also wasn't recording the true amount paid when being manually confirmed that way. Download BitShop again and update the /inc/admin/orders.inc.php page to fix those issues.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
The callback url should end with /callback.php?s=CallbackSecretHere

Also make sure you fill out your merchant profile.

Read the /install/coinbase.txt file for more info.
newbie
Activity: 23
Merit: 0
huu ok now check coinbase Roll Eyes Huh

the automatic Confirmation dont Work
my Api Configuration
http://prntscr.com/85b5en

Is there something else to consider when coinbase?

else GoCoin works perfect
http://prntscr.com/85b7be

edit i have set the callback url to
http://prntscr.com/85bdtp

give a 400 error
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Just found one more bug. The email sent to the buyer upon order confirmation was blank. Update the /lib/special.lib.php file to fix it. That should be one of the last bugs in 1.0.7 hopefully.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Thanks thats amazing,
all functions for me is rebugged
Lol I assume you mean debugged. I appreciate the help, if you find any other bugs let me know.
newbie
Activity: 23
Merit: 0
Thanks thats amazing,
all functions for me is rebugged Roll Eyes

I'm Happy whith this Digital and now with phisical ware Shop

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
I didn't realize GoCoin had a way to do callback tests, it's not very easy to find is it. Anyway I have fixed the problem, transactions should be processed automatically now. Anyone using Coinbase will also need to apply this fix. Download BitShop again and replace these files:

/sci/gateways/gocoin/callback.php
/sci/gateways/coinbase/callback.php
/inc/admin/orders.inc.php
newbie
Activity: 23
Merit: 0
Good Morning everyone,

So i will check the gocoin!
first no error log in the Folder i screen the prozess.

ok lets go i will buy a demo article.

1. : http://prntscr.com/84vfgr
2. : http://prntscr.com/84vfmo
3. : http://prntscr.com/84vftm
4. : http://prntscr.com/84vfxy
5. : http://prntscr.com/84vg5k
6. : http://prntscr.com/84vgbm
7. : http://prntscr.com/84vgjx
7a.: http://prntscr.com/84vgg1
8. : http://prntscr.com/84vgsl
8a.: http://prntscr.com/84vh2x
we will whait to confirm this order
so the Advance option
the url give a error 500
8b.: http://prntscr.com/84viv9
Gocoin is confirmed an say ready to ship
and in andmin section is nothing must manaul confirm
8c.: http://prntscr.com/84viv9
to same time in my orders
9.: http://prntscr.com/84vhn9
on Admin control center
10.: http://prntscr.com/84vi1x
10a.: http://prntscr.com/84vi79

edit: apache2 error log say PHP Fatal error:  Cannot use object of type stdClass as array in /home/shop/sci/gateways/gocoin/callback.php on line 25

Waht can i do to automatic confirm the order?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
So did the transaction end up being confirmed or not? Btw you can fix that 1BTC shipping cost bug by updating the /inc/admin/orders.inc.php file.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
waht must givven in this box http://prntscr.com/84iv4l GoCoin Callback Secret:?
It can be anything you want as long as it's not predictable.

all transacst must be manualy confirm?Huh is this correct or a bug?
If the callback script is not called before the user is returned to your shop then it will tell the buyer to wait while the transaction is processed, it doesn't mean the admin has to process the transaction manually, it means you have to wait until the callback script gets called by GoCoin. But if there's any issues with the callback script it wont get confirmed. It looks to me like the callback script should have already been called so I'm guessing there's a problem with it. Are there any error log files inside of the /sci/gateways/gocoin/ folder?
newbie
Activity: 23
Merit: 0
Ähhhm waht is the callback uri for gocoin i have regged a new account.
Goocoin iss new land for me.
There is no callback url setting in your GoCoin account settings like there is with Coinbase. The callback url is passed to GoCoin when the order is being created. You'll know if it works or not when you complete a transaction using the GoCoin gateway. If the transaction gets confirmed then the callback script must have worked.
waht must givven in this box http://prntscr.com/84iv4l GoCoin Callback Secret:?

edit:
all transacst must be manualy confirm?Huh is this correct or a bug?
Backend:
http://prntscr.com/84iynf
Gocoin dashboard:
http://prntscr.com/84iyz3
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Ähhhm waht is the callback uri for gocoin i have regged a new account.
Goocoin iss new land for me.
There is no callback url setting in your GoCoin account settings like there is with Coinbase. The callback url is passed to GoCoin when the order is being created. You'll know if it works or not when you complete a transaction using the GoCoin gateway. If the transaction gets confirmed then the callback script must have worked.
newbie
Activity: 23
Merit: 0
Ähhhm waht is the callback uri for gocoin i have regged a new account.
Goocoin iss new land for me.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Hi again,

I have a Question!
Is it plausible to use an SMTP server for Mails from Store like Mandrillapp?
No BitShop doesn't have SMTP support yet but I might add it in 1.0.8.
newbie
Activity: 23
Merit: 0
Hi again,

I have a Question!
Is it plausible to use an SMTP server for Mails from Store like Mandrillapp?

//edit
I want to test the same time gocoin, then I let you know if it worked
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Btw has anyone tested the gocoin or coinbase callback scripts yet?
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
The bug has been fixed, download BitShop again and replace the /sci/gateways/default/config.html file.
hero member
Activity: 734
Merit: 507
@bitfreak!
They do work. Try another browser. ;-)
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Image links do not work.
Pages:
Jump to: