price4you
Forum Replies Created
-
Hi,
I have pro license.
How can I show category tree in xml like: parentcategory>subcategory1>childcategory
I don’t find shortcode…
Thanks for answer!
I try, but it don’t work. Do I need to have plugin disabled?
Do I need to write whole domain or just /products.xml?
Forum: Plugins
In reply to: [Estimated Delivery for WooCommerce] Translate “on” and date formatThanks for fast reply!
I just add “on” to translate template, thanks!
I find one bug:
Today is saturday (11.), so we don’t ship out orders, we ship orders mon-fri until 13:00, so all orders made over weekend will be sent on monday. I disable saturday and sunday, set delivery time 1-3 days, but now is shown 13-14., so it’s not ok, because orders shipped on monday 13. will be delivered in 1-3 day. It must show 14-16.
Also will be great to add option to choose close time until which we ship order same day.
- This reply was modified 3 years, 5 months ago by price4you.
Forum: Plugins
In reply to: [Delete Duplicate Posts] Duplicate Products by SKU and not by TitleI need same option…
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Save all errorThanks for reply!
Yes, but I need to update all products (even with same sku)…
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Scanner errorI use premium shared SSD hosting, but still don’t work… I don’t see update option…
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Scanner errorThanks for reply!
I have about 2000 products… WordPress in newest…
Forum: Plugins
In reply to: [Media File Renamer: Rename for better SEO (AI-Powered)] Scanner errorHi,
when I click scan all & show issues I get this error:
Fatal error: Maximum execution time of 30 seconds exceeded in /public_html/wp-content/plugins/media-file-renamer/core.php on line 98
I use shared hosting…
I plan to buy pro version, but not sure if there is same problem…
How can I remove this from code?
[Moderator note: Please, no bumping.]
- This reply was modified 8 years ago by Steven Stern (sterndata).
- This reply was modified 8 years ago by Steven Stern (sterndata).
I don’t have this code in mini-cart…
Just:
<?php
foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
$_product = apply_filters( ‘woocommerce_cart_item_product’, $cart_item[‘data’], $cart_item, $cart_item_key );
$product_id = apply_filters( ‘woocommerce_cart_item_product_id’, $cart_item[‘product_id’], $cart_item, $cart_item_key );if ( $_product && $_product->exists() && $cart_item[‘quantity’] > 0 && apply_filters( ‘woocommerce_widget_cart_item_visible’, true, $cart_item, $cart_item_key ) ) {
$product_name = apply_filters( ‘woocommerce_cart_item_name’, $_product->get_title(), $cart_item, $cart_item_key );
$thumbnail = apply_filters( ‘woocommerce_cart_item_thumbnail’, $_product->get_image(), $cart_item, $cart_item_key );
$product_price = apply_filters( ‘woocommerce_cart_item_price’, WC()->cart->get_product_price( $_product ), $cart_item, $cart_item_key );
$product_permalink = apply_filters( ‘woocommerce_cart_item_permalink’, $_product->is_visible() ? $_product->get_permalink( $cart_item ) : ”, $cart_item, $cart_item_key );
?>Hi,
plugin still don’t work with shareasale links…
Can you please check?
Best regards