WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 513 total)
  • Author
    Posts
  • in reply to: Affiliate payments #91838
    sdel_nevo
    Participant

    Hi Guys

    that’s fantastic, do you have a timeframe for when this will be released?

    Steve

    sdel_nevo
    Participant

    Hi guys

    So what is the solution for multiple vendor orders?

    Surly there must be a solution for direct charges, sca and split pay

    Steve

    in reply to: Stripe Error – Invalid source object #91500
    sdel_nevo
    Participant

    Hi Mate

    I may drop you a line about the shipping, I see you have has some issues with that

    Steve

    in reply to: Stripe Error – Invalid source object #91463
    sdel_nevo
    Participant

    Hi 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

    in reply to: Product Custom Validation #91298
    sdel_nevo
    Participant

    Hi Guys

    Request sent

    Steve

    in reply to: Stripe membership payment issues #91275
    sdel_nevo
    Participant

    Hi

    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

    in reply to: Shipping issue – please advise!! #91169
    sdel_nevo
    Participant

    Hi 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

    in reply to: Deleted products #91166
    sdel_nevo
    Participant

    Hi Avinaba

    I have just also noticed that any product with “&” in the product name produces this in the analytics

    &#8211 in the product description on the analytics charts as per the screenshot

    Steve

    Attachments:
    You must be logged in to view attached files.
    in reply to: Deleted products #91161
    sdel_nevo
    Participant

    Hi

    I wrote a review singing your praises a while back, and always tell everyone who will listen how good you guys are

    Steev

    in reply to: Deleted products #91066
    sdel_nevo
    Participant

    Hi Guys

    That’s brilliant

    Many thanks

    Steve

    in reply to: Stripe Error – Invalid source object #91063
    sdel_nevo
    Participant

    Hi 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 now

    changed 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

    in reply to: Stripe Error – Invalid source object #90902
    sdel_nevo
    Participant

    sorry tried to highlight the code but it’s just put tags around it lol
    this isn’t in my code

    Steve

    in reply to: Stripe Error – Invalid source object #90901
    sdel_nevo
    Participant

    Hi 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

    in reply to: Stripe Error – Invalid source object #90883
    sdel_nevo
    Participant

    Hi 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

    in reply to: Product Custom Validation #90759
    sdel_nevo
    Participant

    Hi guys

    could I request this via custom work?

    we really need this functionality

    Steve

    sdel_nevo
    Participant
    This reply has been marked as private.
    in reply to: vendors store blog images – flatsome theme #90744
    sdel_nevo
    Participant

    Hi Guys

    Brilliant, many thanks

    Steve

    in reply to: Stripe Error – Invalid source object #90740
    sdel_nevo
    Participant

    Hi Guys

    That will be brilliant 🙂 hopefully, that will prevent more issues going forward

    Steve

    in reply to: What appen to product when subscription expires? #90713
    sdel_nevo
    Participant

    HI

    You’re most welcome

    Steve

    in reply to: SCA stripe #90574
    sdel_nevo
    Participant

    Hi AK

    No problem mate
    Speak soon

    Steve

    in reply to: Mandatory fields in product edit screen #90303
    sdel_nevo
    Participant

    Hi

    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

    in reply to: Stripe Error – Invalid source object #90302
    sdel_nevo
    Participant

    Hi

    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

    in reply to: Stripe Error – Invalid source object #90226
    sdel_nevo
    Participant

    Hi

    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 ticked

    Payments are working in as much as it’s adhering to the global rule, we pass all revenue, shipping and taxes to the vendor.

    Steve

    in reply to: Show social tab in store setup #90190
    sdel_nevo
    Participant

    Hi

    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

    in reply to: Show social tab in store setup #90184
    sdel_nevo
    Participant

    Hi

    that’s a fab idea, id love that too if that’s possible

    it seems the best place for it to be honest

    Steve

Viewing 25 posts - 51 through 75 (of 513 total)