etienneflorent
Forum Replies Created
-
Forum: Plugins
In reply to: [Direct Stripe] Error 400 – Subscription plan not workingI am not sure where I can find the Plan ID.
I created a test subscription plan and after this, there is only one ID that is generated called: prod_F0oQNSaGbizEn6
…no sign of any ID starting with plan_
Here is a screenshot of the log from the inside :
Forum: Plugins
In reply to: [Direct Stripe] Error 400 – Subscription plan not workingHere is a screenshot of my logs on stripe :
I have also tried to remove/add a stripe ID on Users>Your Profile> Stripe ID Identification
Forum: Plugins
In reply to: [Direct Stripe] Error 400 – Subscription plan not workingI have contacted stripe but they couldn’t help me…
They just sent me this answer :
Forum: Plugins
In reply to: [Direct Stripe] Trying to add subscriptions button on a pricing table – DiviOnce again, I was able to answer my own first question.
1. To modify on over, just customize the following CSS :
.direct-stripe-button:hover {
color: red;
border-color: green;
}
.direct-stripe-button:hover {
background-color: green;
border-color: #6772e5;
color: #6772e5;
}So I am just left with my second question regarding the radio button.
Forum: Plugins
In reply to: [Direct Stripe] Trying to add subscriptions button on a pricing table – DiviOk,
So I was able to answer some of my own questions looking at other posts in the forum
1. Simply add the CSS inside the general CSS parameters of WordPress (and not Divi)
2. Modify Label under buttons settings
3. Uncheck “general terms”Now there are a few things I have not been able to figure out :
1. How to modify the CSS color on hover
here is what happens now with my button
2. How to modify the general conditions text + CSS
as you can see the radio button is not aligned with the button
Also, when not checking the terms/conditions box covers the radio button and it’s not possible to check it again.
Forum: Plugins
In reply to: [Direct Stripe] Trying to add subscriptions button on a pricing table – DiviHi Nicolas! Thanks for your answer…
So yes it was actually the quotes that were the problem.
When it comes to global styling, how do I change the following things :
1. Width, padding of the buttons
2. The text on the button (currently in English “payments”)
3. The radio button under the button (change text or/and how to remove it)I have tried to use the CSS ID of the button on my Divi custom CSS parameters to modify it but it does not work. See 2 screenshots here :
I am trying to add the following CSS for my buttons :
font-size: 13px;
font-family: ‘Rubik’,Helvetica,Arial,Lucida,sans-serif!important;
text-transform: uppercase!important;
background-color: #2970fa;But as you can see, it actually only modify the box around the button but not the button itself.
Thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsOk, I managed to import using Wp-All Import. Thanks !
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsNo, I don’t really want to show my inventory.
So I tried to do like you said but now I realized that for each color variation, there is a specific image.
But as you said before for each variation, we need to put them in the same cell (so in the first row)…
So that’s not going to work if I want to import 1 image per color variation…
Any idea how to do that?
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsOk, so I have added tax:product_type
but now after uploading the product it says that the product is out of stock.
Also, the different color variations are not automatically added (it only says that it’s a variable product).
https://www.sharecsv.com/s/47593b683d2fec92483b9a6a102ce6fc/danamecsv.csv
I would like to have WC import each color attribute + image related to each color variation as well without having to do it manually if that’s possible.
Thanks a lot for your great help so far
- This reply was modified 5 years, 6 months ago by etienneflorent.
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsah ok, I thought that this was not obligatory as my store does not require taxes…
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsAs I understood from your CSV files, all the colors have to be inserted in the same cell, am I right?
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsI have uploaded the following CSV for 1 product but it still does not add the product as a variable product but still as a simple product…
https://www.sharecsv.com/s/0f7f681161d323a45f107896dab79d6b/newcolorforum.csv
Any idea why ?
- This reply was modified 5 years, 6 months ago by etienneflorent.
Forum: Plugins
In reply to: [WooCommerce] Import CSV with variationsOption1 is the attribute “color”
Option1 Value is the actual color variationForum: Plugins
In reply to: [WooCommerce] Import CSV with variationsCan you check my file here so you can tell me what’s wrong :
https://www.sharecsv.com/s/bb95585402f4a884d4f9b44f7aec3d7e/cagoulemilitairehandlenewsku.csv
Thank you !