puntorosso
Forum Replies Created
-
Not a big problem, but I like to have a clean log ??
Opened a new thread for it. Thanks.I see this thread is marked as “Resolved”. What was the solution? We are having the same problem.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed multiple sitemapsGetting “No valid sitemap parsed for crawler.”, but if I check the sitemaps URL they are there.
Also tools like
https://www.xml-sitemaps.com/validate-xml-sitemap.html
validate them correctly.Hi,
Here I have collected all screenshots
https://punto-rosso.d.pr/nNDeO4Thanks for your support.
Best
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] Add event nameThe Tickera’s developers integrated your plugin using this snippet and it works perfectly. Thanks again for your help. Best
function tc_event_title_pushover( $args ) { if ( isset( $args['order_id'] ) ) { $order_id = $args['order_id']; $order = wc_get_order( $order_id ); $items = $order->get_items(); foreach ( $items as $item ) { $product_id = $item->get_product_id(); $event_id = get_post_meta($product_id, '_event_name', true); $event_title = get_the_title($event_id); } if ( $item ) { $args['title'] .= ' for '.$event_title; } } return $args; } add_filter( 'wc_pushover_notify_new_order', 'tc_event_title_pushover', 10 );
- This reply was modified 4 years, 7 months ago by puntorosso.
- This reply was modified 4 years, 7 months ago by puntorosso.
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] Add event namePerfect! A great solution.
Thanks a lot for your help.
BestForum: Plugins
In reply to: [Pushover Integration for WooCommerce] Add event nameI have contacted the Tickera’s developers and they suggested that, in order to add the event title on the product name, your plugin should have a hook that forward the product ID.
They would use then this hook to query the event ID and then, based on that, the event title.
?ThanksForum: Plugins
In reply to: [Pushover Integration for WooCommerce] Add event nameSounds great!
Thank you very much for your prompt responseForum: Themes and Templates
In reply to: [Blocksy] WooCommerce Placeholder imageThe purpose of a default placeholder is to show a logo or similar branding when a product doesn’t have an image assigned.
To show an empty field doesn’t make any sense.
Let’s hope in a future Blocksy’s update.
ThanksForum: Themes and Templates
In reply to: [Blocksy] WooCommerce Placeholder imageWhere is your placeholder?
Forum: Themes and Templates
In reply to: [Blocksy] WooCommerce Placeholder imageForum: Themes and Templates
In reply to: [Blocksy] Missing coupon bar WoocommerceInstalled the new update and the coupon bar, with checkbox option, is there!
Thanks a lot for your support and the great theme.Best
Forum: Themes and Templates
In reply to: [Blocksy] Missing coupon bar WoocommerceHi, it seems to take longer ??
Can we at least roll back to an old version?Forum: Themes and Templates
In reply to: [Blocksy] Missing coupon bar WoocommerceThere is an ETA for the update?
For us it’s really a problem ??
ThanksForum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Cannot refund bigger amounts2100€