Forum Replies Created
- AuthorPosts
eritechdeveloper
ParticipantThat is it, thank you.
eritechdeveloper
Participanteritechdeveloper
ParticipantI am still seeing shipping by vendor, below the subtotal and it is still asking me to select a shipping option when I checkout.
That setting was never enabled.
Is there another way to translate without loco translate, I find it hard to use.
eritechdeveloper
ParticipantPlease also help me in renaming Billing & Shipping to Billing details
May 7, 2020 at 7:20 pm in reply to: How to add wcfm available groups to the vendor registration form? #128063eritechdeveloper
ParticipantUsing loco translate was a bit problematic so
I did this instead
function wcfm_custom_0408_translate_text( $translated ) {
$translated = str_ireplace( ‘Plan’, ‘Profession’, $translated );
$translated = str_ireplace( ‘Plans’, ‘Professions’, $translated );
return $translated;
}
add_filter(‘gettext’, ‘wcfm_custom_0408_translate_text’);
add_filter(‘ngettext’, ‘wcfm_custom_0408_translate_text’);I will use your suggestions on customization the page, thank you.
May 7, 2020 at 3:37 pm in reply to: Update shortcode [wcfm_stores per_row="4" per_page="8" map="" search="" category #127960eritechdeveloper
ParticipantYou guys have been so helpful. It works, I will check out the stores page when creating it.
May 7, 2020 at 3:18 pm in reply to: How can I get the book now button to take me straight to the checkout page? #127955eritechdeveloper
ParticipantThank you it works.
May 6, 2020 at 9:30 pm in reply to: How to add wcfm available groups to the vendor registration form? #127598eritechdeveloper
ParticipantIt is clear, but not the best option. It will work, for now, I will add it to the backlog and raise a request in the future.
In the meantime, how can I rename plan to profession?
Where can I change
How can I remove the £0.00 and the circle and the no payment required from the options. Plus remove the payment options for now, and how can I update the look and content in the confirmation tab.
eritechdeveloper
ParticipantI understand you guys at the moment is there any way we can reduce some of them using snippets and the rest we can look at after when you got time.
May 6, 2020 at 8:23 pm in reply to: Update shortcode [wcfm_stores per_row="4" per_page="8" map="" search="" category #127564eritechdeveloper
ParticipantThank you that worked like a dream.
but when I type an address in the geolocation field I am getting this back
Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.Can I add a dropdown list for categories filter and membership filter?
Plus how can I reduce the gap between the geolocation search field and the list.
Thank you.
May 6, 2020 at 4:46 pm in reply to: Update shortcode [wcfm_stores per_row="4" per_page="8" map="" search="" category #127437eritechdeveloper
ParticipantThis reply has been marked as private.May 6, 2020 at 4:38 pm in reply to: How to add wcfm available groups to the vendor registration form? #127435eritechdeveloper
ParticipantThank you, but that only allows me to associate 1 group to 1 membership plan. I want to associate multiple or all groups to it.
Or are you recommending I create multiple memberships 1 for each for group?
May 6, 2020 at 4:22 pm in reply to: Update shortcode [wcfm_stores per_row="4" per_page="8" map="" search="" category #127430eritechdeveloper
Participanteritechdeveloper
ParticipantWorked real well, thank you.
eritechdeveloper
ParticipantThank you, sure I will do.
I have just left my first word press you for a plugin on WCFM.
I do not have Twitter, but once I sign up you will be among the first that I follow.
eritechdeveloper
ParticipantThank you for your response, I have sent a request.
eritechdeveloper
ParticipantMy fault for not sharing that earlier.
You are a legend, it works like a dream, Thank you so much Sushobhan.
eritechdeveloper
Participanteritechdeveloper
ParticipantHi Sarmistha,
Can you help me with the document to do the following for code snippets, or help me with the code snippets.
Default Booking duration to fixed blocks of and remove the dropdown for fixed blocks off
Default can be cancelled to yes and hide it
Default can be cancelled up until 24 hours and hide it
Default Calendar display mode to “display calendar on click” and hide it
Default max bookings per block to 1 and hide it
Default all dates are to not available by default and hide it
Change “rules” in the availability tab to Service Available
Change minimum block bookable to earliest availability
Change maximum block bookable to latest availability
Change require a buffer period of to “Add a break between bookings”
Remove adjacent buffering
Remove restrictable selectable days
Remove restricted days
Remove first block starts at
Remove availability rules
Remove Display cost
Remove Cost rules
Rename “Cost” tab to price
Remove advanced tab as long as enable reviews is defaulted
Remove tags
Remove Catalog Visibility
Remove block costThanks,
RobelMay 5, 2020 at 5:32 pm in reply to: How do I setup global rule for bookable product availability based on store ho? #126997eritechdeveloper
ParticipantThis reply has been marked as private.eritechdeveloper
ParticipantGreat I will get that plugin and try it my self, and if I need help I will post back here. Thanks.
eritechdeveloper
ParticipantHi Sushobhan,
Thanks for your reply, I applied it as follows but it is not working.
Could it be because I am setting it up for bookable products and the base cost, which I renamed with the help of your colleague to “Price”.
jQuery(document).ready(function( $ ){
$( ‘#regular_price’ ).focusout( function () {
if ( $( this ).val() < 6 ) { //
alert(‘Please set price greater than 6’);
$( this ).val(6);
$(this).focus();
}
} );
});Best regards,
Robeleritechdeveloper
ParticipantThank you for your response Sarmistha,
All that worked like a dream, I would like to remove some more fields, but before I do. Please help me with the following issue that I posted here.
eritechdeveloper
ParticipantThank you for the response, I was referring to the product category section.
What is store category?
eritechdeveloper
ParticipantHi,
Please shed a little bit more light on this. Are transactional fees automatically removed from vendors income?
Thank you
- AuthorPosts