Forum Replies Created
-
AuthorPosts
-
NysMember
well no
first reason: with variations I can’t add number of months with eMember (or after I must do it manually)
second: subscription solution is bad with stripe because I must setup manually all the update (cancel subscribe, update credit Card, etc…) and I don’t want to use paypal (paypal is bad, able to block money about 6 months for “abnormal activity”)
and finally, in the example you give me, the girl has no problem with parallel subscriptions for different product (and different level “pro-associate” also), my problem is that I have access for the same content but with different level (a different level for 1, 3, 6 or 12 months)
I’m looking for an automatic solution, where when I go for holidays or travel I don’t have to work to assist the computer (the computer assist me not the opposite, I adjust it and after it works without me)
NysMemberOK
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
NysMemberOK
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,
NysMemberoh, 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)
NysMember@wpCommerce thank, that confirm the possibility of the solution I’m looking for
NysMemberhi
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?
NysMemberOK 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
-
AuthorPosts