Forum Replies Created
- AuthorPosts
- November 26, 2019 at 10:15 pm in reply to: Shipping Question – limit countries sold to for vendors #94139sdel_nevoParticipant
Hi Guys
thanks for getting back, and sorry for my late reply
is it possible to allow vendors to add there own zones? like they can the counties
currently, vendors can only add shipping to zones that we as site admins have added
vendors have no way to add new zones
sorry if it has been asked before
Steve
sdel_nevoParticipantHi Guys
thanks for getting back, and sorry for my late reply
the … appear on there own, not at the end of a URL
placing my cursor over the three dots (…) shows the referral URL link to be mydomain.com/store-manager/analytics/?range=month
am I right in thinking that the analytics is recording links from itself?
if that’s the case can thee be filtered out
Steve
Attachments:
You must be logged in to view attached files.sdel_nevoParticipantHi
that’s going to be fantastic đŸ™‚
Steve
sdel_nevoParticipantHi Guys
have you been able to look into this?
the problem happens even if all caching and CDN settings have been removed/uninstalled
and on a clean install on a testing site
if you require access to my site to investigate I can send you your login details
Steve
sdel_nevoParticipantHI Avinaba
I have left a fab review for you guys in the past
and always recommend your plugins to others who are looking for this functionalitySteve
sdel_nevoParticipantHi Guys
all sorted, not sure what the issue was, but it appears that reviews are working correctly now
Steve
Please close this ticket
November 25, 2019 at 3:41 pm in reply to: Add menu to an external link on vendors store manager menu #93856sdel_nevoParticipantHi guys
That’s brilliant many thanks
No idea how I missed the menu manager settings
That’s brilliant
Steve
sdel_nevoParticipantThanks guys
Steve
sdel_nevoParticipantHi guys
It’s the product review form on the product tab
I will get in touch with the plugin devs and let you know
Steve
sdel_nevoParticipantHi guys
That’s great news, many thanks
Will this have the same functionality as google maps,
Clicking the vendors address on their store page
Vendors shown on store location mapIf that’s the case could the vendors location be taken from the store address this will remove one more item that needs to be filled out when vendors sign up
Steve
sdel_nevoParticipantHi Guys
I’m just wondering how this is coming on, will this be something that’s going to be added in the next few updates?
I would love this as it would lower our costsor would it be best that we request this as a custom project
Stevesdel_nevoParticipantHi Guys
was this issue resolved in the last update? it’s still showing on mt site with the flatsome theme
Steve
sdel_nevoParticipantHi Guys
Many thanks for sorting this in the latest update, it’s great,
Please close this ticket
Steve
sdel_nevoParticipantHi Guys
thanks for sorting this in the latest update, 1.50 * [qty] can now be entered into flat rate zone shipping, thats brilliant and will help out the vendors massively
many thanks for sorting this out đŸ™‚
please close this ticket
Steve
sdel_nevoParticipantThis reply has been marked as private.November 19, 2019 at 2:32 am in reply to: Product Manager's Filter will crash the site, and it's not listing all products #92844sdel_nevoParticipantHi Guys
this is also happening for me
on both the admin’s marketplace products and for vendors products list page 2, page 3, etc is missing
we can filter by number of products but can never see all of them
SteveNovember 18, 2019 at 9:24 pm in reply to: Stripe Checkout for split payments – When will it be implemented? #92827sdel_nevoParticipantHi Me
Point taken mate, sorry for jumping in
if I could delete my post I wouldSteve
November 18, 2019 at 9:07 pm in reply to: Stripe Checkout for split payments – When will it be implemented? #92824sdel_nevoParticipantHi
to be honest, I’m completely confused about this situation now, stripe have said to me in conversations that SCA supports direct charges with multiple vendors, not just single (which kind of defeats the whole point of a marketplace)
https://wclovers.com/forums/topic/sca-stripe/
I do not understand how stripe say it does work, and you guys say it doesn’t.
I have been in touch regularly with stripe and each time I ask them I get the same reply, SCA works with Direct charges and multivendor marketplaces (more than one product in a customers basket from different vendors) and splits the funds accordingly.
I simply called the stripe support and spoke to them asking if what we do now in terms of direct charges and split pay works with SCX enabled
personally speaking, if your solution is to limit this to single vendor transactions at a time, (purchasing form one vendor only at a time) then what’s the point in having a marketplace at all!!
I don’t understand how stripe say it can be done, and you say it cant
is it a misunderstanding perhaps, who nows but I’m confused as hell over it
Steve
sdel_nevoParticipantHi Guys
just wondering if you’ve had a chance to look over this yet, I sent the mail as requested
Steve
sdel_nevoParticipantHi Guys
the recent update has resolved the issue with deleted products, many thanks for sorting this
Steve
November 17, 2019 at 4:39 pm in reply to: Shipping Question – limit countries sold to for vendors #92645sdel_nevoParticipantHi Guys
After googling for a few hours i found this
<strong>//disable checkout if no shipping methods</strong> function disable_checkout_button_no_shipping() { $package_counts = array(); // get shipping packages and their rate counts $packages = WC()->shipping->get_packages(); foreach( $packages as $key => $pkg ) $package_counts[ $key ] = count( $pkg[ 'rates' ] ); // remove button if any packages are missing shipping options if( in_array( 0, $package_counts ) ) remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 ); } add_action( 'woocommerce_proceed_to_checkout', 'disable_checkout_button_no_shipping', 1 ); function prevent_checkout_access_no_shipping() { // Check that WC is enabled and loaded if( function_exists( 'is_checkout' ) && is_checkout() ) { // get shipping packages and their rate counts $packages = WC()->cart->get_shipping_packages(); foreach( $packages as $key => $pkg ) { $calculate_shipping = WC()->shipping->calculate_shipping_for_package( $pkg ); if( empty( $calculate_shipping['rates'] ) ) { wp_redirect( esc_url( WC()->cart->get_cart_url() ) ); exit; } } } } add_action( 'wp', 'prevent_checkout_access_no_shipping' );
it hides the checkout button if the country selected by the customer has no delivery options.
it appears to work, as it prevents customers from purchasing if the vendor has not created a delivery method for the zone
its not great but it does the job
@WCFM
can you see any issues with this code, its not creating any issues in the browser or my error logsSteve
sdel_nevoParticipantHI
I can confirm this works for me too !!!
logged in as a vendor, went to
/store-manager/notice-view/104002/
where 104002 is the id of a product posted by another vendor and the details are visible!! to this vendor
Steve
November 13, 2019 at 4:45 pm in reply to: Stripe Split Pay w Direct Charge for single vendor orders – is it implemented? #92174sdel_nevoParticipantHi Guys
OK, thanks for the update, fingers crossed stripe support this quickly
Steve
sdel_nevoParticipantHi Guys
Brilliant, many thanks
Steve
sdel_nevoParticipantThis reply has been marked as private. - AuthorPosts