Search the Community
Showing results for tags 'bitcoin'.
-
BITPAY PAYMENT GATEWAY BitPay is a global bitcoin payment gateway through which bitcoin transactions are managed. With the help of our Prestashop BitPay Payment Gateway, admin can provide BitPay payment gateway to their buyers on their store so that buyers can use their bitcoin to purchase the products from store. Live demo link- Front offfice- https://addons.prestashop.com/demo/FO19664.html Back office- https://addons.prestashop.com/demo/BO19664.html Module Features- A new payment gateway is available for the customers at the store. Buyers can use their bitcoin to complete the purchase. The module works on live as well as test mode. Option to set the transaction speed as high, medium, or low. Admin can view the orders placed via bitcoin payment gateway at backend. Safe, secure, and reliable payment gateway. Purchase link- https://addons.prestashop.com/en/payment-card-wallet/27658-bitpay-payment-pay-via-bitcoin.html Amit Kushwaha WEBKUL/
-
- bitcoin
- bitpay payment
-
(and 1 more)
Tagged with:
-
Ciao a tutti, ho un sito nuovo messo su questo mese con nome dominio sempre nuovo, da qualche giorno ho fatto la configurazione di analytics e nel primo rapporto mi sono accorto che nei link delle pagine che visitano gli utenti mi da tra i risultati questo link /?r=http://bitcoin-4038.kxcdn.com https://prnt.sc/j0sham digitando https://www.miosito.it /?r=http://bitcoin-4038.kxcdn.com mi ritorna alla pagina home e non restituisce un errore 404, questo mi fa preoccupare, è possibile che il mio server sia stato infettato da qualche visrus o malware che sfrutta le risorse del mio server per fare mining? Grazie a chiunque possa darmi maggiori informazioni
-
Tengo una Pagina con "Prestashop" a la cual instale el Modulo "Bitcoin - Blockonomics" a la hora de tratar de pagar con este método me sale el siguiente error:Unable to generate bitcoin address.Note for site webmaster: Your webhost is blocking outgoing HTTPS connections. Blockonomics requires an outgoing HTTPS POST (port 443) to generate new address. Check with your webhosting provider to allow this. If problem still persists contact webmaster at blockonomics.coNo tengo certificado de seguridad SSL, así que mi pagina solo esta hospedada en "http"En el panel de Control de Godaddy no encuentro ninguna opción para configurar puertos. (port 443)Si me pudieran ayudar les estaría agradecido.
- 1 reply
-
- blockonomics
- modulo
-
(and 1 more)
Tagged with:
-
Disclaimer: The instructions in this post are only guaranteed to work with PrestaShop 1.7.2.4 and CoinGate module 1.2.5. Goal: Implementing the Bitcoin currency end-to-end Problem: Prestashop does not allow for custom currency creation via the Admin interface. When trying to add a new currency, you must select from a list of fiat currencies, such as USD or EUR. When making a purchase, the Total of the order (in the fiat currency) is forwarded to CoinGate which uses their own servers to convert it to the equivalent in Bitcoins, at the current rate. Solution: Step 1) Open the file `modules/coingate/controllers/front/redirect.php`. Go to Line 80 and change it from: 'currency' => $currency->iso_code, to: 'currency' => 'BTC', This will tell CoinGate to treat the Total of the order as if it was designated in Bitcoin, rather than a fiat currency. Conversion will no longer take place. Step 2) Open the file `translations/cldr/main--xx-XX--currencies` ("xx-XX" varies depending on the location of your store). Find the following text: "USD":{"displayName":"US Dollar","displayName-count-one":"US dollar","displayName-count-other":"US dollars","symbol":"$","symbol-alt-narrow":"$"} and change it to: "USD":{"displayName":"Bitcoin","displayName-count-one":"Bitcoin","displayName-count-other":"Bitcoin","symbol":"\u20BF ","symbol-alt-narrow":"\u20BF "} This will simply display ₿ instead of $ (to learn more, read: https://www.prestashop.com/forums/topic/608078-guide-how-to-configurecustomize-your-currency-in-prestashop-17/). Step 3) Now just set the prices of your products as if they were in Bitcoins.
-
Hello! A customer brought to my attention that they receive too many emails regarding their order and I am looking for ways to reduce the amount of order notifications. Most of my customer payments are using the crypto currency "bitcoin" and I use the Bitpay module to achieve this. A successful bitcoin payment through the Bitpay module triggers a new order. With bitcoin, payments go through the blockchain and when there are enough successful confirmations of the transaction on the bitcoin network, the payment is applied and then completed. Here is a typical order: 1 - Payment Received email (Bitpay) 2 - Payment Confirmed email (Bitpay) 3 - Payment Applied email (Bitpay) 4 - Status email - Preparation in Progress (me) 5 - Status email - Order Shipped (me) 6 - Order Message - Shipped / Thank You / Tracking Number (me) From looking at this, I can remove email #4 and email #5 and only send out email #6 the "shipped/thanks/tracking" email. This would reduce the overall emails the customer receives to... 1 - Payment Received email 2 - Payment Confirmed email 3 - Payment Applied email 4 - Order Message - Shipped / Thank You / Tracking Number My biggest concern is the three payment emails. It would be great to reduce this somehow down to one. I have contacted Bitpay regarding this. Their recommendation was to edit the source code for the BitPay plugin with the line "fullNotifications" to 'false' instead of 'true'. I did do this and when the next order came in, I never received the order because the module was no longer notifying Prestashop that the payment was successful. Right now, the only option is no Bitpay payment emails and no orders, or 3 emails and I see the order. If anyone has any ideas or work arounds it would be greatly appreciated! Thanks!
-
- prestashop
- bitcoin
- (and 6 more)
-
I am very interested in accepting Bitcoin in our shop (currently a WIP running latest stable v.1.6.0.9) directly, so without a Bitcoin payment provider like Bitpay. There are two (pay) modules in the Addons Shop: Blockchain Bitcoin Payments Module @ 99 € Bitcoin Total Shop Module @ 149.99 € But there is not much info and no demo. Anybody here using any of these? Too bad that these modules are pretty expensive, I guess there really is no free alternative available? 99-150 € for a payment module have to be earned somehow, which can be touch to reach a positive ROI compared to the free module provided by Bitcoin payment providers (as seen from Bitpay or BIPS).
-
My payment modul bitpay is working and there is no problem with that, I have used it for months and received a few payments through it. But after bitcoins got to 1btc=1000dkk all my prices are xxxx because prestashop only uses 2 decimals and not 3 or 4. I found this fix: http://www.prestashop.com/forums/topic/196757-3-decimal-currencies/?do=findComment&comment=1089081 but I don't want to make 3 decimals a global change! Can I find a BTC currencies modul or something to fix my problem? Thanks! There is no option to change number of decimals i presatshop backend. http://cl.ly/image/1l3D3y271k3L I tried to add a "Currency format" in AdminCurrenciesController.php but with no luck.
-
Pour des besoin personnels et n'ayant rien trouvé de simple et gratuit, j'ai développé un module de paiement par Bitcoins. Enfin développé c'est beaucoup dire, plutôt remodelé le module Bankwire à la sauce Bitcoin. Il est simple, fonctionne très bien et rempli parfaitement son rôle. Il suffit de renseigner l'e-mail utilisateur et le numéro de wallet. Malheureusement je n'ai pas le temps de le fignoler tant au niveau visuel que de la sécurité. Si quelqu'un ou quelqu'une donc se sent l'envie...c'est volontiers. Dans cette attente, je le met à dispo gratuitement pour la communauté: cavitcoin.zip
-
Hello, I am using prestashop 1.6.0.5 with BIPS payment module to process bitcoin payments. Payments are succesfully credited to my BIPS account but I have problem getting orders shown in Prestashop. After payment customer is redirected to a empty 404 site (order confirmation) and shopping cart still has order in it. In back office I can only see shopping cart but no orders. I have set API and secret key to my module properly. I think the problem is with setting up the callback IPN (instant payment notification). Can anyone help me with this issue? I tried to test the IPN from my BIPS account but I couldn't connect my store. Thank you very much! Jari
-
Olá galera do Prestashop, minha primeira vez aqui no fórum, espero estar postando em local pertinente. Estou gostando muito da prestashop porém tem alguns requisitos que não sei modificar, queria modicar o cadastro dos usuários, estou montando uma loja que aceita bitcoins, aliás que só aceita bitcoins. Estou há algum tempo procurando módulos para tal, porém achei apenas dois um desatualizado e outro com conta na Mtgox (super burocrática) que para o usuário efetuar o pagamento ele precisa ter uma conta na MtGox que demora dias para liberar o cadastro e autentificação que é feita manualmente. Segue o tuto para instalação do módulo da MtGox em inglês: http://www.prestashop.com/forums/topic/280688-bitcoin-payment-with-mtgox-prestashop-15/ Queria uma informação de como alterar esses dados de cadastro, queria deixar da seguinte forma: #Nome de usuário: Conta Bitcoin: Conta Litecoin: ( um dos dois tem precisam de preenchimento) #Senha #E-mail: Só isso, sem endereço para entrega nem nada, depois gostaria de adicionar para cada cliente uma conta bitecoin/litecoin própria (manualmente mesmo) para ele pagar todos seus produtos nessa conta, ficando disponível depois que ele colocasse seus itens no carrinho.Daí eu exportaria os dados para meu cliente Bitcoin a fim de identificar os pagamentos. Uso o xampp e estou testando várias funcionalidades e gostando muito do prestashop. Se alguém tiver alguma sugestão de como fazer isso ficaria muito grato.
-
Hi all, As you can tell from my post count I'm new to this forum so I'll get right into it.... I've been following the Bitcoin news a lot and think it's great to have a new currency and payment processing method, but I've stayed on the fence skeptical about it until Overpay claimed to make over $100,000usd in revenue, in a day, just by adding that payment option. Then I read about a Bitcoin payment processor called http://www.gocoin.com, that according to a recent yahoo finance press release, says they will be accepting Bitcoin AND Litecoin currencies as payments, and will process them to USD or whatever currency. So... Does anyone know how to integrate GoCoin into PrestaShop, or can point me in the right direction? Thanks for any help!