wc-marketplace but i can not see the vendor Name on “Shop page”
Home / Topic / WCMp Mangopay Marketplace / wc-marketplace but i can not see the vendor Name on “Shop page”
WCMp Mangopay Marketplace
wc-marketplace but i can not see the vendor Name on “Shop page” Resolved
- This topic has 55 replies, 5 voices, and was last updated 1 month, 1 week ago by
WCMp Support Ninja.
-
AuthorPosts
-
-
November 19, 2020 at 12:45 AM #110102
-
November 19, 2020 at 10:41 AM #110123
GeekyCoder Abhirup
ModeratorHi,
Can you please share the page link so we will able to check out the issue and also give you some suggestion regarding your issue.Regards,
-
November 19, 2020 at 12:09 PM #110125
barhoom
ParticipantThis reply has been marked as private. -
November 19, 2020 at 7:22 PM #110139
GeekyCoder Abhirup
ModeratorHi,
Seems like theme issue. Can you please change a default theme and test your site.
Let me know what comes out.Regards,
-
November 19, 2020 at 8:53 PM #110146
barhoom
ParticipantThis reply has been marked as private. -
November 20, 2020 at 6:06 PM #110217
GeekyCoder Abhirup
ModeratorHi,
Can you please share your staging site with admin access, vendor access and FTP.
Do not forget mark as private your reply while you are sharing the details,Regards,
-
November 21, 2020 at 12:09 AM #110238
barhoom
ParticipantThis reply has been marked as private. -
November 21, 2020 at 1:19 PM #110250
GeekyCoder Abhirup
ModeratorThis reply has been marked as private. -
November 21, 2020 at 5:18 PM #110255
barhoom
ParticipantThis reply has been marked as private. -
November 22, 2020 at 2:42 PM #110300
barhoom
Participanthello
-
November 23, 2020 at 5:41 PM #110336
Raju The Cool Guy
KeymasterThis reply has been marked as private. -
November 23, 2020 at 10:10 PM #110366
barhoom
ParticipantThis reply has been marked as private. -
November 24, 2020 at 11:14 PM #110437
barhoom
Participanthello
i can not see the vendor Name on Shop page until now!! -
November 26, 2020 at 5:47 AM #110501
-
November 26, 2020 at 8:04 PM #110537
Raju The Cool Guy
KeymasterHi,
You have again activate your some conflict plugins. Please active wocommerce related and wcmps related plugin and check again. And active one by one to check from witch plugins this conflict is comming. Then contact to that plugin developer to deque some js. For now we fixed this by deactive some of your plugins -
November 27, 2020 at 6:55 PM #110594
barhoom
ParticipantThis reply has been marked as private. -
November 28, 2020 at 6:58 PM #110682
Raju The Cool Guy
KeymasterHi,
and we have erorr in this link when i do longout from vendor dashboard
>>>>>> Issue fixed. We have added a code for that
still a “vendor name” in page shop=not showing
>>> It is showing under vendor image. Here is the screenshot https://prnt.sc/vrsm9y. Please checkHere is the total code. Keep it safe. Because you don’t have child theme. So when you update your theme every added code will gone.
add_action('wp_enqueue_scripts', 'alpha_scripts_deque',999999); function alpha_scripts_deque () { if ( is_vendor_dashboard() ) { wp_dequeue_style( 'bootstrap-rtl' ); wp_dequeue_style( 'bootstrap' ); wp_dequeue_style( 'rtl' ); wp_dequeue_style( 'woo-custom' ); wp_dequeue_script('bootstrap-js'); } } add_filter('wcmp_vendor_dashboard_header_right_panel_nav', function($panel_nav) { $panel_nav['logout']['url'] = esc_url(wp_logout_url(wc_get_page_permalink( 'myaccount' ))); return $panel_nav; });
Copy -
November 29, 2020 at 3:32 AM #110701
barhoom
ParticipantThis reply has been marked as private. -
November 30, 2020 at 4:04 AM #110742
barhoom
Participantcustomer invoice not sending
-
November 30, 2020 at 9:43 PM #110787
barhoom
Participanthello
-
December 1, 2020 at 2:37 PM #110829
barhoom
Participanthello ..
-
December 1, 2020 at 6:32 PM #110852
barhoom
Participanthi is there any answer about this topic..!
1-customer invoice not sending
2-“there is a wghit screen we did’t seeit https://prnt.sc/vrsm9y” >> the imge is not uplode
so i can’t see the vendor Name on Shop page until now.THANKS wc-marketplace groupe
-
December 1, 2020 at 8:22 PM #110867
Raju The Cool Guy
KeymasterHi,
Please check with only woocommerce,wc marketplace and wcmp pdf invoice active and switch to a default theme twenty seventeen then check again. -
December 3, 2020 at 10:14 PM #111081
barhoom
Participantit’s not working
please check it -
December 4, 2020 at 8:15 PM #111150
Raju The Cool Guy
KeymasterHi,
Please go to your my account suborder section. Customer can find there invoice from there. Please check admin setting before that. -
December 5, 2020 at 1:01 AM #111164
barhoom
Participantyes i find there invoice from my account suborder section
but customer’s can’t see invoice on mails like gmail account
the invoice’s E-mails not arrive it.. -
December 6, 2020 at 2:52 PM #111206
barhoom
Participanthello….
-
December 7, 2020 at 3:19 AM #111221
barhoom
Participanti find there invoice from my account suborder section
but customer’s can’t see invoice on mails like gmail account
the invoice’s E-mails not arrive it.. -
December 7, 2020 at 8:07 PM #111277
Raju The Cool Guy
KeymasterHi,
Please check setting in wcmp-> setting -> pdf invoice -> Attach to email. Invoice will attach as per settings. -
December 15, 2020 at 4:22 AM #111907
barhoom
ParticipantThis reply has been marked as private. -
December 15, 2020 at 4:18 PM #111930
barhoom
ParticipantHELOO
-
December 15, 2020 at 8:23 PM #111944
Raju The Cool Guy
KeymasterHi,
Issue is related with your theme. We have switched to a default theme and checked. We have usedwoocommerce_after_shop_loop_item
Copythis hook to print sold by. Please ask them for solve.
-
December 16, 2020 at 3:22 AM #111963
barhoom
ParticipantThis reply has been marked as private. -
December 16, 2020 at 8:11 PM #112030
Raju The Cool Guy
KeymasterHi,
Add this code in your currently active theme functions.php file.
And for sold by you have to ask your theme to solve. -
December 16, 2020 at 8:49 PM #112035
barhoom
ParticipantThis reply has been marked as private. -
December 18, 2020 at 7:54 AM #112147
Fantastic Kuhu
KeymasterHi Barhoom,
Please refer this link for creating child theme- https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Regarding the above code- It’s related to dashboard section conflict with theme not “SOLD BY”. As advised above, please note it’s absolutely related to theme conflict. Please co-ordinate with your theme author and if required you may add our team in the cc. If required, we can assist .
Regards,
-
December 19, 2020 at 2:23 AM #112206
barhoom
Participantokey
-
December 20, 2020 at 4:22 AM #112233
barhoom
ParticipantThis reply has been marked as private. -
December 21, 2020 at 2:03 AM #112253
barhoom
Participanthi….
-
December 21, 2020 at 8:29 PM #112285
barhoom
ParticipantHELLO..
-
December 22, 2020 at 4:45 PM #112350
Raju The Cool Guy
KeymasterHi @barhroom,
Yes, our team will definitely help you. As discussed above,since this is theme issue- please get in touch with the theme author first and mark us in loop. Based on author’s input if our suggestion is required, we will definitely intervene.
-
December 23, 2020 at 8:05 PM #112430
barhoom
Participantwe don’t understand ..it was work good carefully
but now we can’t see a “brand name” & “sold by” on shop page ?!!actually i lost to much time to fix it but we can’t and we didn’t found way to fix that problem
so if this thing can be solved, i well be glad please resolve
THANK’s MR RAJU
-
December 24, 2020 at 7:58 PM #112499
Raju The Cool Guy
KeymasterMay I know, what response you got from your theme author?
-
December 26, 2020 at 12:43 PM #112535
barhoom
Participanti dont know for who that theme
but out team say the problem is not from theme
so i dont know where is problem and who is rightthanks
-
December 28, 2020 at 11:21 AM #112593
barhoom
Participanthello…….
-
December 28, 2020 at 11:39 AM #112594
barhoom
ParticipantThis reply has been marked as private. -
December 28, 2020 at 8:33 PM #112631
barhoom
ParticipantHELO
-
December 29, 2020 at 12:03 PM #112657
barhoom
ParticipantThis reply has been marked as private. -
December 30, 2020 at 6:35 PM #112775
-
December 31, 2020 at 2:13 PM #112805
barhoom
Participantdo you mean but this code in index file ?
woocommerce_after_shop_loop_item
Copy -
January 4, 2021 at 8:24 PM #112948
Raju The Cool Guy
KeymasterHi,
We have added our sold by code in this hook. Your theme does some work with this hook. That’s why your sold by does not display on the shop page. -
January 5, 2021 at 7:53 PM #113020
barhoom
Participantso what is the solution now
can you fix it bro
-
January 6, 2021 at 8:18 PM #113108
Raju The Cool Guy
KeymasterHi,
Generally, we share code if it takes 10 to 15 mins. Already shared with you in the previous thread. But it takes more than 2 hours of debugging in your theme. And this is a third party theme. We have checked with the default theme on your site and it’s working well. So please contact the theme author and tell them this issue. If they need any help from us then we will surely help them -
January 9, 2021 at 6:27 AM #113304
barhoom
Participantsee
i know the mean problem from the theme ,and i try it with the default theme it working good
so now we want to fix it, the them was purchase it as a theme not custom
so is that easy to fix it or maybe will make the them is damaged or like that? -
January 9, 2021 at 3:34 PM #113311
Raju The Cool Guy
KeymasterGiven the situation, best person to guide would be theme author himself.
Regards,
-
March 12, 2021 at 3:41 PM #117433
WCMp Support Ninja
ModeratorWe have not received any update from you for a long. Hope this ticket is already been resolved.
We are now closing this ticket. Kindly create a new one if you need any further help.
-
-
AuthorPosts
The topic ‘wc-marketplace but i can not see the vendor Name on “Shop page”’ is closed to new replies.