Forum Replies Created
- AuthorPosts
- SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
By ‘locally on my PC’ do you mean localhost? In that case, you can refer to this article- https://meetanshi.com/blog/send-mail-from-localhost-xampp-using-gmail/
Alternatively, use an email logger like https://wordpress.org/plugins/wp-mail-logging/.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
This feature is part of our WCFM Ultimate Addon https://wclovers.com/product/woocommerce-frontend-manager-ultimate/
Thank You!SushobhanKeymasterHi,
Please follow this topic- https://wclovers.com/forums/topic/how-to-add-vendor-slug-to-url-in-product-single-views/
Thank You!May 19, 2020 at 3:10 pm in reply to: Product Upload: Linked Product -> not displaying correctly #133033SushobhanKeymasterDid you find out the plugin that adds this field? Check your Plugins page. As you have found out the same problem exists when publishing from the backend (wp-admin) then it has to be the problem of the plugin. Or there might be a setting for this.
SushobhanKeymasterHi,
Yes, we get that request, like a lot. If we knew this before we have chosen a better name.
Though you can change this using the Loco Translate plugin. In the future, we are thinking about introducing a settings for the name.
Thank You!SushobhanKeymasterHi,
I don’t have these options letting me disable Virtual and Downloadable so I’ll use the code…
Are you using WCFM Groups & Staffs addon, in that case, these options are getting overridden by group capability settings. Otherwise, it should work. I can debug it further if you want.
Just let me know.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
To remove Review tab (Avis) go to WooCommerce >> Settings >> Products >> General and uncheck Enable reviews option.
Now To remove the other two tabs use the following code-add_filter( 'wcfm_is_pref_enquiry_tab', '__return_false' ); add_filter( 'wcfm_is_pref_policies', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Let me know how this goes.
Thanks!SushobhanKeymasterHi,
Thank you for getting in touch with us!
Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it could be a conflict with one of the plugins or the theme you are using.
To determine that, please follow this troubleshooting guide:
https://wclovers.com/knowledgebase/conflict-check/Only the site admin would know and your users won’t be affected by this troubleshooting.
Please let us know if you find the cause.
Looking forward to helping you.
Thank You!
May 19, 2020 at 12:50 pm in reply to: Product Upload: Linked Product -> not displaying correctly #132962SushobhanKeymasterYou can use it without an issue. As mentioned in our v6.4.10 changelog, the compatibility is already added. Also, you can update to the latest v6.5 which will remove the warning as well.
Thank You!May 19, 2020 at 12:45 pm in reply to: Product Upload: Linked Product -> not displaying correctly #132956SushobhanKeymasterHi,
Thanks for getting in touch with us!
Which plugin are you using for the ‘Frequently Bought Together’ feature? If you set the ‘Frequently Bought Together’ from the backend (wp-admin), is the behavior remains the same? Please reach out to the author of that plugin for this.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
The radius search only works if the user provides an address, otherwise, it will always return all the products.
Thank You!SushobhanKeymasterHi,
I have disabled the plugin. See here- https://imgur.com/nGKm1E3
Also, did you talk with Stripe about the error log I send? The message says “Stripe PaymentIntent pi_1GhbwtEmUW0CXjc4i9E0ZdSj requires authentication for order 6483”, As you are using Stripe 3D secure & SCA, it might be about the additional confirmation that the user has to provide. Did you face any other occurrence of this issue? From the log, I couldn’t find any other erroneous entry.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
There are 2 possibilities for this-
1. You have disabled Withdrawal Request from Capability page, see here https://imgur.com/N1kf51b
2. You have set Withdrawal Mode to Periodic Withdrawal or By Order Status, instead of Manual Withdrawal from Settings >> Withdrawal Settings.
Thank You!SushobhanKeymasterThis reply has been marked as private.SushobhanKeymasterHi,
You can useend_wcfm_marketplace_settings
hook to add a new tab under vendor setting page and add your fields there. WCFM offers a field library which you can call like this- $WCFM->wcfm_fields->wcfm_generate_form_field(array(‘key’ => field_settings_array)) to echo your fields without writing HTML. Settings will be saved automatically.
Rest of the logic you have to figure out by studying both the plugins. As you are good with programming, I guess it will not give you much of a trouble.
Good Luck & Thank You!May 19, 2020 at 9:46 am in reply to: Booking availability is not consistent, without this the marketplace is no use #132907SushobhanKeymasterThat’s why I told you to go through their set up guide 🙂
Anyway, to set up a resource go to Booking >> Manage Resources from your WCFM dashboard.
Thank You!May 19, 2020 at 9:39 am in reply to: Inquiry Button at Cart and Checkout pages does not send to Vendor #132906SushobhanKeymasterHi,
kindly refer to this page- https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/
Thank You!SushobhanKeymasterHi,
Please contact us here for the purpose – https://wclovers.com/setup-guidance/
Thanks!SushobhanKeymasterThis reply has been marked as private.SushobhanKeymasterHi,
I don’t think the problem is due to this code snippet. Remember earlier how a single bracket was causing trouble to your functions.php, I think it’s a similar issue. Have you changed anything in your functions.php recently? If possible please switch to Code Snippet plugin. That option is much easier to handle.
Thank You.SushobhanKeymasterSorry about that 🙁
Provide me some details, maybe a snapshot to understand this better. The script only runs on the Product Editing page so other pages of the site should not be affected.
Let me know.
Thank You!May 18, 2020 at 6:55 pm in reply to: How to allow Vendor to register & setup store, but Admin must approve 'go live'? #132650SushobhanKeymasterHi,
Thanks for getting in touch with us!
It looks like you have already figured this out. Well, almost.Admin must approve seller to ‘go live’
For this to work, enable ‘Required Approval’ from WCFM admin dashboard >> Settings >> Vendor Registration.
Now to set all the vendors’ capability, go to the Capability menu. From here you can control various vendor capabilities. Like if you disable ‘Publish Products’ then your vendors can only submit the products and it will not goes live until you the admin approves them. To know more about Capability settings visit here- https://docs.wclovers.com/capability/
Thank You!May 18, 2020 at 6:27 pm in reply to: Inquiry Button at Cart and Checkout pages does not send to Vendor #132628SushobhanKeymasterHi,
Thanks for getting in touch with us!
Use the following snippet for this purpose. It will add an inquiry button against each cart item like this- https://imgur.com/NPSvEY9.add_filter( 'woocommerce_cart_item_subtotal', function($price, $cart_item, $cart_item_key) { $product_id = apply_filters( 'woocommerce_cart_item_product_id', $cart_item['product_id'], $cart_item, $cart_item_key ); $vendor_id = wcfm_get_vendor_id_by_post( $product_id ); if ( ! wcfm_is_vendor( $vendor_id ) ) { $vendor_id = 0; } return $price . do_shortcode( "[wcfm_inquiry product='{$product_id}' store='{$vendor_id}']" ); }, 999, 3 );
Add this code to your child theme’s functions.php
In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Let me know how this goes.
Thanks!SushobhanKeymasterI’m not sure, there might be some issue with caching. Please hard reload the page, or try incognito mode. You can try switching to some other browser as well. These tricks worked earlier for some users. If you still can’t post a message on that topic, post your reply here.
Sorry, I didn’t know you are facing this issue, otherwise, I wouldn’t have close that topic.
Thank You!SushobhanKeymasterHi,
Thanks for getting in touch with us!
Firstly, it has nothing to do with WCFM. Just save your products with price 0 and shipping cost 0. Then your customers will be able to checkout without paying anything.
Thank You. - AuthorPosts