roeller
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Product Vendors (wcpv) Profile description as META Description?@devnihil
I understand I can manually do something with
add_filter( 'wpseo_replacements', 'filter_wpseo_replacements', 10, 1 );
and then in ‘filter_wpseo_replacements’ : Check if on the vendor page and then replace some variable with the Vendor description.
But the thing is: Shouldn’t Yoast SEO just have this built in? And the %%term_description%% or %%category_description%% or %%excerpt%% should have the Vendor’s profile description? There are millions of sites that are using Woocommerce Product Vendors (official Woocommerce plugin).
It’s not that hard for me to write the code but this is sooo basic functionality, I would have expected it in the native plugin.
Hello Denis,
Sorry for my late response.
I have really done everything (disabled every plugin, then one by one enabling them)To reproduce the bahavior:
I am using Woocommerce, Woocommerce Bookings and Woocommerce Add-Ons
I am also using WP-Rocket and WCFM to let vendors manage their products and orders.My default site language is DUTCH.
When a customer places an order (with add-ons).
Then the Vendor logs in (into WCFM), changes language to English and looks at the order. He then sees the add-ons of the order like:data-trpgettextoriginal=This is the ordered Addon…
(For your information, add-ons are store in the post_meta table).
@pomegranate Since WCFM is not supported for WooCommerce PDF Invoices & Packing Slips. I assume that WooCommerce PDF Invoices & Packing Slips Professional is also not supported?
I am currently in doubt of buying the Professional just for the Credit Invoice. However, WCFM doesn’t support it.
Would I be able to just hook WooCommerce PDF Invoices & Packing Slips Professional on a refund action so it automatically created the Credit invoice?
I looked at the screenshots this Forum but I am not sure and I want to know before buying your product / spending money on it.(I know that the next issue for me will probably be the credit-invoice-numbering but I assume you have Apply_Filters for that? So I can just create add a filter that looks up the Vendor ID and his numbering format, maybe create some logic or DB table for this)
Thanks @pomegranate
I already checked the WCFM code and saw it is a thing in updating the meta values which they do themselves via an update_meta command but the data never reaches that command.
I completely agree with you that a good cooperation is the basis for a good integration.
I made a topic in their forum, I’ll update you here once it’s solved or I have an update.
Roel
Hi @alexmigf , maybe you should have a chat with the WCFM guys. On their website they state that Woocommerce PDF Invoices & Packing Slips is supported. They also refer to it from their Docs and their forum. (and looking at the code and options they spend quite some time in it)
But you say that WCFM isn’t supported..
That’s why having a chat with them might be a good idea.Do you have any update on this? Do you have the ‘WooCommerce Product Add-ons’ plugin there? So you can reproduce / check this problem?
Forum: Plugins
In reply to: [GD Mail Queue] Queue send default fromI am having the same problem. When a message is send from my website, it add’s it to the Queue.
But as soon as the Queue is processed it tries to send it as a different FROM name.
So I need to overwrite this in via the Settings -> Queue overrides -? Change Email From. But the problem is this setting is for ALL the mails…Another question: I am currently testing the Free version of the plugin. It let me enter my SMTP server via Settings -> PHPMAILER. However, in the PRO version you say: “Custom SMTP Servers possible”. Is it possible to send to my own SMTP server using the free version of the plugin?
This should indeed be working, what else is OTP if you can’t even reset your password with it..
Create a product from WooCommerce default add product page and check whether are you getting same kind of error or not?
When editing the product in Woocommerce itself, there is no such an error. That’s also the workarround, when the product is ‘corrupt’ by WCFM, you can go to Woocommerce itself and removed the additional field. Then you can see it again in WCFM. So there is some kind of parsing not going well in WCFM it seems…
Forum: Plugins
In reply to: [WooCommerce] Plugin to add location picker (map) to woocommerce checkoutYes, what you really want is an option at the Checkout where the customer can select his location on a Map. And when doing that on a Phone, the phone asks for “Allow location?”.
Now the user can select his location even that it not an address. Imagine you want to do a Package by Drone Delivery or deliver it in the mountains or on a Ski Piste or on the Beach.
In a HIDDEN input box will be the lattitude/langitude of that location then.Forum: Plugins
In reply to: [Tabbed Login Widget] Change HTTPS:// to HTTP://?The problem lies in the tabbed-login.php file. There on line 61 is:
$current_url='http'.(empty($_SERVER['HTTPS'])?'':'s').'://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
It assumes that when your site is not running on SSL, the “HTTPS” server variable is EMPTY. But it is not: My server says: “off”. And so it thinks:.. ok.. not empty.. you are using SSL then..
SO: I changed the line to:$current_url='http'.($_SERVER['HTTPS']=="on"?'':'s').'://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
Forum: Plugins
In reply to: [Google Latitude History] Red dot (current location) is blue now… ?Can you update the module and do a JavaScript/CSS/jquery dirty fix?
Maybe calculate/determine the last balloon (using a walktrough/loop) and set it’s color?– Roel Broersma
Forum: Plugins
In reply to: [Google Latitude History] Red dot (current location) is blue now… ?Can you update the module and do a JavaScript/CSS/jquery dirty fix?
Maybe calculate/determine the last balloon (using a walktrough/loop) and set it’s color?– Roel Broersma
Hi Peter!
It works! See: https://www.roelbroersma.nl/index.php/about
(there you also see the sidebar problem with the big info window)
I turned it off, but as soon as users click it.. it’s too big. A “deny infowindow” as you said would be valuable.. !Kind regards,
Roel BroersmaThanks Peter!
I can’t wait to see your update on the plugin. It’s really a great thing!
PS. Is there a stylesheet or something you can do to make the ‘openinfo’ window a bit smaller or have it a different font?
Keep up the good work and thanks!
-Roel