Forum Replies Created
- AuthorPosts
- JoseParticipant
I have a Idea, I hope you can help me.
What about to put data with this:
add_action( ‘woocommerce_email_before_order_table’, ‘bbloomer_add_content_specific_email’, 20, 4 );
function bbloomer_add_content_specific_email( $order, $sent_to_admin, $plain_text, $email ) {
if ( $email->id == ‘customer_completed_order’ ) {
echo ‘<h2 class=”email-upsell-title”>Your order are ready to pickup from here:</h2>’;
}
}I know that need to add more code. (local pickup address of the specific store)
thank you
JoseParticipantHi, maybe you don’t remember but in my country It has no legal validity the invoice that made woocommerce or other plugins. We need another type of invoice that we made with external companies that implement the generation of the invoice from the web and they are validated by the government.
They come with a special bar code and with a numbered. Please see a example in attach.
This is why I ask and you answered above about the place to put the local pickup address when the order are complete.
https://wclovers.com/forums/topic/about-update-2-1-0/#post-44151Attachments:
You must be logged in to view attached files.JoseParticipantThis reply has been marked as private.JoseParticipantThis reply has been marked as private.JoseParticipantHi, I would like to update this topic because we need to have the local pickup address in some email to the customer. And the best moment are when the order are complete.
Thank you and regards,
JoseParticipantHi, Do you have some news about that ? Because, only happend in a store vendor page.
thank you
JoseParticipantThis reply has been marked as private.JoseParticipantFor example
1.- I have this function to translate some lost strings: (just replace “Change here”)
function wcfm_custom_translate_text( $translated ) {
$translated = str_ireplace( ‘Terms Page’, ‘change here’, $translated );
$translated = str_ireplace( ‘Terms & Conditions’, ‘Change here’, $translated );
$translated = str_ireplace( ‘Visibility Setup’, ‘Change here’, $translated );
$translated = str_ireplace( ‘Payment Setup’, ‘Change here’, $translated );
$translated = str_ireplace( ‘Settings Inside’, ‘Change here’, $translated );
$translated = str_ireplace( ‘Sales Price’, ‘Change here’, $translated );
$translated = str_ireplace( ‘Check Here’, ‘Change here’, $translated );
return $translated;
}
add_filter(‘gettext’, ‘wcfm_custom_translate_text’);
add_filter(‘ngettext’, ‘wcfm_custom_translate_text’);2.- In the attachment another examples that we need that team wcfm add
3.- Another place are in Comissions (we need to translate and fix date) The same problem in
4.- And finally we need to translate the user role. (Store Vendor, Disable Vendor, etc)
Regards,
Attachments:
You must be logged in to view attached files.JoseParticipantDragana,
Please see loco translate documentation: https://localise.biz/wordpress/plugin/beginners
Point 3 is very important, because if you don’t use, you will lost your work with every update.I use: wp-content/languages/loco/plugins/
To put every .po files with my language.
But, it’s true, we don’t have all words strings to translate 100%. I’ts a hard work to try that wcfm team put all words.
Regards,
JoseParticipantThis reply has been marked as private.JoseParticipantHi,
Do you know something that can help me ?
Thank you
JoseParticipantThis reply has been marked as private.JoseParticipantHi,
I just checked the updates and the adjustment I do not see it.
I hope you can do it for the next !!
Best regards,
JoseParticipantWork perfect !!
Thanks so much !!
JoseParticipantOk, maybe need to filled other settings ?
Thank you
Attachments:
You must be logged in to view attached files.JoseParticipantHi,
I’m using Divi from Elegant Themes.
I use breadcrumb from Yoast SEO and only a css to show always in uppercase and others.
But just happend in a store vendor page..breadcrumbs {
width: 100% !important;
position: relative;
z-index: 1;
background:#fffff0 !important;
border-bottom: 1px solid #ddd;
}
.breadcrumbs .et_pb_row {
margin-left: 40px;
padding: 5px;
}
#breadcrumbs {
text-transform: uppercase;
font-size: 12px;
line-height: 1.3em;
color: #000;
}
.home .breadcrumbs,
.woocommerce-breadcrumb {
display: none;
}Thank you
JoseParticipantThanks so much for your support with it and show me the css.
Resolved !
Regards,
JoseParticipantOk, I check with my membership page active and work perfect.
I can see the welcome message.
Resolved !
Thanks so much !!
JoseParticipantHi,
Thank for your answer !
I don’t have data at this moment, was clear all days ago.
But, remember that still many words without option to translate in reports. 😉
Best regards,
JoseParticipantHi,
Not getting clearly, this setting automatically set OFF?
– Yes, it’s really weird. Just need to go to another tab, and when you return, change to OFF.
Regards,
JoseParticipantOkay you’re right !
But, why do I need the membership page if I do not have plans? I only have one commission for all, plus we will not charge for a plan, just the commission.
I remember you told me about that and you advised me that I need the registration page.
So, what happens if I activate a membership page, but have no plans?
Regards,
JoseParticipantThis reply has been marked as private.JoseParticipantHi,
It was with attachment from the image library inside the web page.
Thank you
JoseParticipantThis reply has been marked as private.JoseParticipantThe same happend with vendor list
Regards,
- AuthorPosts