Forum Replies Created
- AuthorPosts
- sdel_nevoParticipant
Hi Guys
that’s fantastic, do you have a timeframe for when this will be released?
Steve
November 11, 2019 at 6:52 pm in reply to: Stripe Split Pay w Direct Charge for single vendor orders – is it implemented? #91835sdel_nevoParticipantHi guys
So what is the solution for multiple vendor orders?
Surly there must be a solution for direct charges, sca and split pay
Steve
sdel_nevoParticipantHi Mate
I may drop you a line about the shipping, I see you have has some issues with that
Steve
sdel_nevoParticipantHi mate
Yes I have added the code, I’ve had 15 orders gone through without error at all 😀 since applying the change
I did have the system set so that an account had to be created when purchasing I have also removed that requirement and enabled guest checkout in Woo-commerce
I’ve had no problems since, so perhaps the issue was as you suggested
I will have to check this file when the devs update the system
Many thanks again
Steve
sdel_nevoParticipantHi Guys
Request sent
Steve
sdel_nevoParticipantHi
I have had this issue a few times over the last few weeks, we are in the same situation as Ivan, and what he has suggested would be fantastic.
Steve
sdel_nevoParticipantHi Guys
or is it possible to set up shipping for each product?
as far as I can tell, at the moment the shipping it set at the vendor’s store level
is it possible to have an option where the shipping price can be set at the product level
Steve
sdel_nevoParticipantHi Avinaba
I have just also noticed that any product with “&” in the product name produces this in the analytics
– in the product description on the analytics charts as per the screenshot
Steve
Attachments:
You must be logged in to view attached files.sdel_nevoParticipantHi
I wrote a review singing your praises a while back, and always tell everyone who will listen how good you guys are
Steev
sdel_nevoParticipantHi Guys
That’s brilliant
Many thanks
Steve
sdel_nevoParticipantHi Jamie
I have changed the line of code you mentioned, I have had another 6 orders this morning all with the same issue
hopefully, this change will fix it, I’m getting hammered with this nowchanged if( ! wcfmmp_stripe_split_pay_form.hasSource() && ! wcfmmp_stripe_split_pay_form.hasToken() ) { to if( ! wcfmmp_stripe_split_pay_form.hasSource() || ! wcfmmp_stripe_split_pay_form.hasToken() ) {
for the line after the else clause
Steve
sdel_nevoParticipantsorry tried to highlight the code but it’s just put tags around it lol
this isn’t in my codeSteve
sdel_nevoParticipantHi Jamie
Thanks for posting
there are two references to that code I can see, did you change both?
if( jQuery('input[name=wcfmmp_stripe_customer_id]').length > 0 ) { if ( jQuery('input[name=wcfmmp_stripe_customer_id]:checked').val() == 'new' ) { <strong>if( ! wcfmmp_stripe_split_pay_form.hasSource() && ! wcfmmp_stripe_split_pay_form.hasToken() ) {</strong> e.preventDefault(); wcfmmp_stripe_split_pay_form.block(); wcfmmp_stripe_split_pay_form.createSource(); wcfmmp_stripe_split_pay_form.createToken(); // Prevent form submitting return false; } } else { e.preventDefault(); wcfmmp_stripe_split_pay_form.block(); wcfmmp_stripe_split_pay_form.form.append( "<input type='hidden' class='stripe-source' name='stripe_source' value='" + jQuery('input[name=wcfmmp_stripe_customer_id]:checked').val() + "'/>" ); wcfmmp_stripe_split_pay_form.createToken(); // Prevent form submitting //return false; } } else { <strong>if( ! wcfmmp_stripe_split_pay_form.hasSource() || ! wcfmmp_stripe_split_pay_form.hasToken() ) {</strong> e.preventDefault(); wcfmmp_stripe_split_pay_form.block(); wcfmmp_stripe_split_pay_form.createSource(); wcfmmp_stripe_split_pay_form.createToken(); // Prevent form submitting return false; } } },
or just the last one?
I’m a bit nervous about this to be honest, I’m worried I could do more harm than good by changing it
Steve
sdel_nevoParticipantHi Guys
just had another 5 orders all with the same issue
payments sent to the vendor correctly
customer created in the site
customer is not created in stripe
all had the same error as the first post
hope this can be addressed soon, will this affect refunds in any way?
Steve
sdel_nevoParticipantHi guys
could I request this via custom work?
we really need this functionality
Steve
November 5, 2019 at 4:11 pm in reply to: Store manager product page – increase width of right hand column #90755sdel_nevoParticipantThis reply has been marked as private.sdel_nevoParticipantHi Guys
Brilliant, many thanks
Steve
sdel_nevoParticipantHi Guys
That will be brilliant 🙂 hopefully, that will prevent more issues going forward
Steve
sdel_nevoParticipantHI
You’re most welcome
Steve
sdel_nevoParticipantHi AK
No problem mate
Speak soonSteve
sdel_nevoParticipantHi
I beleave you can set this in the product custom validation area in the settings section
Not sure if that’s enabled with WCFM Ultimate or the groups and staff plugin to be honest, I’ve got both and can’t remember which one had this capability,
Steve
sdel_nevoParticipantHi
Blimey, will take a look and try to implement the hack you’ve suggested
I’m hoping that the devs can take a look into this and implement a fix into a coming update
Many thanks
Steve
sdel_nevoParticipantHi
I don’t use the plugin you do, but you may have a point about the terms check box
It would be good to prevent the submission until the check box has been tickedPayments are working in as much as it’s adhering to the global rule, we pass all revenue, shipping and taxes to the vendor.
Steve
sdel_nevoParticipantHi
that’s fab, will test that
many thanks
BuddyPress, when I tried integrating that back a while ago it was really confusing, perhaps I should take another look at it
Steve
sdel_nevoParticipantHi
that’s a fab idea, id love that too if that’s possible
it seems the best place for it to be honest
Steve
- AuthorPosts