perlfan
Forum Replies Created
-
Ok, thank you. I’ll try this…
I need the same as we offer certified translations ?? I’ve added the code above to my functions.php, however the product SEO preview still shows “on stock”. So does the code above only work for facebook or also for search results in Google etc.? Thanks for help. Frank
Forum: Plugins
In reply to: [Germanized for WooCommerce] Unterschiedliche Lieferzeit je VariationBesten Dank, damit hat es geklappt!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Unterschiedliche Lieferzeit je VariationEine Standard-Lieferzeit hilft mir nicht – ich will ja gerade unterschiedliche LZ vergeben. Ich habe hier ein Bulk Edit Plugin und der Programmierer schaut, wie ich das Feld über das Plugin ansprechen kann. Kannst du mir Infos zum Feld “Lieferzeit” geben, um dies programmatisch zu füllen? (wie hei?t das Feld etc.)
Vielen Dank! FrankForum: Plugins
In reply to: [Germanized for WooCommerce] Unterschiedliche Lieferzeit je VariationDanke für die Antwort. Ich habe vergessen, eine Sache zu erw?hnen. Ich habe Hunderte Variationen aus der Kombination Sprachkombination und Anzahl Seiten. Kann ich die Lieferzeit über irgendein Plugin oder sonstwie “automatisch” per Bulk Edit ?ndern? Danke für Hilfe. Frank
Forum: Plugins
In reply to: [WooCommerce] Move variations on top of short description@su-mike Sorry for not having replied yet to your approach. The problem I currently have is that the product short description appears directly under the price & shipping info. On mobile phones, the price and variations are then too far apart to be able to see how the price dynamically changes with different variations, which is a problem. Thus I would like to move the variations up, directly under price / shipping info. Here is my current layout:
https://1drv.ms/u/s!AozyLumA02R5y8UbsZ-2lwYZG2KTJwI pasted your code into functions.php, but nothing changes (I guess it moves up “woocommerce_template_single_add_to_cart” to priority 19). So maybe I applied your code incorrectly? Thanks for help.
FrankOk, verstehe. Ja, mit Kurzbeschreibung meinte ich die Beschreibung ganz unten im Produktformular (Produkt Kurzbeschreibung), die dann bei allen Produktvarianten erscheint. OK, werde dann woanders weiterschauen… Danke für Ihre Antwort!
Forum: Plugins
In reply to: [WooCommerce] Move variations on top of short descriptionHi there,
I used the code below – applying the code, I get the following order of elements:
https://1drv.ms/u/s!AozyLumA02R5y8U2j-s9SbUHCCUzsw?e=uHL60V
-> Now the short description is below the Add to cart button… it should be below the variation drop downs though (price and variations are in correct order).
Thanks for help. Frankremove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 15 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 10 );
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit auf Shop-Seite ausblendenSuper, dieses Menü hatte ich noch gar nicht entdeckt! Vielen Dank!
- This reply was modified 4 years, 6 months ago by perlfan.