Forum Replies Created

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • in reply to: Facebook Login #60749
    Philip Burton
    Participant

    super socializer works with all of the above -https://en-gb.wordpress.org/plugins/super-socializer/
    as does wordpress social login – https://en-gb.wordpress.org/plugins/wordpress-social-login/

    You’ll probably need to tweak the css for super socializer to display the avatars in the correct size with one social which is no hardship.

    in reply to: Offers for WooCommerce Compatibility #51791
    Philip Burton
    Participant

    @angelleye

    How are you coming along with this ?

    Cheers

    Pousis

    in reply to: change currency depends on vendor #49401
    Philip Burton
    Participant

    Ebay.co.uk doesn’t let me list items in USD, CAD or Euros and has a postage base of the UK / Ebay.de does not let me list items in USD, CAD or GBP and has a postage base of Germany etc. etc.

    I’m going out on a limb here…. but I’d wager my Mortgage that Ebay is not powered on a single $149 plugin…

    Just my tuppence.

    Pousis

    in reply to: Caching Plugin? #49255
    Philip Burton
    Participant

    Also while I think about it – depending on what theme you are using you may need the following code to stop autoptimize working on certain pages that break on concatenation – social marketplace from buddyboss needed it in a couple of places.

    https://wordpress.org/support/topic/exclude-autoptimize-on-specific-pages/

    in reply to: Caching Plugin? #49216
    Philip Burton
    Participant

    My Caching setup is

    w3 total cache
    start with this set up and tinker from there – https://premium.wpmudev.org/blog/w3-total-cache-sharing-hosting-settings/

    Autoptimize – advanced settings shown
    html ticked (top box only)
    js ticked with catchwrapping also ticked (top box and bottom box)
    optimize css ticked with generate url for media also ticked (top 2 boxes)

    If you have issues untick the js and css sections

    Cheers

    Pousis

    in reply to: Offers for WooCommerce Compatibility #47433
    Philip Burton
    Participant

    @ben

    I know everyone is busy so don’t know if you saw this, but it would be quite cool functionality.

    in reply to: Remove Shipping/Refund Policy From Vendor Application #46842
    Philip Burton
    Participant

    Its tickboxes

    wc vendors tab – the 3 end tabs are forms – just tick the bits you don’t want to show up.

    in reply to: Final payment screen showing USD instead of GBP #46778
    Philip Burton
    Participant

    Hi

    I messaged stripe about this

    On the blue pop up checkout on my page,
    the amount to pay is showing in USD $ dollars rather than GBP ยฃ, even though amounts on the page are in GBP and my account is in GBP.
    Can you advise please?

    and got this back from Stripe

    Thankn you for writing in. I hope this email finds you well.
    This issue usually happens when the currencies specified in the checkout API has been entered incorrectly. To fix this you need to set the parameter “data-currency” to “GBP” like I did here: http://jsfiddle.net/1hjtptps/ this will ensure the checkout page is in the correct currency.

    I did find reference on line 269 in wc-vendors-gateway-stripe-connect/classes/class-wc-gateway-stripe.php changed the line but it didn’t work.

    I’ve run out of talent – Where would I need to go to check this please.

    in reply to: Final payment screen showing USD instead of GBP #46689
    Philip Burton
    Participant

    @bagtreedesign

    Did you manage to get this sorted out in the end?

    Many Thanks

    in reply to: Mulitple Commission Options for Vendors? #44334
    Philip Burton
    Participant

    @fervous

    The double quotes were straight off https://gist.github.com/fervous/9ae6e29b59581ac7559f#file-pmp-and-wc-vendors

    I am but a mere copy and paste merchant. ๐Ÿ˜‰

    Don’t know where the fancy quotes came from – changed those to straight & the aforementioned doubles to single quotes. still no joy.

    Will keep on plugging away as it will be something silly.

    Cheers

    in reply to: Mulitple Commission Options for Vendors? #44209
    Philip Burton
    Participant

    @mtgame21

    Hi Fella could you post the code that you got to work, I’m close but no cigar at the moment with the bit below

    function my_pmpro_after_change_membership_level($level_id, $user_id)
    {
    //get user object
    $wp_user_object = new WP_User($user_id);

    //ignore admins
    if(in_array(“administrator”, $wp_user_object->roles))
    return;

    if($level_id == 1)
    {
    //New member of level #1. Give them Vendor role.
    $wp_user_object->set_role(‘vendor’);
    update_user_meta( ‘$user_id’, ‘_wcv_commission_type’, ‘percent’ );
    update_user_meta( $user_id, โ€˜_wcv_commission_percentโ€™, โ€™90โ€™ );
    }
    elseif($level_id == 2)
    {
    //New member of level #2. Give them Vendor role.
    $wp_user_object->set_role(‘vendor’);
    update_user_meta( ‘$user_id’, ‘_wcv_commission_type’, ‘percent’ );
    update_user_meta( $user_id, โ€˜_wcv_commission_percentโ€™, โ€™100โ€™ );
    }
    elseif($level_id == 3)
    {
    //New member of level #3. Give them Vendor role.
    $wp_user_object->set_role(‘vendor’);
    update_user_meta( ‘$user_id’, ‘_wcv_commission_type’, ‘percent’ );
    update_user_meta( $user_id, โ€˜_wcv_commission_percentโ€™, โ€™100โ€™ );
    }
    elseif($level_id == 4)
    {
    //New member of level #4. Give them Vendor role.
    $wp_user_object->set_role(‘vendor’);
    update_user_meta( ‘$user_id’, ‘_wcv_commission_type’, ‘percent’ );
    update_user_meta( $user_id, โ€˜_wcv_commission_percentโ€™, โ€™94โ€™ );
    }
    elseif($level_id == 0)
    {
    //Cancelling. Give them Subscriber role.
    $wp_user_object->set_role(‘subscriber’);
    }
    }
    add_action(“pmpro_after_change_membership_level”, “my_pmpro_after_change_membership_level”, 10, 2);

    Knowing me I will be missing something blatantly obvious ๐Ÿ˜‰

    Cheers

    Phil

    in reply to: Shipping translation #40944
    Philip Burton
    Participant

    @fervous

    Blushes

    The correct answer is download the most up to date pot file first and not use one that is 5/6 months out of date…

    /blushes

    Sorry
    ๐Ÿ™‚

    in reply to: Shipping translation #40541
    Philip Burton
    Participant

    In the vendors section is the main bit – sorry should have been more clear

    in reply to: where is the download link for wcvendor pro? #40076
    Philip Burton
    Participant

    <<<

    MY downloads>>>api downloads

    in reply to: WC Vendor Pro, need help #38197
    Philip Burton
    Participant

    <<<<<<<<<<< MY Downloads > API Downloads

    ๐Ÿ˜‰

    in reply to: WC Vendor Pro, need help #38192
    Philip Burton
    Participant

    You need both wcvendors free and wcvendors pro plugin installed – they are separate. It will add a pro tab in the wcvendors section of woocommerce.
    You add the api key in the settings>wc vendors pro licence.

    Chin chin.

    in reply to: Woocommerce Subscriptions Q's #37734
    Philip Burton
    Participant

    Sorry to butt in, on one of the other membership threads I think i saw that you were using pmpro for the monthly membership or is that what the clash was with?

    in reply to: Vendors getting error when trying to upload pictures #25182
    Philip Burton
    Participant

    I’ve had a similar error a couple of times when it logged me out without me realising or being told I’d been logged out.

    in reply to: WC Vendors not compatible with woocommerce shop filters #24271
    Philip Burton
    Participant

    Don’t know whether this helps, but Woof Product filter has a search by author filter that you can assign the role of vendor to in the premium version.

    Free version is here

    in reply to: Configuration WV Vendors Pro #23072
    Philip Burton
    Participant

    That’s public @Regenerasia

    in reply to: Stripe fees to marketplaceinstead of vendor #21442
    Philip Burton
    Participant

    I’d be interested to know this too.

    in reply to: Cancelled orders/refunds & commissions #20823
    Philip Burton
    Participant

    1/ understood, That does mean that there is no indicator that an order has been cancelled for the vendor (but there is for the buyer) in the dashboard nor does the order appear to be clickable (again it is for the buyer) – which would be dead handy for the vendors otherwise they have to search through emails to find all the info – can I add both of those onto the wishlist please ๐Ÿ™‚

    BTW The cancelled order and refund has also not reduced the commission amount on the vendor dashboard – should it have?

    2/cool – I can see that now.

Viewing 22 posts - 1 through 22 (of 22 total)