yoneo12
Forum Replies Created
-
With the new plugin version, this is solved.
Thank you for the update!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to create a Link to the wishlist page?Yes, you are right, my page was suspicious broken. With another wishlist page (where the shortcode is added), it works fine. Thank you for the help!
Sorry!
Forum: Plugins
In reply to: [User Blocker] Plugin page crashes serverI am also interested in this. Can you write here a note, if you have found a solution?
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to create a Link to the wishlist page?Thank you so much for your help.
That works. But I have one problem with this solution:
If a (non registered) user has nothing in his wishlist yet and he clicks on the wishlist link, it goes to a 404 page.
That is a strange behavior, because the linked page exists (there is the shortcode for TI Wishlist view). If one item is saved to wishlist, then it works perfectly.
I want to redirect the user, if nothing is in his wishlist yet, to a page where he can see a message about this (or in best case opens a small popup with the information).I hope, you understand my problem. Have you an idea, how to fix the 404 page?
Best regards
- This reply was modified 5 years, 1 month ago by yoneo12.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to create a Link to the wishlist page?Sorry, I am a beginner in PHP. I have tried many things, but I cannot find a solution to get the URL.
Here my code. It is located at mytheme/framework/includes/pluggable.
$class = array("menu-item with-icon"); ob_start(); ?> <li class="<?php echo esc_attr( implode( ' ', $class ) ); ?>"> <?php // Get wishlist for current user. $wl = tinv_wishlist_get(); // Get share key for wishlist if exists. $share_key = ( $wl && isset( $wl['share_key'] ) ) ? $wl['share_key'] : ''; // Get wishlist url with share key if exists. $wlisturl = tinv_url_wishlist_by_key( $share_key ); ?> <a href="<?php $wlisturl ?>"><?php echo familab_icons('search');?></a> <?php //self::header_search_form($search_form_close_button,$show_title,$show_category);?> </li>
With this implementation, the code redirects only to the actual page.
Can you give me a hint?
Best regards
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] How to create a Link to the wishlist page?Perfect, thank you for the solution!
Great, thank you for the quick solution.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Price Filter Not WorkingHi, I have found a solution for this:
I used bookable products. The price filter isn′t showing as widget on my shop page.
As solution, I have created a custom field (with the plugin advanced custom fields) and named it **_price**. When I add via this custom field to each product a price, the filter is showing and working.
I hope, that is explained well. If not, please reply.
Maybe that works with the plugin https://shopitpress.com/plugins/sip-advanced-email-notifications-for-woocommerce
You can set there a custom e mail for the order cancelled status.Best regards
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelter Hinweis auf Best?tigung des KontosOkay, Danke für die Antwort!
Dann werde ich die Texte noch ein bisschen umformulieren und es dabei belassen.
Beste Grü?e und nochmals Danke für die Hilfe
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] How to get return shipment number?Hi Shadi,
thank you for the answer. Yes I know. But how can I get the return shipment number (except from the pdf)?
Thanks!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Doppelter Hinweis auf Best?tigung des KontosJa exakt, diese Funktion habe ich aktiviert.
Der Hinweis ist auch super, jedoch wird von WordPress selbst auch ein Hinweis angezeigt: https://prnt.sc/qk0ezb Der Kunde bekommt die Info doppelt dargestellt.
Daher die Frage ??
Hast du eine Idee, wie man einen der beiden Hinweise deaktivieren kann?
Beste Grü?e!
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] How to get return shipment number?I have got one information from the DHL support. Maybe this helps.
Hallo,
die Retourenlabel Nummer kann man mit der Gesch?ftskundenversand-API 3.0 anrufen, bzw. werden diese in der Response mit zurück geliefert.
Inwieweit das von Ihnen verwendete WooCommerce Plugin die API 3.0 verwendet, müssten Sie ggf. bei dem Support hinterfragen.Gru?
Andreas(in english with DeepL)
Hello,
the return label number can be called with the Business Customer Shipping API 3.0, or are they delivered back in the response.
To what extent the WooCommerce Plugin you are using uses API 3.0, you may have to ask the support team.Greeting
AndreasForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Translate String “Order Details”That sounds very good.
Thanks in advance!
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Translate String “Order Details”Thank you for the fast answer. I have translated that string already, but it doesn′t work:
https://weiterfinden.de/wp-content/uploads/2019/10/Annotation-2019-10-17-075057.jpg
Is that string right?
Kind regards
Yoneo12