ananddevops
Forum Replies Created
-
No, all products being added by Vendor are simple products.
Even at a later point, if we introduce – variable/grouped/external products, by vendors, we would like that permission to be with the Admin and change the same with familiarity and tested biz workflows.
Thanks
Also remove the Profile Progress bar and all its details?
Thanks much for the links provided earlier by the author @dualcube
I was finally able to make changes in the dashboard menus with the help of the links. For someone new to WordPress, WooComm and WCMP, like me, I would like to summarize the thread
Use the code snippet provided in the link – https://wc-marketplace.com/knowledgebase/wcmp-hooks-filters/
for Knowledge Base removal.
To the function add other filter names to unset them.
Similarly create two other functions, with respective names to hide menus from top and profile drop down.As for the Dashboard redirection – the link provided is to redirect to the Profile Management Page. Change profile to products instead to redirect to the products list page i.e All Products page.
Thanks
Forum: Themes and Templates
In reply to: [Storefront] Adding Filters for WCMP plugin GuidanceForum: Themes and Templates
In reply to: [Storefront] Adding Filters for WCMP plugin GuidanceThank you for the revert.
1. Ok. Not seeking a confirmation on the PHP code. But could you clarify incase I want to make filter/hook changes to functions.php, incase of storefront theme, is that file storefront_functions.php?
2. Adding the code anywhere in the file will work? Querying specific to storefront theme?
3. I understand and child theme is a must and thats what I will eventually do. As of now I need to run a basic test(like a hello world) and see if all goes all well before I undergo the child theme exercise.
4.To my last query, will the changes reflect on save, or do I need to republish the page/restart the hosting instance/any other draft to publish change method? Again confirming specific to Storefront theme.Thanks
Hannah,
Thank you for revert. I understand the – Page not found part of screenshot is working how it should. But it shows Featured Products etc.
Since I have made the About page as private, that section ideally itself shouldn’t appear, even on a linked page. My understanding here maybe incorrect because the About section on the HomePage content maybe being pulled from elsewhere/static.
Anyway the options that I feel work for me are as follows:
1. Hide the complete site, like you mentioned.
2. Hide the site, barring some specific pages(and their sections) that I want to be live
3. On the homepage just show the About and maybe Contact. While no other pages are availableHope that helps.
Forum: Fixing WordPress
In reply to: Where in functions.php does a add_filter code go?Thank you.
That helps.
Did you mean that I will need to add a code snippet
add_filter( 'wcmp_vendor_dashboard_nav', 'filter_wcmp_vendor_dashboard_nav', 10, 1 ); function filter_wcmp_vendor_dashboard_nav( $vendor_nav ) { unset($vendor_nav['vendor-knowledgebase']); return $vendor_nav; }
as mentioned in the link – https://wc-marketplace.com/knowledgebase/wcmp-hooks-filters/
In order to remove the Knowledgebase section on the left menu.
and where in the file do I need to add the same?
I was able to remove Coupons, using the WP admin dashboard. But all others seem to be connected with the WCMP–>>Settings –>> Vendor –>> Vendor Pages. And it seems it can’t be configured from the Admin.
Need guidance regarding the same.
I am thouroughly confused. You mentioned –
“Add the following code..”Lets take the first case:
I opened the source file you have mentioned (https://github.com/dualcube/dc-woocommerce-multi-vendor/blob/master/classes/class-wcmp-vendor-hooks.php)It is the same as the original file, I can’t locate the code which you are refereing to be added.
Kindly suggest further.
I currently want any vendor to see ONLY the Areas marked by red rectangel
Thanks
Forum: Plugins
In reply to: [WooCommerce] Shop Visibility is Private but page is visibleHello,
Thanks for all the suggestions. I am currently attempting the first suggestions i.e to save page as a draft.
1. For this I am on the dashboard –>> screen options and Quick Draft is checked. Ideally all pages should go into the draft mode and not be published, but the same is not working for me. Is there any other way to make a page in Draft? Like mentioned I already have it in Private.
2. I want to do hide selective pages not all.Thanks
Forum: Plugins
In reply to: [WooCommerce] Can a page be hidden/made unavailable temporarily?Andrew,
Thanks, it does bring happiness for me.
Though on making a page – Private it gives me an error
Oops! That page can’t be found.
The rest of the page below has all the product content and layout.
Any suggestions on that or possibility of redirection?
Thanks
Forum: Fixing WordPress
In reply to: Url Masking and Hide Source OptionsLet me put the negative thought process and assumptions to rest.
And @jan, my use case is pretty simple and not the thriller you have managed to cook up.Use Case: An application has two type of users A and B. Different pages service each type. A subset of data is common between the two. I want A to be serviced as Application1(url1) and B to be serviced by Application2(url2).Each application relevant to each type of user.
I already know a few ways to do it. mod_write was an interesting learning.
As for the context of this query – I am new to WordPress and was wondering ways to achieve it using the same. I came across a few plugins and wanted to try a MVP using a plugin. My experience till now has been that some plugins are so fantastic that it doesn’t make sense to reinvent the wheel. Hence wanted to check if anyone had suggestions and experience in using the ones available.Let me know.
Forum: Fixing WordPress
In reply to: Url Masking and Hide Source Options@joyously
Interesting article Joy. So does that mean all these plugins –
URL mask pluginsAre no good?
Thanks. Appreciate the explanations.