Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Addon Related › eStore addon – buy_now button -> bitpay
- This topic has 10 replies, 3 voices, and was last updated 7 years, 2 months ago by Nys.
-
AuthorPosts
-
September 2, 2017 at 10:12 am #14382NysMember
hello,
I’m looking for a solution so users can buy with a “[wp_eStore_buy_now_button id=7]” in bitcoins
I have try with cancel all other payment options, just bitpay, but no, just paypal with problem
well, how I can do a “buy_now button” to pay with bitcoins by bitpay please.
kind regard
Fafache
September 2, 2017 at 11:30 am #76348NysMemberOK I have tried with [wp_eStore_buy_now_for_specific_gateway id=7 gateway=’bitpay’ button_text=”je m’abonne”] there is a problem with “eStore_action” (404 not found echecs-facile.com/estore-action/?estore_checkout_gateway=bitpay
September 2, 2017 at 12:35 pm #76349wzpModeratorHere are the choices available for Gateway Specific Buy Now buttons:
https://support.tipsandtricks-hq.com/forums/topic/how-to-use-gateway-specific-buy-now-type-buttons
Are you able to successfully use BitPay with the shopping cart?
September 3, 2017 at 4:15 am #76350wpCommerceModerator@Nys, It does support bitpay. I have just updated the post so you can check it.
September 6, 2017 at 8:13 am #76351NysMemberhi
visibly, when I pass by shopping cart, I have the same “404 not found echecs-facile.com/estore-action/?estore_checkout_gateway=bitpay”
is it a problem with bitpay addon?
September 6, 2017 at 8:18 am #76352NysMember@wpCommerce thank, that confirm the possibility of the solution I’m looking for
September 7, 2017 at 10:15 am #76353wpCommerceModeratorWhen I go to your site [facile.com] all I see is “Hi!”. Is this where you are using our bitpay addon? Please provide a link to the page where you are using the buy now shortcode.
September 7, 2017 at 12:18 pm #76354NysMemberoh, no, it’s not facile.com but [www.echecs-facile.com]
here is the link : [https://www.echecs-facile.com/index.php/inscription/]
warning it’s in french
first of all you must be registered, it’s inside the “inscription” spoiler box (“prénom” like “first name”, “nom” like “name” and e-mail re-e-mail)
after you just looking for subscribe (“abonnements” in same page), it’s inside the “abonnement 1 mois offre de lancement” spoiler box
here you have the 12 € to buy with CB (working correctly with stripe) and
the 10 € to buy with bitcoins where you can clic on “je m’abonne” (after check “je suis d’accord avec les conditions de vente” like I’m OK with sale conditions)
and let’s go to: [https://www.echecs-facile.com/estore-action/?estore_checkout_gateway=bitpay]
with: 404 Not Found The requested URL /estore-action/ was not found on this server.
I try also to download the latest version of e-member, e-store and bitpay addon to exit all problem solved by update, but I can’t do it with my account (why now?), if you can restore that, I can update all, maybe it’s a solution (if you need my ID number for e-store just send me an e-mail)
September 11, 2017 at 6:42 am #76355wpCommerceModeratorI believe this page doesn’t exist on your site: [https://www.echecs-facile.com/estore-action/]
eStore automatically creates it during activation so it can be used for checkout purpose. Check the “Pages” menu to see if it exists. If not please create a new page with the title “Store Action” and slug “estore-action”. Now copy and paste this message into the content area:
This page has been created by WP eStore plugin. Please do not delete it. You can hide this page from your navigation menu.
September 11, 2017 at 4:52 pm #76356NysMemberOK
but when I’m looking for create this page, I see this page is already existing
well well, I’m looking for the error and maybe it because the link is:
[https://www.echecs-facile.com/index.php/estore-action/]
yes, with an index.php in the middle
now, I’m looking for a place in eStore setting to “change” this but I don’t find it, I hope the link is not in hard inside the code,
September 12, 2017 at 6:22 am #76357NysMemberOK
I have a solution now … and … it’s working! yeeees
I have just put inside the .htaccess the code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
and in permalink I have select custom and erase this F@#%§&g “index.php/ in the middle
yehaa!
note: the link look better now
thank you for your help
-
AuthorPosts
- You must be logged in to reply to this topic.