Forum Replies Created
- AuthorPosts
- r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipant
Hi,
It would be better if i can only hide some options for the vendor in the bulk edit.
Please see image attached.
Attachments:
You must be logged in to view attached files.March 1, 2020 at 11:22 pm in reply to: How to Customize product category section like attached image? #109461r_guayaquilParticipantIm also interested on how to do that.
r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipantHi,
But if they have products remaining and import csv with products > remaining number of products then the rest of the products will be imported and assigned βPendingβ status.
I have product limit to 10 products, but a vendor added 1 product manually and then 14 products using a csv file and now all 15 products are publish.
5 products should be as draft.
Thanks for the help!
Attachments:
You must be logged in to view attached files.r_guayaquilParticipantHi,
thanks for the code.
what is the shortcode to make the stores look like the image attached? I have this shortcode: [wcfm_stores theme=’classic’ map=ββ]
I have also tried using theme=’simple’ but still no luck. I am using the flatsome theme.
Thanks again!
Attachments:
You must be logged in to view attached files.r_guayaquilParticipantAwesome! I also need it to be compatible π
r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipantAwesome π
r_guayaquilParticipantHi,
I already did π
r_guayaquilParticipantAny help?
r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipantHi,
I have have already done it π
r_guayaquilParticipantHi,
Thanks! You guys are awesome.
r_guayaquilParticipantAny help?
r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipantThis reply has been marked as private.r_guayaquilParticipantHi,
Thanks for the help!
This is the script you guys helped me to show the url of the vendor
`add_action( ‘wcfmmp_store_before_phone’, function( $store_id ) {
$site_url = get_user_meta( $store_id, ‘url-de-tienda-online’, true );
if (strpos( $site_url, ‘http’) === false) {
$site_url = “http://” . $site_url;
}
?>
<div class=”store_info_parallal”><i class=”wcfmfa fa-globe” aria-hidden=”true”></i><span>” target=”_blank”><?php echo $site_url; ?></span></div>
<?php
});r_guayaquilParticipantHello,
Thats awesome! One question. Can i set the capabilities to ony upload products using a csv file and not manually?
r_guayaquilParticipantHi,
So it only shows who the user is following. The user dont get any email notification is the vendor his following publish a new product right?
r_guayaquilParticipantHi,
Thanks! In that case if you can help show the information as the image attached.
https://www.todomerca.ec/tienda/electronics/
Attachments:
You must be logged in to view attached files.r_guayaquilParticipantHi,
the phone numbre and the email address used to be under the website url, but now for some reason they are next to it.
can you please tell me how to put it the way it was.
thanks!
Attachments:
You must be logged in to view attached files.r_guayaquilParticipantHi,
Thanks for the help!
Does this work even if the vendor upload his products using a csv file?
r_guayaquilParticipantHi,
Can you please give us an idea when is this going to be availabel? π
r_guayaquilParticipantThanks!
- AuthorPosts