Forum Replies Created
- AuthorPosts
ing.rapparini
ParticipantI would like to know which plugin you use on your site for the shopping cart (I want the same) and which theme.
Thanksing.rapparini
ParticipantCan you please help me?
Thanksing.rapparini
ParticipantANY NEWS?
ing.rapparini
ParticipantI mean all custom taxonomies are in a certain order…that is the same order that they will be asked to the vendor when he put a new item for sale.
If I add a new taxonomy it goes to the end…and I want into the top.
How can I change the order in which they are placed and then asked to the vendor when a new item is added?
thanksing.rapparini
Participant1 – I click on the “main field” called “Filter by….”…
2 – I HAVE TO WAIT….
3 – Then will appear the “secondary field” with the hierarchy of the category I selected at point 1.
IS TI POSSIBLE TO HAVE THIS “secondary field menu” already open (blank) in order to not wait it opens?
ing.rapparini
ParticipantAh, another thing…is quite SLOW!!!!!
And this is CRUCIAL! Is it possible to have also the “secondary” tab always open instead of wait it opens?
Thanksing.rapparini
ParticipantThis reply has been marked as private.ing.rapparini
ParticipantThis reply has been marked as private.ing.rapparini
ParticipantThis reply has been marked as private.ing.rapparini
Participantsdrang.com
ing.rapparini
ParticipantFor example, you can try to modify something in “product custom validation”…save…refresh…and voilà,. NOTHING HAPPENED.
ing.rapparini
ParticipantThis reply has been marked as private.ing.rapparini
Participantyes sure… I noticed other errors if I enable/disable something in SETTINGS–>MODULES…
January 13, 2020 at 1:54 pm in reply to: Settings –> Inquiry Settings –> BUTTON LABEL does not work anymore! #101868ing.rapparini
Participantyes.?
please post me a link of your site.
thanks
in mine still not work…January 10, 2020 at 4:57 pm in reply to: Settings –> Inquiry Settings –> BUTTON LABEL does not work anymore! #101576ing.rapparini
ParticipantSO?
July 17, 2019 at 5:49 am in reply to: What is the conditional tag of the store page of any vendor? #72752ing.rapparini
ParticipantTHANK YOU!
July 16, 2019 at 8:18 am in reply to: What is the conditional tag of the store page of any vendor? #72623ing.rapparini
ParticipantThe “store page” of any vendor is like:
https://www.SITENAME.com/store/STORENAME/
What is the “conditional tag” (like woocommerce conditional tags) of this page???
ing.rapparini
ParticipantThis will be useful also for me…and I think for many others…so please develop this funcionality and let every store put his own paypal direct payment!!!
July 15, 2019 at 5:51 am in reply to: I need to display product custom taxonomies in single product page frontend. #72511ing.rapparini
Participantobviously not,
if I’m asking you …
ing.rapparini
ParticipantWOW!
THANK YOU VERY MUCH!!!June 28, 2019 at 8:07 am in reply to: I need manage stock enabled with 1 quantity by default. #70095ing.rapparini
Participantok…I just add also this to enable stock by default…
add_filter( ‘wcfm_product_fields_stock’, function( $stock_fields, $product_id, $product_type ) {
if( isset( $stock_fields[‘manage_stock’] ) ) {
$stock_fields[‘manage_stock’][‘dfvalue’] = ‘enable’;
}
return $stock_fields;
}, 50, 3 );June 27, 2019 at 9:26 am in reply to: The membership registration page has been corrupted since the last update! #69983ing.rapparini
ParticipantMY FAULT SORRY!
June 25, 2019 at 9:29 am in reply to: I need manage stock enabled with 1 quantity by default. #69485ing.rapparini
ParticipantDOES NOT WORK
June 21, 2019 at 7:34 am in reply to: Deactivate the WCFM sidebar menu only in non administrator accounts #68844ing.rapparini
ParticipantI had the same need and they sent me this line to add at child theme’s functions.php
add_filter (‘wcfm_is_allow_show_menu’, function($menu, $end_point)
{if( function_exists(‘wcfm_is_vendor’) && wcfm_is_vendor())
{$menu = false;} return $menu;}, 50, 2 );ing.rapparini
ParticipantDon’t work…
Where I can find the “button” or “option” to delete the orders?Still the same interface…
Thx- AuthorPosts