Forum Replies Created
- AuthorPosts
- sdel_nevoParticipant
Hi James
the easiest way I found was to change this with a translation plugin, loco translate works well
Steve
sdel_nevoParticipantHi guys
The devs are still looking into it I believe, I haven’t had an update to it as yet
Steve
sdel_nevoParticipantHi Guys
Have you been able to look into this?
Steve
sdel_nevoParticipantHi guys
All sorted, i fixed the issue with CSS
Please close this ticket
Steve
sdel_nevoParticipantHi Guys
I have been in touch with Stripe support this morning regarding SCA and direct charges this is there reply using payment intents
“Ok, I see. Basically direct charges work with our New Checkout, which is supported by SCA. SCA requires Payment Intent to be used in the place of Charges API.”
This is a link on Direct Charges with New Checkout, which can be checked out here: https://stripe.com/docs/strong-customer-authentication/connect-platforms#step-2, this document link was provided by stripe support,
The document covers all methods of charges but for just direct method the documents are here: https://stripe.com/docs/connect/direct-charges
As there is a way that this can be done on Payment Intent: https://stripe.com/docs/connect/direct-charges and https://stripe.com/docs/api/payment_intents/object#payment_intent_object-application_fee_amount
this is clarification from stipe that it can be done
“Steve, just to be sure here, the connected account once the direct charge is used, will be affected by Stripe Fees, so what you are looking for is to collect application fee with those fees right?
So basically, if you are using direct charges and the charge is happening on the connect account, the connect account will be the one paying the stripe processing fees, you can pull commission from the payment as well by setting the application fee on the charge, which the link that I have sent above would be best to implement it with Payment Intent”
So Stripe says SCA can pass all fees to connected accounts in the same way as direct charges do, and we are able to set an application fee (our commission) if required also using the new checkout and the payment Intent API
Will this enable you guys to provide SCA using direct charges?
I really hope it does as if not im completely lost as to how we move forward with itSteve
sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantHi
the WCFM Devs gave me this code a while ago that does what you want
//Delete Product Images If Vendor Deletes A Product add_filter( 'wcfm_is_allow_delete_post_media', '__return_true' ); add_filter( 'wcfm_is_allow_product_delete', '__return_true' );
when a product is deleted, its images are also deleted
it works really well for me
Steve
October 23, 2019 at 3:39 pm in reply to: Store manager product page – increase width of right hand column #88594sdel_nevoParticipantHi Guys
your support just keeps getting better and better, thank you so very much 🙂
I sent you over a customisation request yesterday to your custom work e-mail address hope to hear from you soon
Steve
sdel_nevoParticipantHi Guys
Many thanks
Steve
sdel_nevoParticipantHi Guys
That’s brilliant
many thanksSteve
October 22, 2019 at 12:55 pm in reply to: Store manager product page – increase width of right hand column #88209sdel_nevoParticipantHi Guys
thanks for sending the CSS for the articles page,
I added this to flatsome themes CSS but it centred the right-hand column into the remaining space as per the screenshot
how can I increase the with of that so its easier for users to enter data into
just like you sent over for the products pages
Steve
Attachments:
You must be logged in to view attached files.sdel_nevoParticipantHi Guys
Yes thats correct
currently, vendors have no way of adding SEO information to articles as they do with products
Steve
sdel_nevoParticipantHi guys
It’s happened more often than not
An order went through without error yesterday correctly
Two failed with exactly the same issue
One has gone through last night correctlySo it appears to be random
Steve
October 18, 2019 at 5:30 pm in reply to: Store manager product page – increase width of right hand column #87606sdel_nevoParticipantHi Guys
many thanks for this fantastic CSS change.
is it possible to the same thing but for the articles pages,
Steve
sdel_nevoParticipantThat would be brilliant
the cost of using google can very quickly mount upusing openstreetmaps instead would eb a fantastic addition
Steve
sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantHi guys
That’s brilliant works a treat
Steve
sdel_nevoParticipanthi Guys
I love this Idea, currently, the text can be unreadable depending on the vendor’s image, if the text was underneath as per the screenshot, that would alleviate that issue as we could set the text colour making sure it’s readable for all vendors
Steve
sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantThis reply has been marked as private.October 14, 2019 at 2:14 pm in reply to: Store manager product page – increase width of right hand column #86817sdel_nevoParticipantHi Guys
That’s brilliant. that looks so much better
Thank you so very much
Steve
sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantHi Guys
that’s brilliant, thank you so very much
your support is truly fantastic
Steve
sdel_nevoParticipantHi guys
Yeah I have just found that out
I have removed this codeSteve
- AuthorPosts