newshop
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Show 2 recent orders in my account/dashboard pageOk, I’ve added the following to my childtheme’s functions.php and it seems to work:
add_action( 'woocommerce_account_dashboard', 'wc_ninja_add_orders_to_dashboard' ); function wc_ninja_add_orders_to_dashboard() { wc_get_template( 'myaccount/my-orders.php', array( 'order_count' => 2 ) }But it uses the my-orders.php file which is deprecated. Is there an easy way to modify my code to use orders.php?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Show 2 recent orders in my account/dashboard pageThank you but that was not the problem. I added Mikes Code to the dashboard.php (copied it to my childtheme) and it outputted the same as your code (the total amounts of the two recent orders). But my goal is to show the same table as in orders.php, but limited to the two recent orders. Any idea how to achieve this?
Any help would be really appreciated. Many thanks in advance!!Forum: Plugins
In reply to: [WooCommerce] Show 2 recent orders in my account/dashboard pageThank you but it seems I can’t get it to work, it always says “No order has been made yet.” 🙁
Forum: Plugins
In reply to: [WooCommerce] Show 2 recent orders in my account/dashboard pageHm didnt think its so complicated. I know where to implement it I just dont know how the code snippet itself should look like. Anyway, maybe your “general suggestion” would help me 🙂
Forum: Plugins
In reply to: [WooCommerce] Show 2 recent orders in my account/dashboard pageThank you, but I am not a developer and dont know what to do with it. Is it possible that you paste the exact code here? I really just need the code snippet, then I know what to do 🙂
Many thanks in advance!Ah ja danke, jetzt sieht es wieder normal aus. Wird da noch ein “richtiger” Fix folgen wo das problem nicht nur per css behoben wird?
Hallo Christine und vendidero,
Gibt es schon neuigkeiten bzgl. des problems?
Liebe grüße!Hi,
vielen Dank für die Antwort. Ich habe es mit Storefront und Twenty Fifteen getestet, bei beiden bleibt das Problem bestehen. Danach habe ich alle Plugins außer Woocommerce und Germanized deaktiviert, aber das Problem war immer noch da. Mit der vorangehenden Version von Germanized lief alles super. Wenn du magst schicke ich dir einen Link, allerdings lieber per Mail als öffentlich..Oder hast du noch eine Idee was ich mal ausprobieren könnte?
Liebe Grüße!Same problem here. I get the error
Parse error: syntax error, unexpected '<' in .../wp-content/plugins/popup-maker/includes/class-pum-fields.php on line 925
Waiting for a soon fix!Just found out that my theme affects admin-ajax.php. I will contact the theme authors but in the past they could never really help me with similar issues. Do you have any ideas what to do to prevent the theme from overriding?
Many thanks in advance!Forum: Plugins
In reply to: [W3 Total Cache] is Fragment Caching still available?Same question here. I would recommend to NOT BUY THE PRO VERSION AS THIS PLUGIN IS ABONDONED. But I am wondering if fragment caching is really only available in pro? That could be the reason why it doesnt work for me (free version)
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] allow_url_fopen disabledGreat, thank you!
Forum: Plugins
In reply to: [IgniteUp - Coming Soon and Maintenance Mode] Customize template updatesafeHi, thank you for the information. Offering a tutorial how to do this would be great!
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit abhängig von Lieferlandok danke für die info. werde die idee auch mal woocommerce gegenüber vorschlagen, ich weiß nur nicht ob die das überhaupt interessiert weil das thema mit dem angeben der lieferzeit ja eigentlich hauptsächlich deutschland betrifft. von daher würde ich mich sehr freuen wenn das in zukunft auch in der kostenlosen version von germanized möglich wäre 🙂
Viele Grüße!Forum: Plugins
In reply to: [Germanized for WooCommerce] Verlangsamte Shop Ladezeit durch GermanizedMich würde eine Antwort zu diesem Problem auch interessieren…