Forum Replies Created
- AuthorPosts
r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantHi,
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_guayaquil
ParticipantIm also interested on how to do that.
r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantHi,
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_guayaquil
ParticipantHi,
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_guayaquil
ParticipantAwesome! I also need it to be compatible π
r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantAwesome π
r_guayaquil
ParticipantHi,
I already did π
r_guayaquil
ParticipantAny help?
r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantHi,
I have have already done it π
r_guayaquil
ParticipantHi,
Thanks! You guys are awesome.
r_guayaquil
ParticipantAny help?
r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantThis reply has been marked as private.r_guayaquil
ParticipantHi,
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_guayaquil
ParticipantHello,
Thats awesome! One question. Can i set the capabilities to ony upload products using a csv file and not manually?
r_guayaquil
ParticipantHi,
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_guayaquil
ParticipantHi,
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_guayaquil
ParticipantHi,
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_guayaquil
ParticipantHi,
Thanks for the help!
Does this work even if the vendor upload his products using a csv file?
r_guayaquil
ParticipantHi,
Can you please give us an idea when is this going to be availabel? π
r_guayaquil
ParticipantThanks!
- AuthorPosts