Forum Replies Created
- AuthorPosts
- Ramamurthy KrishnanKeymaster
Hi,
You may use “WooCommerce Simple Auctions – WordPress Auctions” plugin ( Link: https://codecanyon.net/item/woocommerce-simple-auctions-wordpress-auctions/6811382 ) to achieve your requirements.
This plugin provides auction products and while creating auction products you can set the auction time and reschedule it if not sold.
Is this what you are looking for?
Feel free to contact if any issues.Thanks,
Ramamurthy KrishnanKeymasterHi,
This may seem a little strange, but I’m looking to give my salespeople the option of managing products through the backend!
Did you meant salespeople as vendors?I want to know a few things:
How can I give access to the wp-admin WCFM does this block ?! how can i remove?
Go to store-manager->Capability and change the “Backend Access (wp-admin)” option to “ON” mode, then vendors will be able to access WordPress backend (wp-admin).How can I get the store link of the logged in user? the dynamic link? because I want to set up a link for the user to go to their store page as in the frontend.
Use the below code to get the store link of logged in vendors.
$store_url = wcfmmp_get_store_url( get_current_user_id() );
Thanks,
Ramamurthy KrishnanKeymasterHi,
Please go to wp-admin->Appearance->Customize->WooCommerce->Product Catalog and set the value for “Products per row” to 4, it will display products in 4 columns for store details page.
Thanks,
Ramamurthy KrishnanKeymasterHi,
When vendor will assign a order to a delivery boy then the respective delivery boy will be able to view ( after delivery boy logs in ) the orders list under “Deliveries” section.
Thanks,
Ramamurthy KrishnanKeymasterHi,
Is there a way to have the drivers set their personal driver hours or for them to have a button to switch if they are available or not available for deliveries?
This will be a custom work, please contact us here: https://wclovers.com/setup-guidance/Also is there any update on the iOS app for both Store manager and Delivery?
We’re working on it.Thanks,
Ramamurthy KrishnanKeymasterHi,
Please share the url with us.
Thanks,
Ramamurthy KrishnanKeymasterHi,
1- How I can put all my widgets not on the left side bar I want it to be on top (Search, Category filter,….) like this link
https://wcfmmp.wcfmdemos.com/store-list-no-map/?v=8f2564d40946
Go to store-manager->Settings->Marketplace Settings and then uncheck the “Store List Sidebar” option under this section.
2- I added widget store list filter by category but it’s not working, showing only the category but when I choose it not working, nothing happening.
Can you please check in your browser console that whether there is any javascript error or not?
Thanks,
Ramamurthy KrishnanKeymasterWelcome 🙂
Ramamurthy KrishnanKeymasterHi,
Please add the below css code to your theme’s style.css file:
.wcfm-store-list-page .et_pb_row_0.et_pb_row { margin-left: auto !important; }
Thanks,
March 16, 2020 at 6:55 pm in reply to: when vendor store name in Arabic it's not showing products in vendor store page #111846Ramamurthy KrishnanKeymasterHi,
Can you share us your website login details?
Please do share your website credentials as private reply here.Thanks,
Ramamurthy KrishnanKeymasterHi,
Please add the below css code in your theme’s style.css file:
.product .wcfm_custom_field_display .wcfm_custom_field_display_label { display: inline !important; }
Thanks,
Ramamurthy KrishnanKeymasterHi,
Here’s the compatible theme’s list with WCFM: https://wclovers.com/wcfm-compatible-themes/
Thanks,
Ramamurthy KrishnanKeymasterHi,
I understand your problem but we can’t make the secondary field be already open as I already said that the secondary field is generated on selecting the main category. It can be slow due to a lot of categories or some other issue’s also. Can you share your website login details with us so that we can take a look into it?
Please share your website login credentials as private reply here.
Thanks,
Ramamurthy KrishnanKeymasterHi,
We can’t make the secondary field already open because the field is being generated after user chooses the main category, I mean the secondary field values are generated according to the main category field value selected.
Maybe its taking time because you have a lot of product categories.Thanks,
Ramamurthy KrishnanKeymasterHi,
Please share us the link, we will get back to you.
Thanks,
March 13, 2020 at 5:40 pm in reply to: Where can I find guide to how to use Wcfm and who to build full ecommerce market #111444Ramamurthy KrishnanKeymasterRamamurthy KrishnanKeymasterHi,
You’ve shared the screenshot of vendor registration page. You will get the login form in “My Account” page.
Thanks,
Ramamurthy KrishnanKeymasterHi @web2,
Please go to store-manager->Memberships->Payment. Under payment section you will find “Payment Methods”, choose the payment options from there.
Thanks,
Ramamurthy KrishnanKeymasterHi,
There is a notification section at the top with a bell icon. New order alert is also notified there.
Thanks,
Ramamurthy KrishnanKeymasterHi,
Please use the shortcode “[wcfm_stores]” to display all vendors.
Thanks,
Ramamurthy KrishnanKeymasterHi,
Can you please explain more elaborately about the issue?
Thanks,
March 13, 2020 at 11:19 am in reply to: when vendor store name in Arabic it's not showing products in vendor store page #111418Ramamurthy KrishnanKeymasterHi,
Can you provide us your website login details? We need to check.
Please do share your website credentials as private reply here.
Thanks,
Ramamurthy KrishnanKeymasterHi,
You’re most welcome.
Let me know if there’s anything else we can help you with.Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
Thanks,
Ramamurthy KrishnanKeymasterHi,
You’re most welcome.
Let me know if there’s anything else we can help you with.Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
Thanks,
Ramamurthy KrishnanKeymasterHi,
I’ve added the below code to your child theme’s functions.php file:
add_filter( 'wcfmmp_store_list_after_store_info', 'cus_wcfmmp_store_list_after_store_info', 10, 2 ); function cus_wcfmmp_store_list_after_store_info( $store_id, $store_info ) { echo '<p class="store-phone">' . get_user_meta( $store_id, 'url-de-tienda-online', true ) . '</p>'; }
The url is displayed for each vendors in the store list page.
Thanks,
- AuthorPosts