Pages:
Author

Topic: I need to create an Bitcoin online shop - page 2. (Read 1466 times)

hero member
Activity: 672
Merit: 500
Gems:Crypto
January 02, 2016, 12:27:42 PM
#14
Use Bitfreak's Bitshop:

http://bitfreak.info/bitshop/

It's PHP, easily customizable and uses it's own gateway so you don't need third parties.
I'm pretty sure it works through Tor as well (though I have not tried this myself).

legendary
Activity: 1848
Merit: 1009
Next-Gen Trade Racing Metaverse
January 02, 2016, 12:24:09 PM
#13
I dont want to use NO 3rd Party

and I dont want to use Wordpress or any of that stuff

Im building that site from scratch

The user comes to my site orders their stuff with a few clicks after hes finished a btc address should appear and he sends the money to after receiving the funds he gets a message payment received and i ship out their stuff

it has to be in php because i want to host it on the TOR Network

Since you're gonna use TOR avoid WordPress or other CMS. As far as I can remember there's an open source script I saw in the Hidden Wiki for opening shops in the TOR network. Try to search there, and use the Tor Search engine not google.
legendary
Activity: 2282
Merit: 1041
January 01, 2016, 09:55:12 PM
#12
try to mix the wordpress + jquery and php (include ajax if you care about your users) .make a cart and then payment processing page use blockchain.info api or bitcoin core  and set it up with your shop  if you want any type of help them you can pm me i will just tell you what should you search on google :p on mostly i will help you with linksand referrences.honestly i dont have any knowledge about wordpress till now but i like it a lot so people will like it too try to use that i know i am not an expert till now

been using wordpress years ago with an eshop plugin and i learned that wordpress updates every now and then and if the plugin won't be compatible anymore, it would be a pain in the ass.
sr. member
Activity: 336
Merit: 250
January 01, 2016, 04:44:08 PM
#11
try to mix the wordpress + jquery and php (include ajax if you care about your users) .make a cart and then payment processing page use blockchain.info api or bitcoin core  and set it up with your shop  if you want any type of help them you can pm me i will just tell you what should you search on google :p on mostly i will help you with linksand referrences.honestly i dont have any knowledge about wordpress till now but i like it a lot so people will like it too try to use that i know i am not an expert till now
legendary
Activity: 2282
Merit: 1041
January 01, 2016, 02:35:30 PM
#10
is there any detailed tutorial we can find how to integrate blockchian api and receive payment inside a php code where it has buy now button?
hero member
Activity: 994
Merit: 500
January 01, 2016, 02:27:12 PM
#9
I dont want to use NO 3rd Party

and I dont want to use Wordpress or any of that stuff

Im building that site from scratch

The user comes to my site orders their stuff with a few clicks after hes finished a btc address should appear and he sends the money to after receiving the funds he gets a message payment received and i ship out their stuff

it has to be in php because i want to host it on the TOR Network

The only way is to have a custom CMS platform build by yourself.
Which would take you a lot of time.

The next thing is to configure the deamon to handle the transactions for you. Either build it from scratch (so you know it is good)
or make re-use some open source plugins.
legendary
Activity: 2282
Merit: 1041
January 01, 2016, 02:16:05 PM
#8
no one ever created an existing script like this before?
if someone created a simple one, he probably have earned by now as people will probably buy even if it cost just a $100 for such script.
legendary
Activity: 1988
Merit: 1317
Get your game girl
January 01, 2016, 10:47:23 AM
#7
If you really want to make it from scratch .I suggest checking out some API's.Blockchain.info has their own API for sending and receiving bitcoins and so does moneypot.Additionally check out this Gem Api https://gem.co/
newbie
Activity: 56
Merit: 0
January 01, 2016, 10:46:47 AM
#6
I need to create an Bitcoin online shop

This shop will have about 10 -20 Products and it needs to be written in php and it needs to accept bitcoins only

I dont want to use services like bitpay or such, I want to have full controll over all the funds and transactions

It needs to have a shopping cart, i dont even need a login or register page

Simply click on the items enter your contact details and pay in bitcoin thats it

Can anyone lead me in the right direction??
Whenever i search on google i always get to coinbase bitpay nd all that but I dont want to use them


If you want, you can use our service: getpay.me
sr. member
Activity: 924
Merit: 452
Check your coin privilege
January 01, 2016, 10:44:02 AM
#5
I dont want to use NO 3rd Party

and I dont want to use Wordpress or any of that stuff

Im building that site from scratch

The user comes to my site orders their stuff with a few clicks after hes finished a btc address should appear and he sends the money to after receiving the funds he gets a message payment received and i ship out their stuff

it has to be in php because i want to host it on the TOR Network

Do you have html/php knowledge? If you want to build your site from scratch, it'll take you quite a bit of time and effort. Unless you already know what you're going to do, then you should hire someone.
newbie
Activity: 13
Merit: 0
December 31, 2015, 06:40:00 PM
#4
I dont want to use NO 3rd Party

and I dont want to use Wordpress or any of that stuff

Im building that site from scratch

The user comes to my site orders their stuff with a few clicks after hes finished a btc address should appear and he sends the money to after receiving the funds he gets a message payment received and i ship out their stuff

it has to be in php because i want to host it on the TOR Network
legendary
Activity: 1190
Merit: 1000
no need to carry heavy money bags anymore
December 21, 2015, 06:04:06 PM
#3
Hi there,
a simply way would be to use a single public deposit address and php/sql script checking all incoming transactions (im able to write such a script)  but this approach is unusual.
If you want to have a full control you probably have to run a bitcoin nod within your server, otherwise you have to use other party service to generate the btc addy - im not expert in this field, just assuming.

maybe you can try Blockchain Receive Payments API which is quite anonymous, easy to use tool which generates new addy for every customer and resend the amount to your addy.

staff
Activity: 3500
Merit: 6152
December 21, 2015, 09:30:36 AM
#2
Well you can use Wordpress and implant this plugin on it I suppose : https://wordpress.org/plugins/bitcoin-payments-for-woocommerce/ or there is this (paid) but never used so I can't tell what's the different between both of them : http://codecanyon.net/item/bitcoin-for-woocommerce/9085826
newbie
Activity: 13
Merit: 0
December 21, 2015, 05:48:32 AM
#1
I need to create an Bitcoin online shop

This shop will have about 10 -20 Products and it needs to be written in php and it needs to accept bitcoins only

I dont want to use services like bitpay or such, I want to have full controll over all the funds and transactions

It needs to have a shopping cart, i dont even need a login or register page

Simply click on the items enter your contact details and pay in bitcoin thats it

Can anyone lead me in the right direction??
Whenever i search on google i always get to coinbase bitpay nd all that but I dont want to use them
Pages:
Jump to: