Forum Replies Created
-
AuthorPosts
-
Philip Burton
Participantsuper 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.
Philip Burton
ParticipantPhilip Burton
ParticipantEbay.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
Philip Burton
ParticipantAlso 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/
Philip Burton
ParticipantMy 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
Philip Burton
Participant@ben
I know everyone is busy so don’t know if you saw this, but it would be quite cool functionality.
November 5, 2016 at 8:48 am in reply to: Remove Shipping/Refund Policy From Vendor Application #46842Philip Burton
ParticipantIts tickboxes
wc vendors tab – the 3 end tabs are forms – just tick the bits you don’t want to show up.
Philip Burton
ParticipantHi
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.
Philip Burton
ParticipantPhilip Burton
ParticipantThe 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
Philip Burton
ParticipantHi 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
Philip Burton
ParticipantBlushes
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
๐Philip Burton
ParticipantIn the vendors section is the main bit – sorry should have been more clear
Philip Burton
Participant<<<
MY downloads>>>api downloads
Philip Burton
Participant<<<<<<<<<<< MY Downloads > API Downloads
๐
Philip Burton
ParticipantYou 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.
Philip Burton
ParticipantSorry 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?
February 29, 2016 at 2:29 am in reply to: Vendors getting error when trying to upload pictures #25182Philip Burton
ParticipantI’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.
February 18, 2016 at 12:43 pm in reply to: WC Vendors not compatible with woocommerce shop filters #24271Philip Burton
ParticipantDon’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
Philip Burton
ParticipantThat’s public @Regenerasia
Philip Burton
ParticipantI’d be interested to know this too.
Philip Burton
Participant1/ 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.
-
AuthorPosts