Philipp
Forum Replies Created
-
So for all of you who are still seeking a possible workaround, I found a way using some other snippets:
I modified an action and made work by creating a shortcode for that:
add_shortcode ( 'giveme_vendor_url', 'display_vendor_url_shortcode', 20 ); function display_vendor_url_shortcode() { // Get the author ID (the vendor ID) $vendor_id = get_post_field( 'post_author', get_the_id() ); // Get the WP_User object (the vendor) from author ID $vendor = new WP_User($vendor_id); $store_info = dokan_get_store_info( $vendor_id ); // Get the store data $store_name = $store_info['store_name']; // Get the store name $store_url = dokan_get_store_url( $vendor_id ); // Get the store URL $vendor_name = $vendor->display_name; // Get the vendor name $address = $vendor->billing_address_1; // Get the vendor address $postcode = $vendor->billing_postcode; // Get the vendor postcode $city = $vendor->billing_city; // Get the vendor city $state = $vendor->billing_state; // Get the vendor state $country = $vendor->billing_country; // Get the vendor country // Display the seller name linked to the store printf( '<b>Get to the vendor's store </b> <a href="%s">%s</a>', $store_url, $store_name ); }
Cheers
- This reply was modified 3 years ago by Philipp.
This has – from my point of view – nothing to do with any custom solutions. It is quite unprofessional to create such a plugin without letting a user check the whole store of a vendor.
Additionally, a store is a store, without any special requirements for that shortcode which should only lead a customer to the store itself and not on the generall WC shop page.
Strange answer.
Forum: Plugins
In reply to: [WooCommerce] Cart shows products of other usersHi guys,
I solved it … soooo crazy that thing but it could likely be that someone falls into the same hole one day – so I wanna tell you the reason for that:I had a Pagerule on Cloudflare activated with “Cache All – TTL 2hrs Edge Cache” – that is why everything was being saved all the time …
So if there are more than one user at a time in my shop and the pagerule is running, then the cart will cumulate every order without clearing the cart in general. Weird …
Best
PhlipSorry I forgot:
It doesn’t affect any visuals so far.
Hi,
I added the short code to multiple text areas on each page where to put the faqs. I have several faq categories – each category stands for a service – e.g. teambuilding.
So on my landing page ?teambuilding“ I use faqs of the ?teambuilding faq category‘, displayed as short codes – one shortcode per text area.
I hope this helps?
Forum: Plugins
In reply to: [DSGVO All in one for WP] Tarteaucitron mit Cloudflare Fehler 404Update: wir mussten den rocket loader ausschalten, da nur noch Fehler angezeigt wurden mit dem DSGVO Plugin.
Forum: Plugins
In reply to: [Async JavaScript] tarteaucitron with ao and async not workingYes, have already done that in both plugins, async and autoptimize.
I have also excluded the following script file.Here is the message (in German) of my browser Firefox or Chrome):
Couldn’t load script: https://provenseo.de/lang/tarteaucitron.de.js?v=323
Again, that is not the right folder – the correct folder is elsewhere in the folder of the plugin. I also excluded the whole plugin but nothing happened.
I have the same issue on https://b-ceed.de , my other website.
Forum: Everything else WordPress
In reply to: Receiving emails from plugins although not subscribedI am not subscribed to ANY topics but this one here. I am receiving TONS of emails during the day from this CAOS plugin. Can please ANYONE help me with that.
And yes, these emails are coming from www.ads-software.com. I cannot include a picture here I guess…
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Calling Google?Daan, I am sorry to bother you but I have unsubscribed from all mailings, have not subscribed to the plugin nor any other subscriptions made. Can you please help me? I receive all posts and questions every day – it is a bit confusing why I am still receiving all these messages although I haven’t subscribed to any mailings / plugins / other stuff.
Is there an email address of this page here to ask them to help in case you have no clue?
Thanks and sorry for that.
By the way: your plugin is great and I have installed it on my website https://b-ceed.de It is simply great!
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Calling Google?Well it hadn’t been subscribed before … I can subscribe but not unsubscribe. Well let’s see what happens.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Calling Google?Thanks for that ?? Done.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Calling Google?Why do I still get notification about this topic? It is more than annoying – I have already unsubscribed from these postings!!!!!
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Make Visual Composer Row StickyIt is activated.
I set up a row and inserted an extra class name: starr
on the landingpage. It is the light brown row with those three filters in it “Kategorie”, “Schlagwort” …Then I opened settings in your plugin and wrote: .starr as the class.
But it is not working. Should I insert different text?
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Make Visual Composer Row StickyHi Mark,
I Turned it on now…please Check asap
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Make Visual Composer Row StickyHello Mark,
I just downloaded your Plugin and tried to set it up but it does not work. I tried it on one landing page that is not visited that often just to test it.Link: https://b-ceed.de/kick-off-event/
The brown row with the ID “starr” (which means in English “sticky”, it is german) with the filters in it should stay sticky on the top of the screen when scrolling down. In the first tries it was disabled and you could not see the row anymore. Now, after renaming the row to the ID “starr” it is visible again but cannot stay sticky.
Can you please check what I am doing wrong? We are currently setting up our English Website and I want to include it directly there before we launch it to the public world wide web.
Thank’s in advance.
Marvin