Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Remove Billing/Shipping info
- This topic has 6 replies, 2 voices, and was last updated 7 years ago by WCFM Forum.
- AuthorPosts
- December 29, 2017 at 11:34 pm #17359SergioGuest
Hey there. Thanks for the great product.
Mine is for digital downloads and cryptocurrency so I was wondering how I can remove the Billing/Shipping info from the checkout page.
Thank you.
- December 30, 2017 at 10:31 am #17365WCFM ForumMember
Hi,
Thanks for get in touch with us.
That’s totally depending upon WooCommerce setup.
You may easily disable Shipping from WooCommerce settings.
For manipulating Billing fields you may take help of WooCommerce checkout field manager plugin and disable all woocommerce payment gateways.
Hope your crypto currency definitely comes with some option at WooCommerce checkout for processing order!
Thank You
- December 30, 2017 at 10:05 pm #17381SergioGuest
Yep, my cryptocurrency is compatible.
Anyway… it’s not working still. I attached some screenshots of it. If possible, not sure if this is in woocommerce or dokan, but I could go into the code and try to fix it (and not break it) but I didnt know which file to edit.
- December 30, 2017 at 10:22 pm #17382SergioGuestThis reply has been marked as private.
- December 30, 2017 at 10:32 pm #17383SergioGuest
I also found a code for automatic Soundcloud embeds but still looking where the file is and where to paste it.
// Add SoundCloud oEmbed
function add_oembed_soundcloud(){
wp_oembed_add_provider( ‘http://soundcloud.com/*’, ‘http://soundcloud.com/oembed’ );
}
add_action(‘init’,’add_oembed_soundcloud’); - December 31, 2017 at 6:33 am #17388WCFM ForumMember
Hi,
First of all, set WooCommerce “Shipping Destination” settings to “Default to customer billing address”.
You may add such custom codes in your child theme’s functions.php
I am not have enough knowledge of embed code but I think there has few plugins for that.
I had once work with this add-on, not sure is this will helpful for you anyway or not – https://wordpress.org/plugins/music-player-for-woocommerce/Thank You
- January 4, 2018 at 8:30 am #17543WCFM ForumMember
Can we help you any other way?
- AuthorPosts
- The topic ‘Remove Billing/Shipping info’ is closed to new replies.