newshop
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Need to add variation in the wishlistI am very interested in this feature too. Hope you will add it also for the free version ??
Many thanks in advance!Ok, got it ??
The shortcode must be something like:<?php echo get_the_excerpt($item['prod_id']); ?>
instead of
<?php echo get_the_excerpt($product_id); ?>
what I used before.
I have the same problem. The /view link causes several problems and should either be removable via a admin setting or you should give us an updatesafe code. Thank you.
Forum: Plugins
In reply to: [WooCommerce] Add product thumbnail to order-details-itemAnyone any idea?
Forum: Fixing WordPress
In reply to: How to make custom strings translatable with Poedit?got it, I had to write my themes name instead of woocommerce for my custom string ??
Forum: Fixing WordPress
In reply to: How to make custom strings translatable with Poedit?Hi, many thanks fot your sooon reply!
First: I mean that I try to translate the english custom strings into german, but my backend shows only the english ones.Second: I am using Poedit too. The woocommerce_product_tabs code is just a filter to rename a product tab and there I created the custom string __( ‘CARE’, ‘woocommerce’ ) which I am tring to translate into german.
Do you know what I mean or what my problem is?Forum: Fixing WordPress
In reply to: How to make custom strings translatable with Poedit?Hi, I’ve got exactely the same problem. I succeed to get my custom strings in the .pot and the .po file, but my german translations are not shown up. P.E.
In my childtheme’s functions.php I’ve got this code:add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { $tabs['description']['title'] = __( 'CARE', 'woocommerce' ); // Rename the description tab return $tabs; }
The word CARE is after a refresh listed in my .pot and .po and I can translate it:
#: ../royalchildtheme/functions.php:255 functions.php:255 msgid "CARE" msgstr "PFLEGE"
But the backend just shows CARE instead of PFLEGE.
Any ideas what I’m doing wrong? Any help would be really appreciated, many thanks in advance!Hi,
I just addedli.payment_method_paypal a { display: none !important;
to my childtheme’s style.css
Got it ??
There was a.payment_method_paypal input[type="radio"] { top: -25px; }
I had to edit.
Could you please tell me how I can display the custom fields on the My account page?
Many thanks in advance!Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Remove from Favorites button.@prosarmientolou, did you find any solution yet?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist ajax counterThis would be a great feature – did you find a solution yet?
Or can anyone help?
Many thanks in advance and a happy new year! ??Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Get total of items in whishlistWhere exactly should I add this snippet?
Many thanks in advance and happy new year!Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Remove from Favorites button.I have a similar question: I want that you can add & remove items via the same wishlist button.
Means:
First click on the wishlist button -> Item is added (this could be signalised by changing the icon p.e.)
Second click on the wishlist button -> Item is removedDo you have any suggestions? Many thanks in advance…
I’ve got the same problem. I tried to add your snippet in the header.php directly under <head> (was that right?), but no change..:(