Forum Replies Created
- AuthorPosts
- ozkancolParticipant
i want to do attached image
Attachments:
You must be logged in to view attached files.ozkancolParticipanti know that but i want to add user profile area
if someone know please helpozkancolParticipantHi.. an update this code not working .. can you check please @Sushobhan
add_action( ‘wcfmmp_new_store_created’, function( $member_id, $wcfmmp_settings ) {
global $WCFM, $wpdb;
$store_name = ‘store#’.$member_id;
$store_slug = “store-“.$member_id;
update_user_meta( $member_id, ‘store_name’, $store_name );
update_user_meta( $member_id, ‘wcfmmp_store_name’, $store_name );
$wcfmmp_settings[‘store_name’] = $store_name;
update_user_meta( $member_id, ‘wcfmmp_profile_settings’, $wcfmmp_settings );
$wpdb->query( “UPDATE {$wpdb->prefix}users SET user_nicename = ‘{$store_slug}’ WHERE ID = $member_id” );
}, 50, 2 );
add_filter( ‘wcfm_is_allow_store_name’, ‘__return_false’ );ozkancolParticipantbut i want to export all
ozkancolParticipanti mean all the collapse opened, when we select for examlple size Xsmall or Large
Variations not refreshing apened collapse sections
images attached res-1 ,res2Attachments:
You must be logged in to view attached files.ozkancolParticipantHi when Collapsible Sections.. variotions not working please help
ozkancolParticipantThankyou keymaster but some issue about when “Store Registration Settings>>Required Approval” thick ok
and register vendor form
store name is emailname like info@abc.com ..store name is info ?ozkancolParticipantHi i can not do it becouse there was not any place to write “billing_company”
ozkancolParticipant***OK, will add this prohibition in coming update.
i think you forget it..ozkancolParticipantPlease Don’t forget it to next update..special category attritibutes for sub categories.
ozkancolParticipantThank you.
ozkancolParticipanti mean for examle phone text in write shadow like (0212)(555 55 55) in text box
ozkancolParticipanti mean for examle phone text in write shadow like (0212)(555 55 55) in text box
ozkancolParticipantYes I’m using this plugin https://wordpress.org/plugins/netgsm/ and we take otp package
But i cannot use OTP .
i cannot use seller registiration page not activeDecember 2, 2019 at 2:15 pm in reply to: There is no option for OTP verification Vendor Registrations>>Store Registration #95477ozkancolParticipantI’am wondering also ..Admin Please Help
ozkancolParticipantThank you
- AuthorPosts