Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Skip shipping for bookable products
- This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by eritechdeveloper.
- AuthorPosts
- May 7, 2020 at 6:02 pm #128047eritechdeveloperParticipant
Hi,
I tried skipping shipping for bookable products using this.
add_filter( ‘wcfm_pm_block_class_shipping’, function( $attr_block_classes ) {
return ‘simple variable’;
});But I am still getting an error.
I also want to remove the delivery location, map and ship to a different address in the checkout page.
- May 7, 2020 at 9:07 pm #128100eritechdeveloperParticipant
Please also help me in renaming Billing & Shipping to Billing details
- May 8, 2020 at 12:35 pm #128294Sarmistha ChakrabortyMember
Hello,
skipping shipping for bookable products using this.
add_filter( ‘wcfm_pm_block_class_shipping’, function( $attr_block_classes ) {
return ‘simple variable’;
});
But I am still getting an error
>>Kindly share us the error, and Modify the code-add_filter( 'wcfm_pm_block_class_shipping', function( $attr_block_classes ) { $attr_block_classes = 'simple variable'; return $attr_block_classes; },15);
I also want to remove the delivery location, map and ship to a different address in the checkout page.
>>For this we have add this “Shipping By Distance” feature in our latest update, incase you do not need it, you can turn off this module.(PFA)
and to hide ship to a different address in the checkout page make sure that Force shipping to the customer billing address checkbox is checked.(Administration->Woocommerce->Settings->Shipping->Shipping Options)Please also help me in renaming Billing & Shipping to Billing details
>>Please use Loco Translate plugin for changing text. As you know this page appearing from WooCommerce.
https://wordpress.org/support/topic/rename-billing-shipping-header/
https://dessky.com/snippet/change-billing-address-label-woocommerce-checkout-page/Thank You
Attachments:
You must be logged in to view attached files. - May 8, 2020 at 3:56 pm #128372eritechdeveloperParticipant
I 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.
- May 8, 2020 at 5:32 pm #128402Sarmistha ChakrabortyMember
Hello,
If you do not want shipping option then please check you have disabled the “Shipping location(s)” from WooCommerce->Settings->General (PFA)
Is there another way to translate without loco translate, I find it hard to use.
>>The best and easiest solution is Loco translate(https://localise.biz/wordpress/plugin/beginners)
Otherwise your can override “form-billing.php” file in your theme “yourtheme/woocommerce/checkout/form-billing.php” from “\wp-content\plugins\woocommerce\templates\checkout” and change the text.Thanks.
Attachments:
You must be logged in to view attached files. - May 8, 2020 at 5:38 pm #128404eritechdeveloperParticipant
- May 8, 2020 at 5:44 pm #128407Sarmistha ChakrabortyMember
Hi,
Make sure “Checkout User Location” is unchecked – Wcfm Dashboard -> Settings -> Geo location
Thanks.
Attachments:
You must be logged in to view attached files. - May 8, 2020 at 6:23 pm #128414eritechdeveloperParticipant
That is it, thank you.
- AuthorPosts
- You must be logged in to reply to this topic.