Bitcoin Forum
April 30, 2024, 08:13:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: I need to create an Bitcoin online shop  (Read 1446 times)
grodamichl (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 21, 2015, 09: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
1714507982
Hero Member
*
Offline Offline

Posts: 1714507982

View Profile Personal Message (Offline)

Ignore
1714507982
Reply with quote  #2

1714507982
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714507982
Hero Member
*
Offline Offline

Posts: 1714507982

View Profile Personal Message (Offline)

Ignore
1714507982
Reply with quote  #2

1714507982
Report to moderator
1714507982
Hero Member
*
Offline Offline

Posts: 1714507982

View Profile Personal Message (Offline)

Ignore
1714507982
Reply with quote  #2

1714507982
Report to moderator
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3458
Merit: 6105



View Profile
December 21, 2015, 01:30:36 PM
 #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

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Wusolini
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


no need to carry heavy money bags anymore


View Profile
December 21, 2015, 10:04:06 PM
Last edit: December 21, 2015, 10:22:32 PM by Wusolini
 #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.


grodamichl (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 31, 2015, 10: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
KingZee
Sr. Member
****
Offline Offline

Activity: 910
Merit: 452


Check your coin privilege


View Profile
January 01, 2016, 02:44:02 PM
 #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.

Beep boop beep boop
getpay
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
January 01, 2016, 02:46:47 PM
 #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
Joel_Jantsen
Legendary
*
Offline Offline

Activity: 1862
Merit: 1308

Get your game girl


View Profile
January 01, 2016, 02:47:23 PM
 #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/
target
Legendary
*
Offline Offline

Activity: 2226
Merit: 1041


View Profile
January 01, 2016, 06: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.

jt byte
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
January 01, 2016, 06: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.
target
Legendary
*
Offline Offline

Activity: 2226
Merit: 1041


View Profile
January 01, 2016, 06: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?

lahm-44
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
January 01, 2016, 08: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
target
Legendary
*
Offline Offline

Activity: 2226
Merit: 1041


View Profile
January 02, 2016, 01:55:12 AM
 #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.

lumeire
Legendary
*
Offline Offline

Activity: 1848
Merit: 1009


Next-Gen Trade Racing Metaverse


View Profile
January 02, 2016, 04: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.

        ▄▄████████▄▄           ▄▄████████▄▄
    ▄▄████████████████▄▄   ▄▄████████████████▄▄
  ▄███████▀▀▀▀▀▀▀▀█████  ▄███████▀▀▀▀▀▀▀▀███████▄
 ▄█████▀            ▀█  ▄█████▀            ▀█████▄
▄█████▀                ▄█████▀    ▄▄        ▀█████▄
█████▌                 █████▌     ████▄▄     ▐█████
█████▌                 █████▌     ████▀▀     ▐█████
▀█████▄      ▄▄▄      █████▀      ▀▀        ▄█████▀
 ▀█████▄▄   █████    █████▀  █▄            ▄█████▀
  ▀██████████████ ██████▀▀  █████▄▄▄▄▄▄▄▄███████▀
    ▀▀███████████ ████▀    ▀▀████████████████▀▀
        ▀▀███████ ▀▀           ▀▀████████▀▀
            ▀███▀
|
..NEXT-GEN TRADE RACING METAVERSE..
|   WEBSITE   |   TELEGRAM   |   TWITTER   |   MEDIUM   |
►►  Powered by
BOUNTY
DETECTIVE
c0ffer
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


Gems:Crypto


View Profile WWW
January 02, 2016, 04: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).


CryptoCurrency for Gemstones ... Website | Main Thread  -  c0c0 Trading on YoBit
TCW003
Jr. Member
*
Offline Offline

Activity: 290
Merit: 1


View Profile
March 13, 2017, 07:00:45 AM
 #15

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


May I know is your shop available now?
Sadlife
Sr. Member
****
Offline Offline

Activity: 1400
Merit: 269



View Profile
March 14, 2017, 02:46:41 AM
 #16

Hey man does your shop has a free shipping world wide or is it only avaible in a specific country?

Also i think wordpress is a pretty good option if your hosting it in the world wide web you can add and remove products pretty easily just after installing a few plugins.
But if you are hosting it in tor you could buy a cheap domain hosting plan there or you could host your own through vps its up to you after that for the front end of your site bootstrap is good for a responsve content and for the back end you need to build php/sql to handle payments and user info

         ▄▄▄▀█▀▀▀█▀▄▄▄
       ▀▀   █     █
    ▀      █       █
  █      ▄█▄       ▐▌
 █▀▀▀▀▀▀█   █▀▀▀▀▀▀▀█
█        ▀█▀        █
█         █         █
█         █        ▄█▄
 █▄▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█   █
  █       ▐▌       ▀█▀
  █▀▀▀▄    █       █
  ▀▄▄▄█▄▄   █     █
         ▀▀▀▄█▄▄▄█▄▀▀▀
.
CRYPTO CASINO
FOR WEB 3.0
.
▄▄▄█▀▀▀
▄▄████▀████
▄████████████
█▀▀    ▀█▄▄▄▄▄
█        ▄█████
█        ▄██████
██▄     ▄███████
████▄▄█▀▀▀██████
████       ▀▀██
███          █
▀█          █
▀▀▄▄ ▄▄▄█▀▀
▀▀▀▄▄▄▄
  ▄ ▄█ ▄
▄▄        ▄████▀       ▄▄
▐█
███▄▄█████████████▄▄████▌
██
██▀▀▀▀▀▀▀████▀▀▀▀▀▀████
▐█▀    ▄▄▄▄ ▀▀        ▀█▌
     █▄████   ▄▀█▄     ▌

     ██████   ▀██▀     █
████▄    ▀▀▀▀           ▄████
█████████████████████████████
████████████████████████████
█████████████████████████
▀███████████████████████▀
██████▌█▌█▌██████▐█▐█▐███████
.
OWL GAMES
|.
Metamask
WalletConnect
Phantom
▄▄▄███ ███▄▄▄
▄▄████▀▀▀▀ ▀▀▀▀████▄▄
▄  ▀▀▀▄▄▀▀▀▀▀▀▀▀▀▄▄▀▀▀  ▄
██▀ ▄▀▀             ▀▀▄ ▀██
██▀ █ ▄     ▄█▄▀      ▄ █ ▀██
██▀ █  ███▄▄███████▄▄███  █ ▀██
█  ▐█▀    ▀█▀    ▀█▌  █
██▄ █ ▐█▌  ▄██   ▄██  ▐█▌ █ ▄██
██▄ ████▄    ▄▄▄    ▄████ ▄██
██▄ ▀████████████████▀ ▄██
▀  ▄▄▄▀▀█████████▀▀▄▄▄  ▀
▀▀████▄▄▄▄ ▄▄▄▄████▀▀
▀▀▀███ ███▀▀▀
.
DICE
SLOTS
BACCARAT
BLACKJACK
.
GAME SHOWS
POKER
ROULETTE
CASUAL GAMES
▄███████████████████▄
██▄▀▄█████████████████████▄▄
███▀█████████████████████████
████████████████████████████▌
█████████▄█▄████████████████
███████▄█████▄█████████████▌
███████▀█████▀█████████████
█████████▄█▄██████████████▌
██████████████████████████
█████████████████▄███████▌
████████████████▀▄▀██████
▀███████████████████▄███▌
              ▀▀▀▀█████▀
Bitcoin_Mafia_Me
Sr. Member
****
Offline Offline

Activity: 560
Merit: 252

BitcoinerX.com - PM for Ad Info


View Profile WWW
March 14, 2017, 03:03:11 AM
 #17

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


WordPress + WooCommerce + GoURL Bitcoin / Altcoin Payment Gateway plugin

ArdiPrabowo
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 14, 2017, 06:02:19 AM
 #18

I think bitpay is the best service , all service if payment use bitcoin use bitpay service, netteler and many broker forex is same use bitpay
you only integrate bitpay in youre online shop, you can free script e-comerse or paid service
Mantic0re
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
July 31, 2017, 01:05:44 PM
 #19

use bitpay
frowsiter
Sr. Member
****
Offline Offline

Activity: 714
Merit: 261


View Profile
July 31, 2017, 02:19:14 PM
 #20

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


Wow that's new for me. Could you please tell me if you have used the initially mentioned plugin ? How the payment processor works exactly. Is transaction directly get credited into the bitcoin address or does it get stored on faucet or something like that? My questions might be dumb but I need details as I'm planning to implement one.

Do share your experience with me. I would be grateful. Me too don't want bitpay as they have tedious process for implementing which I don't like even to try out.
Pages: [1] 2 »  All
  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!